CyberSOC AI Portfolio
Collection
CyberSOC AI portfolio by Aria AI - alert triage, technique classification, SOC automation. • 4 items • Updated
How to use alirezaaminzadeh/attack-technique-classifier with Scikit-learn:
from huggingface_hub import hf_hub_download
import joblib
model = joblib.load(
hf_hub_download("alirezaaminzadeh/attack-technique-classifier", "sklearn_model.joblib")
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.htmlMulti-label MITRE ATT&CK technique classifier for SOC alert triage.
Classify security alerts into MITRE ATT&CK technique IDs. Designed as part of the CyberSOC Triage Agent pipeline — not a standalone threat intelligence product.
alirezaaminzadeh/soc-alert-attack-dataset — 2,500 labeled alerts (primarily synthetic, mapped from Sigma/Zeek/Suricata patterns)See train_metrics.json for holdout macro/micro F1. Full pipeline metrics in dataset eval_results.json.
Built by Aria AI.