-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (511 loc) · 25.6 KB
/
Copy pathindex.html
File metadata and controls
543 lines (511 loc) · 25.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google tag (gtag.js) — Google Ads conversion tracking -->
<!-- Consent Mode v2 — defaults denied until the visitor chooses.
Must run BEFORE gtag.js. Google requires all four signals for EEA traffic
(mandatory since 2024-03-06) or remarketing + conversion modelling are off. -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied',
ad_user_data: 'denied',
ad_personalization: 'denied',
analytics_storage: 'denied',
functionality_storage: 'granted',
security_storage: 'granted',
wait_for_update: 500
});
try {
if (localStorage.getItem('hydra-consent') === 'granted') {
gtag('consent', 'update', {
ad_storage: 'granted', ad_user_data: 'granted',
ad_personalization: 'granted', analytics_storage: 'granted'
});
}
} catch (e) {}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VBWEDBCCER"></script>
<script>
gtag('js', new Date());
gtag('config', 'AW-18155860192');
// GA4 — paste your Measurement ID (G-…) here to activate. Find it in
// Google Analytics → Admin → Data streams → your web stream.
var GA4_ID = 'G-VBWEDBCCER';
if (GA4_ID.indexOf('XXXX') === -1) gtag('config', GA4_ID);
</script>
<title>HYDRA — Intelligence cuts that close cases</title>
<meta name="description" content="HYDRA — OSINT & Threat Intelligence for CZ/EU. Tier 1-3 reports from CZK 18,000. Passive recon, GDPR compliant, NDA-ready. Delivered in 2-15 days.">
<meta name="theme-color" content="#050507">
<meta name="color-scheme" content="dark">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="robots" content="index, follow">
<meta name="author" content="TIA">
<link rel="canonical" href="https://hydra.tia-framework.com/">
<link rel="alternate" hreflang="en" href="https://hydra.tia-framework.com/">
<link rel="alternate" hreflang="cs" href="https://hydra.tia-framework.com/cs/">
<link rel="alternate" hreflang="x-default" href="https://hydra.tia-framework.com/">
<link rel="icon" href="/favicon.ico?v=2" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png?v=2">
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=2">
<link rel="manifest" href="/site.webmanifest">
<meta property="og:title" content="HYDRA — Intelligence cuts that close cases">
<meta property="og:description" content="OSINT & Threat Intelligence for CZ/EU. Tier 1-3, CZK 18K-48K. Passive recon, NIS2-ready. By TIA.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="HYDRA">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="cs_CZ">
<meta property="og:url" content="https://hydra.tia-framework.com/">
<meta property="og:image" content="https://hydra.tia-framework.com/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="HYDRA — Intelligence cuts that close cases. OSINT & Threat Intelligence for CZ/EU.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HYDRA — Intelligence cuts that close cases">
<meta name="twitter:description" content="OSINT & Threat Intelligence for CZ/EU. Tier 1-3, CZK 18K-48K. Passive recon, NIS2-ready. By TIA.">
<meta name="twitter:image" content="https://hydra.tia-framework.com/og-image.png">
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="style.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "HYDRA",
"description": "OSINT & Threat Intelligence for CZ/EU. Tiered intelligence products, passive recon, GDPR & NDA-ready.",
"url": "https://hydra.tia-framework.com/",
"inLanguage": "en",
"areaServed": ["CZ", "EU"],
"parentOrganization": { "@type": "Organization", "name": "TIA", "url": "https://www.tia-framework.com" },
"address": { "@type": "PostalAddress", "addressLocality": "Prague", "addressCountry": "CZ" },
"email": "hydra@tia-framework.com",
"priceRange": "CZK 18,000–48,000"
}
</script>
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<!-- NAV -->
<nav>
<div class="container">
<a href="/" class="nav-logo"><svg class="nav-logo-svg" viewBox="0 0 64 64" role="img" aria-label="HYDRA logo"><defs><linearGradient id="hbar" x1="0" y1="0" x2="1" y2="0"><stop offset="0" stop-color="#c41e1e"/><stop offset="1" stop-color="#ff6b35"/></linearGradient><linearGradient id="hdg" x1="0" y1="0" x2="0" y2="1"><stop offset="0" stop-color="#e22a2a"/><stop offset="1" stop-color="#a81818"/></linearGradient></defs><rect x="1" y="1" width="62" height="62" rx="14" fill="#0c0c0e" stroke="rgba(255,255,255,.06)"/><rect x="10" y="7" width="44" height="5" rx="2.5" fill="url(#hbar)"/><g class="dia"><polygon points="32,20 47,39 32,58 17,39" fill="url(#hdg)"/><polygon points="32,29 40,39 32,49 24,39" fill="#6e0f0f"/></g></svg>HYDRA</a>
<div class="nav-links">
<a href="#tiers">TIERS</a>
<a href="#shield">SHIELD</a>
<a href="#codesec">TALOS</a>
<a href="#doctrine">DOCTRINE</a>
<a href="#method">METHODOLOGY</a>
<a href="/signal.html">CYBER SIGNAL</a>
<a href="/resources.html">RESOURCES</a>
<a href="#contact" class="nav-cta">REQUEST SAMPLE</a>
<span class="lang-switch">
<a href="/" class="active" aria-current="true">EN</a>
<span class="sep">/</span>
<a href="/cs/" hreflang="cs">CZ</a>
</span>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero" id="main">
<canvas class="hero-graph" aria-hidden="true"></canvas>
<pre class="hero-term" aria-hidden="true">$ hydra recon --passive acme.example
<span class="ok">[✓]</span> 14 subdomains · CT logs
<span class="ok">[✓]</span> 4 mail senders · SPF
<span class="hot">[!]</span> DMARC p=none · spoofable
<span class="hot">[!]</span> 1 look-alike · live MX
<span class="amb">▸</span> exposure mapped · 0 packets sent</pre>
<div class="container">
<div class="hero-mark"><span class="gl" data-t="TIA · HYDRA OSINT · CZ/EU">TIA · HYDRA OSINT · CZ/EU</span></div>
<h1>
Intelligence cuts<br>
that <span class="accent">close cases.</span>
</h1>
<p class="hero-sub">
OSINT & Threat Intelligence for organizations that need to know
what an attacker already knows about them — before the strike.
</p>
<div class="hero-doctrine">
HYDRA cuts heads of dragons threatening the kingdom.<br>
Not heads of merchants exaggerating their wares in the marketplace next door.
</div>
<div class="hero-cta-row">
<a href="#tiers" class="btn-primary">View Tiers</a>
<a href="#contact" class="btn-secondary">Request Sample</a>
</div>
<div class="status-strip">
<div class="status-row">
<div class="status-item hot">
<div class="label">Tier 1 from</div>
<div class="val mono">CZK 18,000</div>
</div>
<div class="status-item">
<div class="label">Delivery</div>
<div class="val mono">2–15 days</div>
</div>
<div class="status-item">
<div class="label">Methodology</div>
<div class="val mono">Passive only</div>
</div>
<div class="status-item">
<div class="label">Compliance</div>
<div class="val mono">GDPR · NDA</div>
</div>
</div>
</div>
<div class="amber-strip" aria-hidden="true">◢ HYDRA · PASSIVE-RECON · UTC <span id="utc" class="utc">--:--:--</span> <span class="blink">▮</span></div>
<script>(function(){var e=document.getElementById('utc');if(!e)return;function t(){e.textContent=new Date().toISOString().substr(11,8);}t();setInterval(t,1000);})();</script>
</div>
</section>
<script>
(function(){var h1=document.querySelector('.hero h1');if(!h1)return;try{if(matchMedia('(prefers-reduced-motion: reduce)').matches)return;}catch(e){}
var segs=[{t:'Intelligence cuts'},{br:1},{t:'that '},{t:'close cases.',c:'accent'}],done='';
function esc(s){return String(s).replace(/&/g,'&').replace(/</g,'<');}
function draw(cur){h1.innerHTML=done+cur+'<span class="tw-caret">▮</span>';}
var si=0;function seg(){if(si>=segs.length)return;var s=segs[si++];if(s.br){done+='<br>';setTimeout(seg,170);return;}var i=0;(function ch(){if(i<=s.t.length){var part=esc(s.t.slice(0,i));draw(s.c?'<span class="'+s.c+'">'+part+'</span>':part);var last=s.t[i-1];i++;setTimeout(ch,last===' '?45:36);}else{done+=s.c?'<span class="'+s.c+'">'+esc(s.t)+'</span>':esc(s.t);setTimeout(seg,15);}})();}
h1.innerHTML='<span class="tw-caret">▮</span>';setTimeout(seg,350);})();
</script>
<script>
(function(){var c=document.querySelector('.hero-graph');if(!c)return;var hero=c.closest('.hero'),ctx=c.getContext('2d');
var reduce=false;try{reduce=matchMedia('(prefers-reduced-motion: reduce)').matches;}catch(e){}
var DPR=Math.min(window.devicePixelRatio||1,2),W=0,H=0,nodes=[],mouse={x:-1e9,y:-1e9};
var LABELS=['acme.example','@mx','185.·.·.·','look-alike','actor?','CT log','SPF'];
function R(a,b){return a+(b-a)*Math.random();}
function size(){var r=hero.getBoundingClientRect();W=r.width;H=r.height;c.width=W*DPR;c.height=H*DPR;c.style.width=W+'px';c.style.height=H+'px';ctx.setTransform(DPR,0,0,DPR,0,0);}
function build(){nodes=[];var n=Math.max(16,Math.min(32,Math.floor(W/46))),li=0;for(var i=0;i<n;i++){var hot=Math.random()<0.15;nodes.push({x:R(0,W),y:R(0,H),vx:R(-.13,.13),vy:R(-.13,.13),r:hot?R(2.6,3.6):R(1.3,2.4),hot:hot,em:!hot&&Math.random()<0.12,lbl:(li<LABELS.length&&Math.random()<0.6)?LABELS[li++]:null,ph:R(0,6.28)});}}
function frame(t){ctx.clearRect(0,0,W,H);var i,j,maxd=Math.min(155,W*0.14);
for(i=0;i<nodes.length;i++){var a=nodes[i];for(j=i+1;j<nodes.length;j++){var b=nodes[j],dx=a.x-b.x,dy=a.y-b.y,d=Math.hypot(dx,dy);if(d<maxd){ctx.strokeStyle='rgba(108,122,137,'+(0.11*(1-d/maxd)).toFixed(3)+')';ctx.lineWidth=1;ctx.beginPath();ctx.moveTo(a.x,a.y);ctx.lineTo(b.x,b.y);ctx.stroke();}}}
for(i=0;i<nodes.length;i++){var p=nodes[i];if(!reduce){p.x+=p.vx;p.y+=p.vy;if(p.x<0||p.x>W)p.vx*=-1;if(p.y<0||p.y>H)p.vy*=-1;var mx=p.x-mouse.x,my=p.y-mouse.y,mdd=Math.hypot(mx,my);if(mdd<110&&mdd>0.1){p.x+=mx/mdd*0.7;p.y+=my/mdd*0.7;}}
var pl=p.hot?(0.6+0.4*Math.sin(t/600+p.ph)):1,col=p.hot?'196,30,30':(p.em?'255,107,53':'150,160,172');
ctx.beginPath();ctx.arc(p.x,p.y,p.r*pl,0,6.283);ctx.fillStyle='rgba('+col+','+(p.hot?0.9:0.55)+')';ctx.fill();
if(p.hot){ctx.beginPath();ctx.arc(p.x,p.y,p.r*pl+3,0,6.283);ctx.strokeStyle='rgba(196,30,30,0.22)';ctx.lineWidth=1;ctx.stroke();}
if(p.lbl){ctx.font='10px "JetBrains Mono",monospace';ctx.fillStyle='rgba(201,162,89,0.45)';ctx.fillText(p.lbl,p.x+p.r+5,p.y+3);}}
if(!reduce)requestAnimationFrame(frame);}
function init(){size();build();reduce?frame(0):requestAnimationFrame(frame);}
window.addEventListener('resize',function(){size();build();});
hero.addEventListener('mousemove',function(e){var r=c.getBoundingClientRect();mouse.x=e.clientX-r.left;mouse.y=e.clientY-r.top;});
hero.addEventListener('mouseleave',function(){mouse.x=-1e9;mouse.y=-1e9;});
init();})();
</script>
<!-- TIERS -->
<section id="tiers">
<div class="container">
<div class="section-mark glt" style="animation-delay:-1s">TIERED PRODUCTS</div>
<h2>Three layers, one chain.</h2>
<p class="section-lead">
From a rapid exposure snapshot to a board-ready intelligence product.
Each layer builds on the previous one. Start where you are — continue as needed.
</p>
<div class="tiers">
<div class="tier">
<div class="tier-mark">TIER 1</div>
<div class="tier-name">Exposure Scan</div>
<div class="tier-tag">Rapid public-exposure snapshot</div>
<div class="tier-price">from CZK 18,000</div>
<div class="tier-price-eur">/ €700 · excl. VAT</div>
<div class="tier-eta">⏱ 2–3 business days</div>
<ul class="tier-bullets">
<li>Public infrastructure map (domains, subdomains, technologies)</li>
<li>CVE matching against the technology profile</li>
<li>Credential-leak check</li>
<li>Risk score 0–10 with rationale</li>
<li>Action checklist — top 5 findings</li>
<li>PDF report (8–12 pages, CZ/EN)</li>
</ul>
</div>
<div class="tier">
<div class="tier-mark">TIER 2</div>
<div class="tier-name">Threat Assessment</div>
<div class="tier-tag">Sector threat landscape + dark web</div>
<div class="tier-price">from CZK 28,000</div>
<div class="tier-price-eur">/ €1,100 · excl. VAT</div>
<div class="tier-eta">⏱ 5–7 business days</div>
<ul class="tier-bullets">
<li>Everything in Tier 1</li>
<li>Dark web monitoring — mentions & leaked credentials</li>
<li>Sector-specific threat landscape (active ransomware groups)</li>
<li>NIS2 / DORA gap analysis</li>
<li>Leadership exposure check</li>
<li>PDF report 20–30 pages + 60-min briefing call</li>
</ul>
</div>
<div class="tier">
<div class="tier-mark">TIER 3</div>
<div class="tier-name">Full Intelligence</div>
<div class="tier-tag">Board-ready intelligence product</div>
<div class="tier-price">from CZK 48,000</div>
<div class="tier-price-eur">/ €1,900 · excl. VAT</div>
<div class="tier-eta">⏱ 10–15 business days</div>
<ul class="tier-bullets">
<li>Everything in Tier 1 + Tier 2</li>
<li>Threat actor profiling — who, how, why</li>
<li>Supply chain mapping & vendor compromise vectors</li>
<li>Regulatory exposure (NIS2 · DORA · GDPR)</li>
<li>Disinformation / Reflexive Control detection</li>
<li>Executive briefing — board-ready PDF + slides</li>
<li>PDF report 40+ pages + 2 briefing calls</li>
</ul>
</div>
</div>
</div>
</section>
<!-- E-MAIL SHIELD -->
<section id="shield">
<div class="container">
<div class="section-mark glr" style="animation-delay:-3.5s">E-MAIL SHIELD · REMEDIATION</div>
<h2>Finding is step one. Closing is step two.</h2>
<p class="section-lead">
Findings are worthless until the gap is closed. E-mail Shield takes your domain
from "anyone can impersonate you" to full enforcement — phased, with zero mail
downtime, and before/after proof your IT and management both understand.
</p>
<div class="tiers">
<div class="tier">
<div class="tier-mark">FIX</div>
<div class="tier-name">Close the gap</div>
<div class="tier-tag">E-mail Shield Fix</div>
<div class="tier-price">39,000 Kč</div>
<div class="tier-price-eur">/ €1,500 · excl. VAT</div>
<div class="tier-eta">⏱ 2–3 weeks · phased, no mail downtime</div>
<ul class="tier-bullets">
<li>Inventory of all legitimate senders</li>
<li>SPF hardening (-all) + DKIM 2048-bit</li>
<li>DMARC phased: none → quarantine → reject</li>
<li>Before/after proof (external re-scan)</li>
<li>Executive summary (CZ/EN)</li>
</ul>
</div>
<div class="tier">
<div class="tier-mark">PRO</div>
<div class="tier-name">Full protection</div>
<div class="tier-tag">E-mail Shield Pro</div>
<div class="tier-price">79,000 Kč</div>
<div class="tier-price-eur">/ €3,100 · excl. VAT</div>
<div class="tier-eta">⏱ 3–4 weeks</div>
<ul class="tier-bullets">
<li>Everything in Fix</li>
<li>MTA-STS + TLS-RPT + DNSSEC</li>
<li>BIMI-ready</li>
<li>DMARC report monitoring (30–90 days)</li>
<li>BEC-awareness one-pager for the team</li>
</ul>
</div>
<div class="tier">
<div class="tier-mark">SENTINEL</div>
<div class="tier-name">Ongoing watch</div>
<div class="tier-tag">E-mail Shield Sentinel</div>
<div class="tier-price">12,000 Kč / mo</div>
<div class="tier-price-eur">/ €470 · excl. VAT · 3-mo min</div>
<div class="tier-eta">⏱ ongoing</div>
<ul class="tier-bullets">
<li>Monthly DMARC report review</li>
<li>Alerts on new senders and threats</li>
<li>Quarterly external exposure re-scan</li>
<li>Priority incident support</li>
</ul>
</div>
</div>
</div>
</section>
<!-- APPLICATION & CODE SECURITY -->
<section id="codesec">
<div class="container">
<div class="section-mark glt" style="animation-delay:-5s">TALOS · APPLICATION & CODE SECURITY · AUDIT + REMEDIATION</div>
<h2>Beyond the outside-in. Into the code itself.</h2>
<p class="section-lead">
<strong>TALOS</strong> — our attack-first code audit, named for the bronze guardian who defended by attacking.
Passive recon shows what an attacker sees from outside. When you're ready to go deeper —
with your explicit authorization — we assess the application and code itself: attacker-first,
and only the findings that are actually exploitable.
</p>
<div class="tiers">
<div class="tier">
<div class="tier-mark">AUDIT</div>
<div class="tier-name">Code Security Audit</div>
<div class="tier-tag">Attacker-first, verified findings</div>
<div class="tier-price">from CZK 60,000</div>
<div class="tier-price-eur">/ €2,400 · excl. VAT</div>
<div class="tier-eta">⏱ scoped per codebase</div>
<ul class="tier-bullets">
<li>Attacker-first analysis — real attack paths from entry points (APIs, uploads, network), not pattern-matching</li>
<li><strong>Falsification pass</strong> — we disprove our own findings, so you get verified exploitable defects, not false-positive noise</li>
<li>Every finding: exploit path, business impact, severity</li>
<li>Prioritized report + fix strategy (CZ/EN)</li>
<li>Authorized & confidential · NDA-ready</li>
</ul>
</div>
<div class="tier">
<div class="tier-mark">+ REMEDIATION</div>
<div class="tier-name">Audit + Fix + Verify</div>
<div class="tier-tag">Closed loop — proven, not assumed</div>
<div class="tier-price">from CZK 120,000</div>
<div class="tier-price-eur">/ €4,700 · excl. VAT</div>
<div class="tier-eta">⏱ scoped per codebase</div>
<ul class="tier-bullets">
<li>Everything in the Audit</li>
<li>We implement the fixes — reviewable, minimal, targeted changes</li>
<li><strong>Independent verification</strong> — a separate check proves each fix held (proven, not taken on faith)</li>
<li>Before/after proof your IT and management both understand</li>
<li>Findings are yours — never public</li>
</ul>
</div>
</div>
</div>
</section>
<!-- DOCTRINE -->
<section id="doctrine" class="doctrine">
<div class="container">
<div class="section-mark glr" style="animation-delay:-2s">THE DOCTRINE</div>
<h2>Who we target. Who we don't.</h2>
<p class="section-lead">
HYDRA is an <strong>intelligence function</strong>, not vigilantism.
This line is non-negotiable and protects both sides.
</p>
<div class="doctrine-grid">
<div class="doctrine-col valid">
<h3>VALID TARGETS</h3>
<ul>
<li><strong>Attackers</strong> — an active threat to you, your partners, your clients</li>
<li><strong>Prospects</strong> — trust calibration before closing a deal</li>
<li><strong>Self-audit</strong> — your own exposure check</li>
</ul>
</div>
<div class="doctrine-col invalid">
<h3>INVALID TARGETS</h3>
<ul>
<li><strong>Competitors</strong> with marketing problems</li>
<li><strong>Ego targets</strong> — "they're wrong on the internet"</li>
<li><strong>Public shaming</strong> — HYDRA reports are for the client, not for LinkedIn</li>
</ul>
</div>
</div>
</div>
</section>
<!-- SAMPLE -->
<section>
<div class="container">
<div class="section-mark glt" style="animation-delay:-4.5s">SAMPLE OUTPUT</div>
<h2>Anonymized sample. Free. No strings attached.</h2>
<p class="section-lead">
Before you order, see the structure and depth of a real HYDRA report.
All sensitive data is redacted.
</p>
<div class="sample-box" data-badge="FREE">
<h3>Sample pack — Tier 1 + Tier 3</h3>
<p>
An anonymized Tier 1 PDF (~10 pages) + an anonymized Tier 3 enterprise report (~30 pages).
For assessing the format and depth of your potential deliverable only.
No contact forms, no commitments.
</p>
<a href="#contact" class="btn-primary">Request Sample Pack</a>
</div>
</div>
</section>
<!-- METHODOLOGY -->
<section id="method">
<div class="container">
<div class="section-mark glr" style="animation-delay:-6s">METHODOLOGY</div>
<h2>How we work. What we guarantee.</h2>
<p class="section-lead">
An auditable workflow, a documented evidence chain, full source transparency.
</p>
<div class="method-grid">
<div class="method-item">
<h4>◢ PASSIVE RECON ONLY</h4>
<p>No active exploitation, no authenticated scanning, no contact with target systems. Publicly available sources only.</p>
</div>
<div class="method-item">
<h4>◢ AUDITABLE EVIDENCE CHAIN</h4>
<p>Every finding includes a URL, a timestamp and a source. Independently verifiable. Labeled: <span class="mono hot">CONFIRMED</span> / <span class="mono dim">UNCONFIRMED</span> / <span class="mono">INDICATIVE</span>.</p>
</div>
<div class="method-item">
<h4>◢ GDPR · NDA-READY</h4>
<p>Fully compliant workflow. NDA before work begins, agreed scope, retention policy.</p>
</div>
<div class="method-item">
<h4>◢ COCA-COLA PROTECTION</h4>
<p>Reports contain <em>findings</em> and <em>action items</em>, not tools or methodology. Your competition won't learn how it's done.</p>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact" class="contact">
<div class="container">
<div class="section-mark glt" style="animation-delay:-0.5s">START THE CONVERSATION</div>
<h2>Send a message. We reply within 4 hours.</h2>
<p class="section-lead" style="text-align: center; margin-left: auto; margin-right: auto;">
For the sample pack, write <strong>"SAMPLE"</strong>. For a custom investigation, a short description of the situation.
Decision-maker preferred.
</p>
<a href="https://wa.me/420603227456" class="contact-cta" target="_blank" rel="noopener">
<span class="live-dot"></span> WhatsApp Business
</a>
<div class="contact-channels">
Or: <a href="mailto:hydra@tia-framework.com">hydra@tia-framework.com</a> ·
<a href="https://www.tia-framework.com" target="_blank" rel="noopener">tia-framework.com</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="container">
<div>
<span class="hot">HYDRA</span> · An intelligence product by <a href="https://www.tia-framework.com">TIA</a>
</div>
<div>
Prague · CZ/EU · Reg. No. 24974803<br>
© 2026 · Passive recon only · GDPR · NDA-ready
</div>
</div>
</footer>
<script>
// Progressive scroll-in reveal. JS adds the .reveal class itself,
// so users without JS simply see all content (no hidden state).
(function () {
var reduce = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
var targets = document.querySelectorAll(
'section h2, .section-lead, .tier, .doctrine-col, .sample-box, .method-item, .status-strip'
);
if (reduce || !('IntersectionObserver' in window)) return;
var io = new IntersectionObserver(function (entries) {
entries.forEach(function (e) {
if (e.isIntersecting) { e.target.classList.add('is-visible'); io.unobserve(e.target); }
});
}, { threshold: 0.12, rootMargin: '0px 0px -8% 0px' });
targets.forEach(function (el, i) {
el.classList.add('reveal');
el.style.transitionDelay = (Math.min(i % 6, 5) * 0.05) + 's';
io.observe(el);
});
})();
// Google Ads conversion tracking — fires a lead event on real contact actions
// (WhatsApp / email / phone). Fill the LABEL from Google Ads to count these as
// formal conversions; until then they fire as 'generate_lead' (visible + promotable).
(function () {
var GADS = 'AW-18155860192';
var LABEL = 'fkQ0CICHp9EcEODhsdFD'; // ← paste Google Ads conversion label here, e.g. 'AbC-D_efGhIjKl'
function lead(method) {
if (typeof gtag !== 'function') return;
// GA4 event — NO send_to → routes to ALL configured tags incl. GA4, so it
// shows up in Analytics events (promote there to a key event/conversion).
gtag('event', 'generate_lead', { method: method, currency: 'CZK', value: 0 });
// Google Ads formal conversion — active once LABEL is filled from Google Ads.
if (LABEL) gtag('event', 'conversion', { send_to: GADS + '/' + LABEL, event_label: method });
}
document.addEventListener('click', function (e) {
var a = e.target.closest ? e.target.closest('a[href]') : null;
if (!a) return;
var h = a.getAttribute('href') || '';
if (/wa\.me\//i.test(h)) lead('whatsapp');
else if (/^mailto:/i.test(h)) lead('email');
else if (/^tel:/i.test(h)) lead('phone');
}, true);
})();
</script>
<script src="/consent.js" defer></script>
</body>
</html>