37 lines
1016 B
YAML
37 lines
1016 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: 4a0a00473045022035caf856d9f6f0be636bd35e8353766d001cee2021deb60009302fe2de76b8d2022100b52a9ecc0c51302d3d8643bb3e6add695b697ffc2ad8817c79c39bd3986d51c2:922c64590222798bb761d5b6d8e72950 |