hosted/ifttt/verticals/secops/index.html
2025-12-30 05:54:49 +00:00

106 lines
4.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>IF.Trace — SecOps</title>
<meta name="description" content="IF.Trace for SecOps and SOC: bind AI summaries to evidence; preserve chain-of-custody for investigations and audits." />
<link rel="stylesheet" href="../../style.css" />
</head>
<body class="home home--sig">
<header class="sigNav" aria-label="Top navigation">
<div class="wrap sigNav__inner">
<a class="sigBrand" href="../../" aria-label="IF.Trace home">IF.Trace</a>
<nav class="sigLinks" aria-label="Site">
<a href="../" aria-current="page">Sector</a>
<span class="sigLinks__sep" aria-hidden="true">|</span>
<a href="../../pricing/">Pricing</a>
<span class="sigLinks__sep" aria-hidden="true">|</span>
<a href="../../api/">API</a>
</nav>
</div>
</header>
<main id="top">
<section class="hero">
<div class="wrap hero__grid">
<div class="hero__copy">
<p class="kicker">SecOps reality</p>
<h1>Bind “what the system said” to “what the system saw.”</h1>
<p class="lede">
AI summaries can help, but only if they remain verifiable against raw telemetry. IF.Trace makes the custody chain explicit: source bytes,
output bytes, and a receipt that can be validated by third parties.
</p>
<div class="panel">
<h3>Thirdparty pressure</h3>
<ul class="list">
<li>Executives demand a narrative; auditors demand evidence.</li>
<li>Incident response needs reproducible artifacts, not recollections.</li>
<li>External assessors need proof without your SIEM credentials.</li>
</ul>
</div>
<div class="panel" style="margin-top: 12px">
<h3>What IF.Trace provides</h3>
<div class="bw">
<div class="bw__row">
<div class="bw__k">Trace receipt</div>
<div class="bw__v">Integrity binding: <code>source_sha256</code><code>output_sha256</code>.</div>
</div>
<div class="bw__row">
<div class="bw__k">Offline proof</div>
<div class="bw__v">Bundles that can be verified after the fact, offline.</div>
</div>
<div class="bw__row">
<div class="bw__k">Clarity</div>
<div class="bw__v">Whats verified is stated; whats interpretation is labeled as such.</div>
</div>
</div>
</div>
</div>
<aside class="hero__card" aria-label="Example receipt links">
<div class="card">
<div class="card__media">
<img src="../../assets/red-team-doc-1024-559.jpg" alt="Dossier cover" loading="lazy" />
</div>
<div class="card__hdr">
<div class="badge badge--ok">EVIDENCE</div>
<div class="badge">REPLAYABLE</div>
</div>
<div class="card__body">
<div class="links">
<a class="linkrow" href="https://infrafabric.io/static/trace/6qRgcR01kw_qNo63Dbs_ob9n" target="_blank" rel="noreferrer">
<span class="linkrow__t">Example trace receipt</span>
<span class="linkrow__u">https://infrafabric.io/static/trace/6qRgcR01kw_qNo63Dbs_ob9n</span>
</a>
</div>
</div>
</div>
</aside>
</div>
</section>
<section class="section section--alt">
<div class="wrap">
<h2>Operational trap to avoid</h2>
<p class="sub">Do not treat “AI summary” as evidence.</p>
<div class="grid2">
<div class="panel">
<h3>Bad</h3>
<p class="sub2">“The AI said this was resolved.”</p>
</div>
<div class="panel">
<h3>Good</h3>
<p class="sub2">“Here is the output, here is the evidence artifact, here is the receipt binding them.”</p>
</div>
</div>
</div>
</section>
</main>
<a class="sigContact" href="mailto:ds@infrafabric.io?subject=IF.Trace%20contact">contact</a>
</body>
</html>