Skip to content

proton phishing Detection

ID: proton-phish

Severity: info

Author: rxerium

Tags: phishing,proton,osint

A proton phishing website was detected

id: proton-phish
info:
name: proton phishing Detection
author: rxerium
severity: info
description: |
A proton phishing website was detected
reference:
- https://proton.me
metadata:
max-request: 1
tags: phishing,proton,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Proton Account: Sign-in'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"proton.me")'
# digest: 490a0046304402202d4eb095757c87415d04526c1faec28fd40e5ad598e32f00901942b3b9cd306e02201f1779dc5913f52a51b4c5b4d5e12ef2afa6374552f5e737b2d65cb067853b39: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/proton-phish.yaml"

View on Github