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
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,ticket-master,osint
|
2024-02-17 19:05:35 +00:00
|
|
|
|
|
|
|
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")'
|