35 lines
840 B
YAML
35 lines
840 B
YAML
id: three-mobile-phish
|
|
|
|
info:
|
|
name: three phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A three phishing website was detected
|
|
reference:
|
|
- https://three.co.uk
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,three,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Three | Phones, Broadband & SIM Only deals'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"three.co.uk")'
|
|
# digest: 4a0a0047304502206f4756341efa9c895aa4f9ffd127970093c06209f910e0e3626d962f906a1df6022100dfc5e8f53fb613d5059749150798f261593d51035c1ae9de77f75f94f321f777:922c64590222798bb761d5b6d8e72950 |