37 lines
1013 B
YAML
37 lines
1013 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,icloud,osint
|
|
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
|
|
# digest: 490a004630440220312858178acc1c1c0ce119c8a0b2b95d1512a5344c23450ade9f564c494121e0022058b2ff7e493b4549f1f959b50ed517941254eb7f6de09f4877aefd35f9e4f456:922c64590222798bb761d5b6d8e72950 |