nuclei-templates/http/osint/phishing/three-mobile-phish.yaml

33 lines
620 B
YAML
Raw Normal View History

2024-02-16 21:52:50 +00:00
id: three-mobile-phish
2024-02-16 21:47:34 +00:00
info:
2024-02-16 21:51:28 +00:00
name: three phishing Detection
2024-02-16 21:47:34 +00:00
author: rxerium
severity: info
description: |
2024-02-16 21:51:28 +00:00
A three phishing website was detected
2024-02-16 21:47:34 +00:00
reference:
- https://three.co.uk
tags: phishing,three
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")'