You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Active Defense rewrite + Government & Enterprise pricing tiers
- Active Defense: 'Strike Back' — retaliate, waste their resources, trap and
fingerprint, feed fake creds, get their servers shut down
- Government & Defense tier: FedRAMP, FIPS 140-2, ITAR, GSA Schedule, air-gapped
- Enterprise tier: custom modules, SLA, volume licensing, on-prem hardware
- New FAQ: government agency support
- PRD: updated pricing table with gov + enterprise
Copy file name to clipboardExpand all lines: src/app/page.tsx
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ const features = [
33
33
},
34
34
{
35
35
icon: "💢",
36
-
title: "Active Defense",
37
-
desc: "Fight back. Tar pits slow attackers down, honeypots trap them, deception serves fake data, and auto-reports file abuse complaints to their ISP.",
36
+
title: "Active Defense — Strike Back",
37
+
desc: "Don't just detect — retaliate. Tar pits waste attacker resources, honeypots trap and fingerprint them, deception feeds them fake credentials, and auto-reports get their servers shut down. They attack you, you make them regret it.",
38
38
},
39
39
{
40
40
icon: "⚙️",
@@ -72,6 +72,10 @@ const faqs = [
72
72
q: "What about AI-enhanced modules?",
73
73
a: "Some modules use AI for advanced threat classification, anomaly detection, and smart alerting. These are usage-based — you only pay for what you use. Your lifetime license covers the core platform; AI usage is metered separately so you're never overpaying.",
74
74
},
75
+
{
76
+
q: "Do you work with government agencies?",
77
+
a: "Yes. ThreatCrush supports air-gapped deployment, on-prem hardware appliances, and is designed for FedRAMP, FIPS 140-2, and ITAR compliance. Contact gov@threatcrush.com for GSA Schedule pricing and custom deployment.",
78
+
},
75
79
{
76
80
q: "How does the referral program work?",
77
81
a: "After signing up, you get a unique referral link. Your friend pays $399 ($100 off), and you earn $100 per referral, paid out in crypto via <a href='https://coinpayportal.com' target='_blank' rel='noopener noreferrer' class='text-tc-green hover:underline'>CoinPayPortal</a> (BTC, ETH, USDT, SOL). No limits — refer 5 friends and you've paid for your own license. Must be a paying member to earn.",
@@ -757,6 +761,28 @@ export default function Home() {
0 commit comments