34 lines
790 B
YAML
34 lines
790 B
YAML
id: brave-phish
|
|
|
|
info:
|
|
name: brave phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A brave phishing website was detected
|
|
reference:
|
|
- https://brave.com
|
|
tags: phishing,brave,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Brave Browser Download | Brave'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"brave.com")'
|
|
# digest: 490a004630440220722f6c2912d5de0043c27d7fb6554fe206444966c815296c93bec7125c5042ab02202f8de725e717b45145f235b110eaf722331ae1066544533a8da169b5ad680c8c:922c64590222798bb761d5b6d8e72950 |