Tier 4: MalwareBazaar fetcher by sha256 #4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The samples/manifest.toml schema already supports
sample.sha256+sample.source(Sample.kind == "real" when sha256 is present). What is missing:tools/fetch_sample.py— pulls a sample by sha256 from MalwareBazaar (https://bazaar.abuse.ch/api/), verifies hash, lands atsamples/store/<sha256>(gitignored).sample.kind == "real", upload the binary into the session and execute it instead of theexploits.workloadsmimic. The mimic remains the fallback when the binary is absent.Note: MalwareBazaar requires an API key (free, registration). The fetcher should read from
samples/.bazaar.token(gitignored) or env.