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

33 lines
623 B
YAML
Raw Normal View History

2024-02-16 21:51:28 +00:00
id: ee-mobile-phish
2024-02-16 21:47:34 +00:00
info:
2024-02-16 21:51:28 +00:00
name: ee phishing Detection
2024-02-16 21:47:34 +00:00
author: rxerium
severity: info
description: |
2024-02-16 21:51:28 +00:00
A ee phishing website was detected
2024-02-16 21:47:34 +00:00
reference:
- https://ee.co.uk
2024-03-08 07:16:17 +00:00
tags: phishing,ee,osint
2024-02-16 21:47:34 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Superfast 5G & 4G Phones, Tablets and Fibre Broadband | EE'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"ee.co.uk")'