Skip to content

royal-mail phishing Detection

ID: royal-mail-phish

Severity: info

Author: rxerium

Tags: phishing,royal-mail,osint

A royal-mail phishing website was detected

id: royal-mail-phish
info:
name: royal-mail phishing Detection
author: rxerium
severity: info
description: |
A royal-mail phishing website was detected
reference:
- https://royalmail.com
metadata:
max-request: 1
tags: phishing,royal-mail,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Log in | Royal Mail Group Ltd'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"royalmail.com")'
# digest: 4a0a00473045022100be55707ca9aaae1e86e494cbd2252c6fd3918bb1ea5cb4cd45ffd4778dcac2be02205d3e4c243565d9f8a6e88feaedb6093af1bebedfedb39cfd9a1b37b98e282297: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/royal-mail-phish.yaml"

View on Github