Skip to content

kayak phishing Detection

ID: kayak-phish

Severity: info

Author: rxerium

Tags: phishing,kayak,osint

A kayak phishing website was detected

id: kayak-phish
info:
name: kayak phishing Detection
author: rxerium
severity: info
description: |
A kayak phishing website was detected
reference:
- https://kayak.co.uk
metadata:
max-request: 1
tags: phishing,kayak,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Search Flights, Hotels & Car Hire | KAYAK'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"kayak.co.uk")'
# digest: 4b0a00483046022100902adbd7c3836bc13f26442af90c1bd0fbf5ef35ef64df3274675dca2bd5e13702210092dcd392cab04bfb455ebe4cf95c437f48e1aef8f104f25b8b450dc9375fe19c: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/kayak-phish.yaml"

View on Github