35 lines
830 B
YAML
35 lines
830 B
YAML
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: 490a0046304402207950944c3d55dca3ee13a86af20cb022130aa158a11f4b477e3ccaf8dec957450220333f4ed8d551178b4b582446b971a71a26d96776f82cc5ecbf0eeb9828fbfcbd:922c64590222798bb761d5b6d8e72950 |