supply chain compromise
package compromise, build-system intrusion, signed-update poisoning. needs SBOM + dependency + build artifact analysis.
a guided path, not automation — each step opens a tool you run yourself; nothing uploads. progress is saved only in this browser.
wraps the supply chain — binary triage preset — drop suspect binaries → YARA → PE header → compiler ID → similarity → DNA hash → IOC extract → report
guided steps
- PE header in-memory anomaly detector
PE header anomalies that suggest packing or tampering
- binary compiler and language identifier
compiler / toolchain fingerprint from binary artifacts
- binary structural similarity scorer
similarity scoring across the input binary set
- file dna structural fingerprinter
structural DNA hash for cross-sample correlation
- ioc extractor
pull URLs, domains, and IPs from embedded strings
suggested options · format: json · aggregate: true
- case report generator
draft a report linking binary similarities to the compromise hypothesis
suggested options · title: supply chain — binary triage
when you're done
export a run summary — a small JSON record of which steps you marked done, your notes, and a self-hash so the record can't be silently altered. it is your reproducibility note, not a per-tool receipt: each tool emits its own input→output receipt when you run it.