Skip to content

ticket master phishing Detection

ID: ticket-master-phish

Severity: info

Author: rxerium

Tags: phishing,ticket-master,osint

A ticket-master phishing website was detected

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
metadata:
max-request: 1
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")'
# digest: 490a0046304402204e56d1106381ab404632eb07b948e06aaa018167fd1dafcc80362916f1417b91022035f8293df4e5254d8cbfa6de78acd1c7f86d6968b6f1ea52f8e3b6e9d7444904:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/ticketmaster-phish.yaml"

View on Github