Skip to content

dashlane phishing Detection

ID: dashlane-phish

Severity: info

Author: rxerium

Tags: phishing,dashlane,osint

A dashlane phishing website was detected

id: dashlane-phish
info:
name: dashlane phishing Detection
author: rxerium
severity: info
description: |
A dashlane phishing website was detected
reference:
- https://dashlane.com
metadata:
max-request: 1
tags: phishing,dashlane,osint
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")'
# digest: 490a0046304402201f4692fe2de38c770258711515baaa22d3b608ad5ea038ba285e25e5bcb1739b02204dd4e23445cd90b605b66b4590b2e884031c0ea991726d4e0b0e096206633d83:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/dashlane-phish.yaml"

View on Github