Skip to content

lastpass phishing Detection

ID: lastpass-phish

Severity: info

Author: rxerium

Tags: phishing,lastpass,osint

A lastpass phishing website was detected

id: lastpass-phish
info:
name: lastpass phishing Detection
author: rxerium
severity: info
description: |
A lastpass phishing website was detected
reference:
- https://lastpass.com
metadata:
max-request: 1
tags: phishing,lastpass,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '#1 Password Manager & Vault App with Single-Sign On & MFA Solutions - LastPass'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"lastpass.com")'
# digest: 4b0a00483046022100e585f68e3d48e03ffe5854bf5b8a006fe1ca96e99aa5dbacee1b63135065f61d0221009817fccd8813071cb2c25ab175a696db1153f00c5f57b497fea06b9153325e1b: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/lastpass-phish.yaml"

View on Github