Skip to content

spotify phishing Detection

ID: spotify-phish

Severity: info

Author: rxerium

Tags: phishing,spotify,osint

A spotify phishing website was detected

id: spotify-phish
info:
name: spotify phishing Detection
author: rxerium
severity: info
description: |
A spotify phishing website was detected
reference:
- https://spotify.com
metadata:
max-request: 1
tags: phishing,spotify,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Spotify - Web Player: Music for everyone'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"spotify.com")'
# digest: 4b0a00483046022100d6a8e5696c96086d7a922e5a9498ec1945dbb8bbf7d93cebbb16cfb95f157d9b022100c75433d9514c5cda84c1fdfe1bc68768c6020c3291e3d78b546e0f6abae33469: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/spotify-phish.yaml"

View on Github