Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AD Attack Explorer
|
| 3 |
+
emoji: 🏰
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
datasets:
|
| 12 |
+
- AYI-NEDJIMI/ad-attacks-fr
|
| 13 |
+
- AYI-NEDJIMI/ad-attacks-en
|
| 14 |
+
tags:
|
| 15 |
+
- cybersecurity
|
| 16 |
+
- active-directory
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# AD Attack Explorer
|
| 20 |
+
|
| 21 |
+
An interactive exploration tool for Active Directory attacks, defense rules, kill chains, and Q&A datasets in French and English.
|
| 22 |
+
|
| 23 |
+
## Features
|
| 24 |
+
|
| 25 |
+
- **Language Support**: Switch between French and English datasets
|
| 26 |
+
- **Attack Browser**: Explore AD attacks with details on techniques, severity, tools, and mitigations
|
| 27 |
+
- **Tools Database**: View offensive tools used in AD attacks
|
| 28 |
+
- **Detection Rules**: Search and filter Sigma and other detection rules
|
| 29 |
+
- **Kill Chains**: Understand attack sequences and time estimates
|
| 30 |
+
- **Q&A Dataset**: Learn through questions and answers on AD security
|
| 31 |
+
- **Statistics**: Visual analytics on attacks, categories, and severity levels
|
| 32 |
+
|
| 33 |
+
## Data Sources
|
| 34 |
+
|
| 35 |
+
- French dataset: `AYI-NEDJIMI/ad-attacks-fr`
|
| 36 |
+
- English dataset: `AYI-NEDJIMI/ad-attacks-en`
|
| 37 |
+
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
Apache 2.0
|