Skip to content

notion phishing Detection

ID: notion-phish

Severity: info

Author: rxerium

Tags: phishing,notion,osint

A notion phishing website was detected

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: 4b0a004830460221008f6692ee918578c110aa64e9cbf2ea36c58d224776f499b122cc0737fffc1b93022100933e158cd2258ff891e4584215d51be76b12f807e188540e6b4453f07b6dbf06: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/notion-phish.yaml"

View on Github