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

33 lines
719 B
YAML
Raw Normal View History

2024-02-17 19:05:35 +00:00
id: ticket-master-phish
info:
name: ticket master phishing Detection
author: rxerium
severity: info
description: |
A ticket-master phishing website was detected
reference:
- https://ticketmaster.com
tags: phishing,ticket-master
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Buy and sell tickets online for concerts, sports, theater, family and other events near you from Ticketmaster.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"ticketmaster.com")'