33 lines
629 B
YAML
33 lines
629 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
|
|
|
|
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")' |