35 lines
849 B
YAML
35 lines
849 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
|
|
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: 4a0a004730450220550cd9ab4080392a14396afeb215e6bc93ed0475322c8b09005934c788a6e317022100eca2c3b34d35e539783d1af5d91091d7a5c9755566e8f5086417b5fc494992eb:922c64590222798bb761d5b6d8e72950 |