35 lines
850 B
YAML
35 lines
850 B
YAML
id: notion-phish
|
|
|
|
info:
|
|
name: notion phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A notion phishing website was detected
|
|
reference:
|
|
- https://notion.so
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,notion,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Your connected workspace for wiki, docs & projects | Notion'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"notion.so")'
|
|
# digest: 4a0a0047304502203df6a1bf77e5b82d759be031c74e58ff977343d6b488116b5dc28ba210b55055022100e65c4d9e4a19c8e2fa874cb910f3382eef146747148cb73e9413ef8b82e8f3ba:922c64590222798bb761d5b6d8e72950 |