34 lines
826 B
YAML
34 lines
826 B
YAML
id: quora-phish
|
|
|
|
info:
|
|
name: quora phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A quora phishing website was detected
|
|
reference:
|
|
- https://quora.com
|
|
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: 490a0046304402203422d1f3d4dd74cee0f0319aa3177ed21ceea3480d84141627c494aedac2660d02201d99f64d16184fde5a826066797a30a35a59692cbf1d638e62774b65d97cc223:922c64590222798bb761d5b6d8e72950 |