34 lines
795 B
YAML
34 lines
795 B
YAML
id: reddit-phish
|
|
|
|
info:
|
|
name: reddit phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A reddit phishing website was detected
|
|
reference:
|
|
- https://reddit.com
|
|
tags: phishing,reddit,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Reddit - Dive into anything'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"reddit.com")'
|
|
# digest: 4a0a0047304502210080ece41fd7644127c9785e7ff1f02def7bd0cca8b9c0648ca3cd48eb4a76b5550220386b4913b74fa26113393ddfa3c9ba9976d8cdb3014dea6f0064121f4ff54cc5:922c64590222798bb761d5b6d8e72950 |