Views
No views yet
| File | Description |
|---|---|
heuristic.json | Always-on lexical entropy detector (demo-ready) |
vocab.json | Character vocabulary for sequence models |
config.json | Engine config + primary model |
train_metrics.json | Evaluation metrics |
threshold.json | Decision threshold |
*.keras | TensorFlow/Keras deep models (after scripts/train_models.py) |
*.joblib | Tabular baselines (after training) |
1from pathlib import Path
2import sys
3sys.path.insert(0, "src")
4from dgahunter.pipeline import DGAHunterPipeline
5
6pipe = DGAHunterPipeline(Path("model"))
7print(pipe.analyze(["google.com", "ajdkslaoqwe.net", "xkqpyvjd.biz"]))1pip install -r requirements.txt
2python scripts/bootstrap.pytf.data, then re-exports this model repo.train_metrics.json and the companion dataset eval_results.json for Macro F1, ROC-AUC, PR-AUC, family holdout recall, legitimate FPR, and latency.