35 lines
925 B
YAML
35 lines
925 B
YAML
id: netflix-phish
|
|
|
|
info:
|
|
name: netflix phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A netflix phishing website was detected
|
|
reference:
|
|
- https://netflix.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,netflix,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Watch Netflix films & TV programmes online or stream right to your smart TV, game console, PC, Mac, mobile, tablet and more.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"netflix.com")'
|
|
# digest: 4b0a00483046022100e29aa0efd2d5d9d5f36714f7b3239604f766b6342ed18e4072f759d0605c77ca02210086d471c8e7f7812825496a308414f31a975592d55da9330bf7d5a7bd5c5682af:922c64590222798bb761d5b6d8e72950 |