35 lines
866 B
YAML
35 lines
866 B
YAML
id: disneyplus-phish
|
|
|
|
info:
|
|
name: disneyplus phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A disneyplus phishing website was detected
|
|
reference:
|
|
- https://disneyplus.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,disneyplus,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Disney+ | Stream new Originals, blockbusters and series'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"disneyplus.com")'
|
|
# digest: 490a0046304402205a2aeb6bd584bd3f4df990f1542f5703abd17990901d11f8afb2af9158be331002203cc220e35454458aa219425bb2210513b47e7a9b0c9de4c1115daba054135d76:922c64590222798bb761d5b6d8e72950 |