35 lines
970 B
YAML
35 lines
970 B
YAML
id: jupyter-notebooks-exposed
|
|
|
|
info:
|
|
name: Jupyter notebooks exposed to reading and writing
|
|
author: johnk3r
|
|
severity: high
|
|
description: Jupyter notebooks are exposed.
|
|
reference:
|
|
- https://blog.aquasec.com/python-ransomware-jupyter-notebook
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"Home Page - Select or create a notebook"
|
|
tags: jupyter,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 1
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Home Page - Select or create a notebook</title>'
|
|
- '<div> There are no notebooks running. </div>'
|
|
condition: or
|
|
# digest: 490a004630440220056b8320d6fc00b76e31cadb754a31e74fe935c35026de59dec051b1d9bcc04202205007bba0cbf0ca7cb6dbb4baa2b4fd6d068f56f1cef29d71819be7bbec9af277:922c64590222798bb761d5b6d8e72950 |