Skip to content

The Alter — Malware Research Knowledge Base

GrimoirePurposeSigil
Incident Response RunbookContain, analyze, eradicate🩸
Node Provisioning RunbookForge new chamber nodes⚙️
Credential Rotation RunbookRotate the keys of binding🔐
Threat ModelMap the attack surface🎯
Audit ChecklistVerify the wards hold
Disaster Recovery PlanSurvive the unsummoning🛡️
ComplianceSatisfy the auditors📜
Onboarding GrimoireInitiate new acolytes📖

ADRTitleChamber
ADR-001OverlayFS Chamber IsolationAnti-Chamber
ADR-002Tetragon eBPF TelemetrySensorium
ADR-003Pool OrchestrationChamber Pool
ADR-004TPM2 Attestation EvidenceEvidence Locker

This knowledge base serves as the canonical grimoire for the Syn_OS Malware Research Alter — a hardened, reproducible environment for dynamic malware analysis, detonation, and threat intelligence generation.

  1. Isolation Above All — Every sample executes in a cryptographically attested, hardware-rooted chamber
  2. Observability by Default — Full syscall, network, and filesystem telemetry via eBPF
  3. Reproducibility as Ritual — GitOps-deployed, Nix-built, container-signed
  4. Evidence Integrity — TPM2-signed attestations, immutable artifact storage
  5. Operational Security — Air-gapped detonation, credential rotation, zero-trust networking

Terminal window
# Enter the Alter
cd crates/labs/malware-research
# Provision a chamber node
./scripts/provision-node.sh --chamber-type=dynamic --sample=<hash>
# Detonate with full telemetry
./scripts/detonate.sh --sample=<hash> --profile=full
# Retrieve attestation evidence
./scripts/collect-evidence.sh --chamber-id=<id> --output=./evidence/

  • Project: Syn_OS v25 “CrashCart” Milestone
  • Division: Red Team / Malware Research
  • Classification: TLP:AMBER+STRICT
  • Maintainers: The Keepers of the Alter

This knowledge base contains operational procedures for handling live malware specimens.

Do not execute runbooks outside authorized, isolated environments.

All chambers must pass attestation verification before sample introduction.

The Alter remembers. The Alter enforces.


Last updated: {{ git_revision_date_localized }}


This knowledge base is mirrored as a subwiki on synos-site (deployed via Cloudflare Pages). The canonical source remains this repository; synos-site pulls content via automated sync pipeline.

To add/update the subwiki on synos-site:

  1. Content location: synos-site/src/content/docs/malware-research/
  2. Sync trigger: Push to main in this repo triggers the synos-site agent to mirror docs
  3. Navigation: Appears under “Wiki → Malware Research” in synos-site sidebar

The mkdocs.yml is retained for local development preview (mkdocs serve).