35 lines
811 B
YAML
35 lines
811 B
YAML
|
id: dashlane-phish
|
||
|
|
||
|
info:
|
||
|
name: dashlane phishing Detection
|
||
|
author: rxerium
|
||
|
severity: info
|
||
|
description: |
|
||
|
A dashlane phishing website was detected
|
||
|
reference:
|
||
|
- https://dashlane.com
|
||
|
tags: phishing,dashlane
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Dashlane Password Manager'
|
||
|
- 'Dashlane Password Manager safeguards businesses & people with easy-to-use, powerful features. Protect & manage passwords and passkeys in one secure solution.'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- '!contains(host,"dashlane.com")'
|