Skip to content

keepersecurity phishing Detection

ID: keepersecurity-phish

Severity: info

Author: rxerium

Tags: phishing,keepersecurity,osint

A keepersecurity phishing website was detected

id: keepersecurity-phish
info:
name: keepersecurity phishing Detection
author: rxerium
severity: info
description: |
A keepersecurity phishing website was detected
reference:
- https://keepersecurity.com
metadata:
max-request: 1
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")'
# digest: 490a00463044022064a17fea3607722372656f16bc776c4741b126a8d08dfd8b025d929bdb41f3bd022054f20f2e2f29d0cb281f5d814f3af983b1a5198b86f2191feccf74d58f7556a5: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/keepersecurity-phish.yaml"

View on Github