Help
RSS
API
Feed
Maltego
Contact
Domain > agenticwargames.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-29
18.154.206.26
(
ClassC
)
2026-02-09
108.157.142.106
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 09 Feb 2026 00:49:46 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://agenticwargames.com/X-Cache: Redirect from cloudfrontVia: 1.1 a32c95e360d4eb0b33f08b3a74cb0984.cloudfront.net (CloudFront)X-Amz-Cf-Pop: MCI50-P1X-Amz-Cf-Id: 5Q6zezFHGA6G1CqAsxB30IfnFmFJ3FplFY55OokE_mXSfEy72gDstg html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 14363Connection: keep-aliveDate: Sun, 08 Feb 2026 11:33:43 GMTLast-Modified: Sun, 17 Aug 2025 17:43:50 GMTETag: 75c2cbd14185dfd4a93c78a6ee19de9aServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 a7a0f025dbad59d0ea58f579dc4a5d10.cloudfront.net (CloudFront)X-Amz-Cf-Pop: MCI50-P1X-Amz-Cf-Id: Prwua-4mIMFBJbhJmyh-npp3b2bsAw6cwT9q9uYL123DhsdD9jYyGAAge: 47764 !doctype html>html langen>head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> title>Agentic Wargames — Stealth AI Training Simulations/title> link relicon typeimage/x-icon hreffavicon.ico> meta namedescription contentPractice high‑stakes decisions in AI‑driven, human‑facilitated simulations for cybersecurity, defense, and executive strategy. Request early access. /> meta namerobots contentindex,follow /> !-- Open Graph / Twitter --> meta propertyog:title contentAgentic Wargames — AI‑Driven Corporate Wargames /> meta propertyog:description contentAdaptive multi‑agent simulations with voice and analytics. Train decision‑making under pressure. /> meta propertyog:type contentwebsite /> meta propertyog:image contentdata:image/svg+xml;utf8,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1200 630>rect width1200 height630 fill%23091426/>text x50% y50% dominant-baselinemiddle text-anchormiddle fill%23a6fff3 font-familysans-serif font-size72>Agentic Wargames/text>/svg> /> meta nametwitter:card contentsummary_large_image /> !-- Fonts --> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;600;800&displayswap relstylesheet> style> :root { --bg: #0b1020; /* deep indigo */ --bg-2: #060914; /* near-black */ --fg: #e5f6ff; /* soft white */ --muted: #a3b3c4; /* muted text */ --brand: #7fffd4; /* aquamarine */ --brand-2: #00d4ff; /* cyan */ --accent: #ffd166; /* warm accent */ --card: #0f182e; /* card background */ --border: rgba(255,255,255,0.08); --shadow: 0 10px 30px rgba(0,0,0,.3); --radius: 16px; } * { box-sizing: border-box; } html, body { height: 100%; } body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji; color: var(--fg); background: radial-gradient(1200px 600px at 20% 0%, #0e1a38 0%, var(--bg) 45%, var(--bg-2) 100%); letter-spacing: 0.15px; } a { color: var(--brand-2); text-decoration: none; } a:hover { text-decoration: underline; } .container { width: min(1100px, 92%); margin: 0 auto; } /* Header */ header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(140%) blur(6px); background: linear-gradient(180deg, rgba(6,9,20,0.86), rgba(6,9,20,0.55), rgba(6,9,20,0)); border-bottom: 1px solid var(--border); } .nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; } .brand { display:flex; gap:12px; align-items:center; font-weight:800; letter-spacing:0.5px; } .brand-badge { width: 28px; height: 28px; border-radius: 7px; background: conic-gradient(from 200deg, var(--brand), var(--brand-2)); box-shadow: 0 0 0 3px rgba(127,255,212,0.2), inset 0 0 20px rgba(0,212,255,0.2); } nav a { margin-left: 18px; color: var(--fg); opacity: .85; font-weight: 600; } nav a:hover { opacity: 1; } /* Hero */ .hero { padding: 96px 0 56px; position: relative; overflow: hidden; } .hero h1 { font-size: clamp(32px, 6vw, 58px); line-height: 1.04; margin: 0 0 14px; } .hero p { font-size: clamp(16px, 2.2vw, 20px); color: var(--muted); margin: 0 0 28px; } .pill { display:inline-flex; gap:10px; align-items:center; border:1px solid var(--border); border-radius:999px; padding:8px 14px; color:var(--muted); font-size:14px; margin-bottom: 18px; } .cta { display:flex; gap:14px; flex-wrap: wrap; } .btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:14px 18px; border-radius: 12px; border:1px solid var(--border); background: linear-gradient(180deg, rgba(127,255,212,0.15), rgba(0,212,255,0.08)); color: #07101f; font-weight: 800; letter-spacing: .2px; box-shadow: 0 10px 24px rgba(0,212,255,.16); transition: transform .15s ease, box-shadow .2s ease; text-decoration: none; } .btn span { color: #00131a; } .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,212,255,.22); } .btn.secondary { background: transparent; color: var(--fg); border-color: var(--border); box-shadow:none; } /* Section */ section { padding: 56px 0; border-top: 1px solid var(--border); } h2 { font-size: clamp(24px, 4.8vw, 36px); margin: 0 0 14px; } p.lead { color: var(--muted); font-size: 18px; margin: 0 0 24px; } /* Grid */ .grid { display: grid; gap: 18px; grid-template-columns: repeat(12, 1fr); } .card { background: linear-gradient(180deg, rgba(15,24,46,.7), rgba(12,18,34,.7)); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); } .feature { grid-column: span 12; } @media (min-width: 780px){ .feature { grid-column: span 4; } } .feature h3 { margin: 6px 0 8px; font-size: 19px; } .feature p { color: var(--muted); margin: 0; font-size: 15px; } /* Use cases */ .usecase { grid-column: span 12; display: grid; grid-template-columns: 1fr; gap: 12px; align-items: center; } .usecase h3 { margin: 0 0 6px; } .tag { display:inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(127,255,212,.1); color: var(--brand); font-weight: 700; border: 1px solid var(--border); font-size: 12px; } @media (min-width: 900px){ .usecase { grid-template-columns: 1.2fr 1fr; } } /* Steps */ .steps { display:grid; gap:14px; grid-template-columns: repeat(12, 1fr); } .step { grid-column: span 12; } @media (min-width: 780px){ .step { grid-column: span 4; } } .step h4 { margin: 4px 0 8px; } .step p { color: var(--muted); margin: 0; } /* Form */ .form-wrap { background: linear-gradient(180deg, rgba(15,24,46,.7), rgba(12,18,34,.7)); border:1px solid var(--border); border-radius: var(--radius); padding: 0; overflow: hidden; box-shadow: var(--shadow); } .form-head { padding: 22px; border-bottom: 1px solid var(--border); } .form-body { position: relative; } iframe.waitlist { width: 100%; height: 760px; border: 0; display: block; background: #0b1020; } .form-fallback { padding: 22px; border-top: 1px dashed var(--border); font-size: 14px; color: var(--muted); } /* Footer */ footer { padding: 40px 0 70px; color: var(--muted); border-top: 1px solid var(--border); } /* Decorative glow */ .glow { position:absolute; inset:-20vh -10vw auto auto; width: 56vw; height: 56vw; pointer-events:none; filter: blur(80px); opacity:.25; background: radial-gradient(closest-side, rgba(0,212,255,.35), rgba(127,255,212,.18), transparent 70%); border-radius: 50%; } /style>/head>body> div classglow aria-hiddentrue>/div> header> div classcontainer nav rolenavigation aria-labelPrimary> div classbrand aria-labelAgentic Wargames> img srcfavicon.ico altAgentic Wargames logo stylewidth:28px;height:28px;border-radius:7px;> span>Agentic Wargames/span> /div> nav> a href#overview>Overview/a> a href#use-cases>Use cases/a> a href#how>How it works/a> a href#early-access>Join waitlist/a> /nav> /div> /header> main> !-- Hero --> section classhero container idoverview> span classpill aria-labelStealth mode>🔒 Stealth mode • Private early access/span> h1>Practice high‑stakes decisions — against adaptive AI adversaries./h1> p> Agentic Wargames delivers human‑facilitated, AI‑driven simulations for executives and mission teams. Multi‑agent generative models role‑play adversaries, stakeholders, and allies — reacting in real time to your choices, over voice or text — so training feels like the real thing. /p> div classcta> a classbtn href#early-access aria-labelRequest early access>span>Request early access/span> →/a> a classbtn secondary href#use-cases aria-labelSee use cases>Explore use cases/a> /div> /section> !-- Key value props --> section> div classcontainer> h2>Why it works/h2> p classlead>Traditional tabletop exercises are static and expensive. Our simulations are dynamic, repeatable, and measurable./p> div classgrid> div classcard feature> span classtag>Adaptive agents/span> h3>Generative opponents & stakeholders/h3> p>AI agents are goal‑driven with memory, planning, and distinct personas. They bluff, negotiate, escalate, and surprise — like real people would./p> /div> div classcard feature> span classtag>Modular framework/span> h3>Swap scenarios, keep the engine/h3> p>Defense, cybersecurity, or market competition — change the scenario pack, not the platform. Run many iterations, compare outcomes, build muscle memory./p> /div> div classcard feature> span classtag>Voice‑first/span> h3>Talk to the simulation/h3> p>Hands‑on dialogue over realistic voices. Practice crisis comms, board briefings, and negotiations under time pressure./p> /div> /div> /div> /section> !-- Use cases --> section iduse-cases> div classcontainer> h2>Initial use cases/h2> div classgrid> div classcard usecase> div> span classtag>Cybersecurity/span> h3>Breach response, without the breach/h3> p classlead>Run accelerated ransomware and insider‑threat scenarios with realistic threat actors, legal counsel, IT leaders, and public sentiment./p> ul> li>Practice decision‑making: pay, restore, disclose, coordinate./li> li>Simulated social, PR, and regulator dynamics./li> li>Automated after‑action reports and metrics./li> /ul> /div> /div> div classcard usecase> div> span classtag>Defense/span> h3>Strategic crisis & red‑team exercises/h3> p classlead>AI red teams emulate adversary doctrine, deception, and tempo. Train command decision‑making and inter‑agency coordination./p> ul> li>Turn‑based or real‑time orchestration./li> li>AI co‑facilitator to inject events on cue./li> li>Explainable agent rationales for debriefs./li> /ul> /div> /div> div classcard usecase> div> span classtag>Executive strategy/span> h3>Market disruption & boardroom drills/h3> p classlead>Compete against an AI rival, brief an AI board, test go‑to‑market and pricing moves over multiple rounds. /p> ul> li>Customer & media agents react to choices./li> li>Quarter‑over‑quarter analytics and KPIs./li> li>Reusable scenario blueprints./li> /ul> /div> /div> /div> /div> /section> !-- How it works --> section idhow> div classcontainer> h2>How it works/h2> div classsteps> div classcard step> h4>1) Configure a scenario/h4> p>Select a scenario pack (e.g., cyber breach). Set objectives, roles, and difficulty. Bring your playbooks — we’ll mirror them in‑sim./p> /div> div classcard step> h4>2) Play and adapt/h4> p>Interact over voice or text with AI agents that remember, plan, and pursue goals. A co‑facilitator automates routine adjudication./p> /div> div classcard step> h4>3) Debrief with data/h4> p>Get a timeline, key decision points, agent rationales, and performance metrics. Rerun instant variations to test alternate strategies./p> /div> /div> /div> /section> !-- Early access / Form --> section idearly-access> div classcontainer> h2>Request early access/h2> p classlead>We’re onboarding a small number of defense and enterprise design partners. Share a few details below to join the waitlist./p> div classform-wrap roleregion aria-labelWaitlist form> div classform-head> strong>Secure & private./strong> We only collect what you submit here. No tracking cookies. /div> div classform-body> iframe classwaitlist titleAgentic Wargames early access form srchttps://docs.google.com/forms/d/e/1FAIpQLSdgSIPuUeYl6tyPsoeJdbzWfVR8vRdrEHQfdXkRDYqsRBQ2QQ/viewform?embeddedtrue>/iframe> div classform-fallback> If the embedded form doesn’t load on your network, a hrefhttps://docs.google.com/forms/d/e/1FAIpQLSdgSIPuUeYl6tyPsoeJdbzWfVR8vRdrEHQfdXkRDYqsRBQ2QQ/viewform?uspheader target_blank relnoopener>open it in a new tab/a>. /div> /div> /div> /div> /section> /main> footer> div classcontainer> div styledisplay:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;> div>© span idy>/span> Agentic Wargames. All rights reserved./div> div>Stealth build • No cookies • Minimal telemetry/div> /div> /div> /footer> script> // Set year and respect prefers-reduced-motion in potential expansions document.getElementById(y).textContent new Date().getFullYear(); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]