Skip to content

reddit phishing Detection

ID: reddit-phish

Severity: info

Author: rxerium

Tags: phishing,reddit,osint

A reddit phishing website was detected

id: reddit-phish
info:
name: reddit phishing Detection
author: rxerium
severity: info
description: |
A reddit phishing website was detected
reference:
- https://reddit.com
metadata:
max-request: 1
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: 4b0a00483046022100bfc19cc7aa0534ec52bb688da726be4783f1466c022166a910bbb904cd2d3872022100a50df0a00188bd2773d9997488baa2aeca2ea6d09060aa3785d61db2639274c5: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/reddit-phish.yaml"

View on Github