Skip to content

nordpass phishing Detection

ID: nordpass-phish

Severity: info

Author: rxerium

Tags: phishing,nordpass,osint

A nordpass phishing website was detected

id: nordpass-phish
info:
name: nordpass phishing Detection
author: rxerium
severity: info
description: |
A nordpass phishing website was detected
reference:
- https://nordpass.com
metadata:
max-request: 1
tags: phishing,nordpass,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Securely Store, Manage & Autofill Passwords | NordPass'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"nordpass.com")'
# digest: 490a0046304402203b0c51ab105d60fc3d14c0c4ba4d1f8a45593b9d90abaad7466911748f50029502205dbd1fe2b099d6a71617eba16ff3dfc8d1d824147194e9bad9139abb100f4132: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/nordpass-phish.yaml"

View on Github