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
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100ba4bc263adccb406efb9ecfb994c260685fc70e08e54b65292d74ed978b22dc4022100e95a3add340c0578d1884b4c8f112de8c2fdef1c179fa4da258b1505b680566c:922c64590222798bb761d5b6d8e72950
|