2024-02-17 11:46:39 +00:00
|
|
|
id: skyscanner-phish
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: skyscanner phishing Detection
|
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A skyscanner phishing website was detected
|
|
|
|
reference:
|
|
|
|
- https://skyscanner.net
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,skyscanner,osint
|
2024-02-17 11:46:39 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'Compare Cheap Flights & Book Airline Tickets to Everywhere | Skyscanner'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- '!contains(host,"skyscanner.net")'
|