Skip to content

deezer phishing Detection

ID: deezer-phish

Severity: info

Author: rxerium

Tags: phishing,deezer,osint

A deezer phishing website was detected

id: deezer-phish
info:
name: deezer phishing Detection
author: rxerium
severity: info
description: |
A deezer phishing website was detected
reference:
- https://deezer.com
metadata:
max-request: 1
tags: phishing,deezer,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Deezer | Listen to music | Online music streaming platform'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"deezer.com")'
# digest: 4a0a00473045022100ea9b627a1d7e6b199bff94d0a24406abc7c6d9352046bbb649f86ff54f3d36b002202f075e47c610c9eba10e35b66beb8f19c5d5cd40163cc8e2a98780602c421bf9: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/deezer-phish.yaml"

View on Github