nuclei-templates/http/osint/phishing/trip-phish.yaml

33 lines
623 B
YAML
Raw Normal View History

2024-02-17 11:46:39 +00:00
id: trip-phish
info:
name: trip phishing Detection
author: rxerium
severity: info
description: |
A trip phishing website was detected
reference:
- https://trip.com
tags: phishing,trip
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Trip.com: Book cheap flights, hotels, car rentals, trains and more'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"trip.com")'