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

33 lines
590 B
YAML
Raw Normal View History

2024-02-16 21:47:34 +00:00
id: proton-phish
info:
2024-02-16 21:51:28 +00:00
name: proton phishing Detection
2024-02-16 21:47:34 +00:00
author: rxerium
severity: info
description: |
2024-02-16 21:51:28 +00:00
A proton phishing website was detected
2024-02-16 21:47:34 +00:00
reference:
- https://proton.me
tags: phishing,proton
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")'