34 lines
838 B
YAML
34 lines
838 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
|
|
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: 4a0a0047304502203544b396d1139f5f6834ab5e20b4c7ad2ea53371861c0c08fc514447bb9a8f56022100ced7c822eaa152c18e13ef07b193bc0b0bcb3582ef1e128db0f1b0aeaaf88a4c:922c64590222798bb761d5b6d8e72950 |