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,osint 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")'