36 lines
797 B
YAML
36 lines
797 B
YAML
id: iCloud-phish
|
|
|
|
info:
|
|
name: iCloud phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A iCloud phishing website was detected
|
|
reference:
|
|
- https://icloud.com
|
|
tags: phishing,icloud
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Log in to iCloud to access your photos, mail, notes, documents and more. Sign in with your Apple ID or create a new account to start using Apple services.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"icloud.com")'
|
|
- '!contains(host,"apple.com")'
|
|
condition: and
|