nuclei-templates/http/osint/phishing/keepersecurity-phish.yaml

33 lines
671 B
YAML

id: keepersecurity-phish
info:
name: keepersecurity phishing Detection
author: rxerium
severity: info
description: |
A keepersecurity phishing website was detected
reference:
- https://keepersecurity.com
tags: phishing,keepersecurity,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Password and Secrets Management - Keeper Security'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"keepersecurity.com")'