Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,35 @@
|
|
| 1 |
-
# OpenSOC-AI
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
##
|
|
|
|
|
|
|
|
|
|
| 6 |
- SOC alert classification
|
| 7 |
- Threat prioritization
|
| 8 |
-
- Security automation
|
| 9 |
|
| 10 |
-
## Paper
|
| 11 |
https://arxiv.org/abs/2604.26217
|
| 12 |
|
| 13 |
-
##
|
| 14 |
https://github.com/chaitanyagarware/opensoc-ai
|
| 15 |
|
| 16 |
-
##
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# OpenSOC-AI
|
| 2 |
|
| 3 |
+
OpenSOC-AI is a fine-tuned language model designed to automate threat classification in Security Operations Centers (SOC).
|
| 4 |
|
| 5 |
+
## ๐ Overview
|
| 6 |
+
This model classifies SOC alerts and prioritizes threats using a fine-tuned LLM trained on custom security datasets.
|
| 7 |
+
|
| 8 |
+
## ๐ Use Cases
|
| 9 |
- SOC alert classification
|
| 10 |
- Threat prioritization
|
| 11 |
+
- Security automation workflows
|
| 12 |
|
| 13 |
+
## ๐ Paper
|
| 14 |
https://arxiv.org/abs/2604.26217
|
| 15 |
|
| 16 |
+
## ๐ป Code
|
| 17 |
https://github.com/chaitanyagarware/opensoc-ai
|
| 18 |
|
| 19 |
+
## ๐ฆ Model Details
|
| 20 |
+
- Format: safetensors
|
| 21 |
+
- Precision: 8-bit
|
| 22 |
+
- Base model: (add if you used one like LLaMA, Mistral, etc.)
|
| 23 |
+
|
| 24 |
+
## โ ๏ธ Notes
|
| 25 |
+
This model is trained on a custom SOC dataset and intended for research purposes.
|
| 26 |
+
|
| 27 |
+
## ๐ Citation
|
| 28 |
+
If you use this model, please cite:
|
| 29 |
+
|
| 30 |
+
@article{garware2026opensoc,
|
| 31 |
+
title={OpenSOC-AI: Automating Threat Classification in Security Operations Centers Using Fine-Tuned Language Models},
|
| 32 |
+
author={Garware, Chaitanya},
|
| 33 |
+
year={2026},
|
| 34 |
+
journal={arXiv preprint arXiv:2604.26217}
|
| 35 |
+
}
|