Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 📊 Data‑Science Extras

A Jupyter notebook demonstrating how to load SpiderFoot JSON output, perform K‑Means clustering and Isolation Forest anomaly detection, and visualize results.

- [extras/notebooks/data_analysis.ipynb](extras/notebooks/data_analysis.ipynb)

<a href="https://www.spiderfoot.net/r.php?u=aHR0cHM6Ly93d3cuc3BpZGVyZm9vdC5uZXQv&s=os_gh"><img src="https://www.spiderfoot.net/wp-content/themes/spiderfoot/img/spiderfoot-wide.png"></a>


Expand Down
5 changes: 5 additions & 0 deletions data/sample_scan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{ "entity": "127.0.0.1", "risk": 45, "confidence": 80, "nb_records": 5 },
{ "entity": "192.168.1.1", "risk": 10, "confidence": 60, "nb_records": 2 },
{ "entity": "10.0.0.5", "risk": 90, "confidence": 95, "nb_records": 12 }
]
Loading