-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
21 lines (17 loc) · 1.03 KB
/
.env.sample
File metadata and controls
21 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ── Malware Sample Sources ────────────────────────────────────────────────
# MalwareBazaar (abuse.ch) — Auth-Key required for API access
# BAZAAR_API_URL=https://mb-api.abuse.ch/api/v1/
# BAZAAR_AUTH_KEY=
# MalShare — optional alternative source (requires free account)
# https://malshare.com/register.php
# MALSHARE_API_KEY=
# VirusTotal — optional, used for enrichment lookups (community key = 4 req/min)
# https://www.virustotal.com/gui/join-us
# VT_API_KEY=
# ── LLM Report (Ollama or compatible API) ────────────────────────────────
# Overrides llm.url / llm.model in binanalysis.yaml when set
# LLM_URL=http://localhost:11434
# LLM_MODEL=qwen3.5
# ── Pipeline Defaults ─────────────────────────────────────────────────────
# SAMPLES_DIR=samples
# BATCH_WORKERS=2