QLoRA fine-tuned
Qwen2.5-1.5B-Instruct for autonomous DFIR incident-response triage. Q4_K_M quantized GGUF for Ollama.
Reads a security alert (EDR, WAF, IDS, phishing report) and produces a structured verdict:
PASS,
FLAG, or
BLOCK with cited indicators. The model drives the
pq-sift-defender agent, which wraps it with a SecurityGates pre-filter and a post-quantum signed audit trail (ML-DSA-65).
Validated on 136 held-out samples spanning benign events, SSRF, SQL injection, command injection, path traversal, prompt injection, CVE-grounded attacks, boundary recovery, and malware memory dumps.
1# Download the GGUF and Modelfile from this repo, then:
2ollama create pq-sift-defender -f Modelfile
3
4# Or point your Modelfile FROM line at the downloaded GGUF path:
5# FROM /path/to/pq-sift-defender-Q4_K_M.gguf
1pip install -e ".[dev]" # from the main repo
2PQ_SIFT_MODEL=pq-sift-defender pq-sift-defender investigate samples/path_traversal.json