Skip to content

1password phishing Detection

ID: 1password-phish

Severity: info

Author: rxerium

Tags: phishing,1password,osint

A 1password phishing website was detected

id: 1password-phish
info:
name: 1password phishing Detection
author: rxerium
severity: info
description: |
A 1password phishing website was detected
reference:
- https://1password.com
metadata:
max-request: 1
tags: phishing,1password,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Password Manager for Families, Enterprise & Business | 1Password'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"1password.com")'
# digest: 4b0a00483046022100fc0f137e473346b569ccba2166fc2b4cd332f877d85c87ee2e6bfb7ae25f357e022100e3343e74dc36bcc944b49e1ae53af49cd261156dcf7931d9b10d2a823142154b: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/1password-phish.yaml"

View on Github