35 lines
857 B
YAML
35 lines
857 B
YAML
id: bitwarden-phish
|
|
|
|
info:
|
|
name: bitwarden phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A bitwarden phishing website was detected
|
|
reference:
|
|
- https://bitwarden.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,bitwarden,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'The password manager trusted by millions | Bitwarden'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"bitwarden.com")'
|
|
# digest: 490a0046304402205f2fefd2f04e8b5bff9ed9d2d79e0fb71b484c7a69b14e02c80ad50472596d0802206ab7a20f42ad519a3f0985548a98d9133df19051cd5428675e4e67194f83b771:922c64590222798bb761d5b6d8e72950 |