36 lines
927 B
YAML
36 lines
927 B
YAML
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: 4a0a0047304502205847b92f6d59cc5f47a1e8090d280e0ff3127611880bfc792af61c8699d72508022100843a44c56a73e94570765175a930027c6bd3e220cace61b689c44b1cc6019603:922c64590222798bb761d5b6d8e72950 |