35 lines
808 B
YAML
35 lines
808 B
YAML
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: 490a004630440220779e306405d70025d0e516e924180578b26f127f7be83b6c0eb62b152ca2671e0220782fcab8061fec82c2d9c3ab57c77d8846cf28338a9a7909b8a06a91ae45f758:922c64590222798bb761d5b6d8e72950 |