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