35 lines
811 B
YAML
35 lines
811 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
|
|
metadata:
|
|
max-request: 1
|
|
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: 490a00463044022030075ba588a18c66a0006225fbccc88310baa7674afc328d3f457a317be97f0b0220261eda64215e02e07b17132201233b8e93ae28c6b7a045eefc8efad28401c5c1:922c64590222798bb761d5b6d8e72950 |