35 lines
836 B
YAML
35 lines
836 B
YAML
id: Discord-phish
|
|
|
|
info:
|
|
name: Discord phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A Discord phishing website was detected
|
|
reference:
|
|
- https://discord.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,discord,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Discord | Your Place to Talk and Hang Out'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"discord.com")'
|
|
# digest: 4a0a00473045022100a6a749f1a9c8ca89adf7b81c0484ee73a85295652ad0e4713bb67814dd1e64a602200fc5a3812dd47e90f8cf46556d50f92436a14d6604e1900a651d52f5d7bc6f1b:922c64590222798bb761d5b6d8e72950 |