Feature Extraction
Scikit-learn
Joblib
English
cybersecurity
honeypot
mitre-attack
anomaly-detection
tfidf
Instructions to use alirezaaminzadeh/honeypot-command-embedder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use alirezaaminzadeh/honeypot-command-embedder with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("alirezaaminzadeh/honeypot-command-embedder", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Honeypot Command Embedder
TF-IDF command similarity embedder with Isolation Forest anomaly detector and Logistic Regression attack stage classifier.
Model Description
- Developed by: Aria AI Security Engineering Team
- Model type: TF-IDF feature extraction + Isolation Forest + Logistic Regression
- License: MIT
Intended Uses
- Command sequence similarity for honeypot session clustering
- Campaign detection via HDBSCAN on session embeddings
- Behavioral anomaly scoring on session features
- Attack stage classification (reconnaissance โ impact)
Evaluation (Synthetic Benchmark)
| Metric | Value |
|---|---|
| Technique Coverage | 100% (synthetic holdout) |
| Baseline Improvement | +50pp vs keyword-only |
| Campaign Detection | 4/4 expected |
| Anomaly Rate | 60% (contamination=0.15) |
Limitations
- Synthetic data only โ real-world generalization not validated
- TF-IDF less semantic than transformer embeddings
- Keyword-based ATT&CK mapping, not fine-tuned classifier
Privacy Notes
- IPs: SHA-256 hash + /16 prefix
- Passwords: pattern only, never raw values
- Timestamps: +72h shift on all events
- Downloads last month
- -