Skip to content

deliveroo phishing Detection

ID: deliveroo-phish

Severity: info

Author: rxerium

Tags: phishing,deliveroo,osint

A deliveroo phishing website was detected

id: deliveroo-phish
info:
name: deliveroo phishing Detection
author: rxerium
severity: info
description: |
A deliveroo phishing website was detected
reference:
- https://deliveroo.co.uk
metadata:
max-request: 1
tags: phishing,deliveroo,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Deliveroo - Takeaway Food Delivery from Local Restaurants & Shops'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"deliveroo.com")'
- '!contains(host,"deliveroo.co.uk")'
# digest: 4b0a00483046022100c31a7dce8aa975f21a78233d2d0ffb56feede0b8c1e219a1916faa5591db18e602210099bedea730712137b911fc96e635293c31d6df77279963cddfb9d8dcbe8bb9fa: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/deliveroo-phish.yaml"

View on Github