Skip to content

ee phishing Detection

ID: ee-mobile-phish

Severity: info

Author: rxerium

Tags: phishing,ee,osint

A ee phishing website was detected

id: ee-mobile-phish
info:
name: ee phishing Detection
author: rxerium
severity: info
description: |
A ee phishing website was detected
reference:
- https://ee.co.uk
metadata:
max-request: 1
tags: phishing,ee,osint
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")'
# digest: 4b0a00483046022100c0561ae76ec8eb00cb7671b41b4ffb0223431e003a56f2fa6ac2c63eed550537022100f84f12dcba6ac61413de50fc71de975c1f86f52b069ac656e3c1a0a1d0eb5be7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/ee-mobile-phish.yaml"

View on Github