Runtime Binary Attestation

We don't find malware.
We prove your binaries are clean.

Every binary that runs on your infrastructure gets a substrate attestation at deploy time — SHA3-256 hash, three post-quantum signature families, 74-byte permanent proof. A runtime watchdog scans every process every 60 seconds. Anything unattested is killed.

Install on any Linux server
curl -sSL https://h33.ai/install/sentinel | sudo bash

How it works

1

Attest your binaries at deploy

h33-sentinel attest /opt/myapp/server --label my-app
Hashes the binary (SHA3-256), creates a substrate attestation with three PQ signature families, stores a sealed receipt. Each attestation = 1 API credit.

2

Gate process startup

Use ExecStartPre=h33-sentinel verify /path/to/binary in systemd. If the hash doesn't match the attestation, the process never starts.

3

Watchdog runs 24/7

Every 60 seconds, Sentinel re-hashes every running process and checks against its attestation. Tampered binary? Killed. Unattested binary? Killed. Zero-day malware that was never attested? Killed.

Sentinel vs traditional antivirus

Traditional AVH33 Sentinel
Detection modelPattern-match known bad (signatures)Mathematically prove known good (attestation)
Zero-day protectionNone until signature updateImmediate — unattested = blocked
False positivesCommon (heuristic guessing)Zero (binary either matches its attestation or doesn't)
Performance impactContinuous scanning, high CPU60-second hash check, negligible
Cryptographic proofNoneSHA3-256 + 3 PQ signature families per binary
Tamper detectionAV itself can be disabledReceipt sealed with HMAC — tampering detected
Supply chainTrusts the AV vendor's signaturesTrusts your own attestation at build time

Pricing

Sentinel uses your existing H33 API credits. Each binary attestation = 1 API credit. The watchdog itself is free — it runs locally and never calls the API. You only pay when you attest a new or updated binary.

Free
$0
1,000 credits included
  • Up to 1,000 binary attestations
  • Watchdog (unlimited, free)
  • Dry-run mode
  • Community support
Start Free
Pro
$899
45,000 credits · $0.02/attestation
  • 45,000 binary attestations
  • Enforce mode
  • Sealed receipt store (HMAC)
  • Email support (24hr)
Get API Key
Enterprise
Custom
Volume pricing · managed custody
  • Unlimited attestations
  • TEE-backed receipt store
  • Managed receipt custody
  • On-prem deployment support
  • Dedicated Slack channel
Contact Sales
Get API Key — Start Attesting