35 lines
835 B
YAML
35 lines
835 B
YAML
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: 4a0a0047304502207887c805529bafc55a504c62c962f80fe0641f613a64d4aa93c5d073a1c8bd07022100de517e87ee6d9da381512208d65510112cf3e25ab76d7b9a76f347ec2991c84e:922c64590222798bb761d5b6d8e72950 |