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: 4a0a00473045022100e9824a6adee6c9397d3d7c398e39247414839c5dd55baa8a21c05d222e06f13a02205f39ea3ea4d011310687bfb3952149a757465f96019e17dd13a2ba79ff10c0fd:922c64590222798bb761d5b6d8e72950 |