2022-06-08 21:41:58 +00:00
|
|
|
id: jupyter-notebooks-exposed
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jupyter notebooks exposed to reading and writing
|
|
|
|
author: johnk3r
|
2023-05-05 13:34:02 +00:00
|
|
|
severity: high
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Jupyter notebooks are exposed.
|
2022-06-08 21:41:58 +00:00
|
|
|
reference:
|
|
|
|
- https://blog.aquasec.com/python-ransomware-jupyter-notebook
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-06-08 21:41:58 +00:00
|
|
|
shodan-query: title:"Home Page - Select or create a notebook"
|
|
|
|
tags: jupyter,misconfig
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-08 21:41:58 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-06-08 21:41:58 +00:00
|
|
|
max-redirects: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-06-08 21:41:58 +00:00
|
|
|
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
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 490a004630440220056b8320d6fc00b76e31cadb754a31e74fe935c35026de59dec051b1d9bcc04202205007bba0cbf0ca7cb6dbb4baa2b4fd6d068f56f1cef29d71819be7bbec9af277:922c64590222798bb761d5b6d8e72950
|