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

33 lines
610 B
YAML
Raw Normal View History

2024-02-16 21:51:28 +00:00
id: o2-mobile-phish
2024-02-16 21:47:34 +00:00
info:
2024-02-16 21:51:28 +00:00
name: o2 phishing Detection
2024-02-16 21:47:34 +00:00
author: rxerium
severity: info
description: |
2024-02-16 21:51:28 +00:00
A o2 phishing website was detected
2024-02-16 21:47:34 +00:00
reference:
- https://o2.co.uk
tags: phishing,o2
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'O2 | Phone, SIM & Tech Deals - See What You Can Do'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"o2.co.uk")'