Skip to content

booking phishing Detection

ID: booking-phish

Severity: info

Author: rxerium

Tags: phishing,booking,osint

A booking phishing website was detected

id: booking-phish
info:
name: booking phishing Detection
author: rxerium
severity: info
description: |
A booking phishing website was detected
reference:
- https://booking.com
metadata:
max-request: 1
tags: phishing,booking,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Booking.com | Official site | The best hotels, flights, car rentals & accommodations'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"booking.com")'
# digest: 490a0046304402205e5db4d55279fdda987208ea64cf1f950c675960e97ac789e9313cf6f411b6fa0220709bb6698efe0b89e650c48ab828c609f242b5e545fc15c7ab58549950b221f6: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/booking-phish.yaml"

View on Github