Skip to content

quora phishing Detection

ID: quora-phish

Severity: info

Author: rxerium

Tags: phishing,quora,osint

A quora phishing website was detected

id: quora-phish
info:
name: quora phishing Detection
author: rxerium
severity: info
description: |
A quora phishing website was detected
reference:
- https://quora.com
metadata:
max-request: 1
tags: phishing,quora,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Quora - A place to share knowledge and better understand the world'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"quora.com")'
# digest: 490a00463044022014083c36e5fff2307e945076d6757dc0a5073f22e50c4a11abe54dfe43535f8702205bf4dd520419b049bc786413bba76f17bade857e1e335542edae077ae00c88c0: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/quora-phish.yaml"

View on Github