35 lines
888 B
YAML
35 lines
888 B
YAML
id: skyscanner-phish
|
|
|
|
info:
|
|
name: skyscanner phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A skyscanner phishing website was detected
|
|
reference:
|
|
- https://skyscanner.net
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,skyscanner,osint
|
|
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")'
|
|
# digest: 4a0a00473045022100b442ce307f34d8ded4e5543db2730b7682c1d43be2f0a7c11388e3240352c07f022001dcc6661ba8b9db4a39d569690cf3b7f1c6695a79c47673bd6a107e045cdc6e:922c64590222798bb761d5b6d8e72950 |