35 lines
887 B
YAML
35 lines
887 B
YAML
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: 4a0a00473045022100e77896b35eb4d326a91f28dc45a37a01136e7fa20f1fe630f53c06c39e32908f02207741d0d7bcf4d2b528fad83236e1eaefe76e12f0b8e262d18aebd8e4a774fd13:922c64590222798bb761d5b6d8e72950 |