Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 38 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 75 out of 100
- SEO 100 out of 100
- Performance and Accessibility 63 out of 100
What AI sees of your website
Darktrace | The Essential AI Cybersecurity Platform
Darktrace AI interrupts in-progress cyber-attacks in seconds, including ransomware, email phishing, and threats to cloud environments and critical infrastructure.
Next step
Turn this report into a fix workflow
24 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 38 | Priority fix | 9 | 14 | 1 | View details |
| Discoverability | 50 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 54 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 75 | Mostly ready | 5 | 2 | 12 | View details |
| GEO Readiness | 84 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 80 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 62 | Needs work | 1 | 1 | 5 | View details |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 63 | Needs work | 21 | 6 | 1 | View details |
| Performance | 45 | Priority fix | 14 | 5 | 1 | View details |
| Accessibility | 97 | Strong | 7 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
45 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self'"
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Corporation"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 176747,
"excerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d55d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimi",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": [
"Corporation"
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 3).
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 3,
"headings": 29,
"links": 732,
"inaccessibleLinks": 0,
"buttons": 0,
"inaccessibleButtons": 0,
"images": 346,
"imagesWithAlt": 346,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Mon, 08 Jun 2026 15:49:03 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.darktrace.com",
"probes": [
{
"name": "_index._agents.www.darktrace.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.darktrace.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.darktrace.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "darktrace.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/resource/the-state-of-ai-cybersecurity-2026",
"text": "Annual survey reportThe State of AI Cybersecurity 2026See our findings from asking 1500 cybersecurity professionals around the world about their thoughts on AI and cyber",
"html": "<a data-w-id=\"8e0773c0-1e79-45c3-f5f0-12341995ece4\" data-wf-native-id-path=\"287d42a1-c134-ecdc-2819-b0490f0d8c84:8e0773c0-1e79-45c3-f5f0-12341995ece4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8e0773c0-1e79-45c3-f5f0-12341995ece4\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228e0773c0-1e79-45c3-f5f0-12341995ece3%22%2C%22instanceId%22%3A%22287d42a1-c134-ecdc-2819-b0490f0d8c84%22%7D%5D\" href=\"/resource/the-state-of-ai-cybersecurity-2026\" class=\"hp_dynamic-card w-..."
},
{
"href": "/cyber-ai",
"text": "Learn more about our AI",
"html": "<a data-w-id=\"f2d803b7-1bca-b208-e425-51812ad7437c\" data-wf-native-id-path=\"48b9b4af-e352-98d3-4eec-014c4e0299d7:f2d803b7-1bca-b208-e425-51812ad7437c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"f2d803b7-1bca-b208-e425-51812ad7437c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22f2d803b7-1bca-b208-e425-51812ad7437b%22%2C%22instanceId%22%3A%2248b9b4af-e352-98d3-4eec-014c4e0299d7%22%7D%5D\" href=\"/cyber-ai\" class=\"button is-secondary is-icon w-inline-block\"><div>Lear..."
},
{
"href": "https://www.linkedin.com/company/darktrace/",
"text": "",
"html": "<a aria-label=\"LinkedIn\" data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9ac0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e94a128c-e2a8-1157-bb46-02d9bbac9ac0\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9bbac9a94%22%2C%..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b00:57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b06:57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9..."
}
],
"contactLinks": [
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/products/secure-ai",
"text": "ProductSecuring AI Starts with DarktraceDeploy AI confidently with security that helps teams understand intent, assess risk, and protect sensitive data",
"html": "<a data-w-id=\"8e0773c0-1e79-45c3-f5f0-12341995ecf1\" data-wf-native-id-path=\"287d42a1-c134-ecdc-2819-b0490f0d8c84:8e0773c0-1e79-45c3-f5f0-12341995ecf1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8e0773c0-1e79-45c3-f5f0-12341995ecf1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228e0773c0-1e79-45c3-f5f0-12341995ece3%22%2C%22instanceId%22%3A%22287d42a1-c134-ecdc-2819-b0490f0d8c84%22%7D%5D\" href=\"/products/secure-ai\" class=\"hp_dynamic-card w-inline-block\"><img src=\"h..."
},
{
"href": "/contact",
"text": "Contact",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b02:57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9..."
}
],
"privacyLinks": [
{
"href": "https://darktrace.com/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b43\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e94a128c-e2a8-1157-bb46-02d9bbac9b43\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9bbac9a94%22%2C%22instanceId%22%3A%22d..."
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceac\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5ceba\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d05e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d070\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/company/leadership\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weigh..."
},
{
"href": "/resource/the-state-of-ai-cybersecurity-2026",
"text": "Annual survey reportThe State of AI Cybersecurity 2026See our findings from asking 1500 cybersecurity professionals around the world about their thoughts on AI and cyber",
"html": "<a data-w-id=\"8e0773c0-1e79-45c3-f5f0-12341995ece4\" data-wf-native-id-path=\"287d42a1-c134-ecdc-2819-b0490f0d8c84:8e0773c0-1e79-45c3-f5f0-12341995ece4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8e0773c0-1e79-45c3-f5f0-12341995ece4\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228e0773c0-1e79-45c3-f5f0-12341995ece3%22%2C%22instanceId%22%3A%22287d42a1-c134-ecdc-2819-b0490f0d8c84%22%7D%5D\" href=\"/resource/the-state-of-ai-cybersecurity-2026\" class=\"hp_dynamic-card w-..."
},
{
"href": "/cyber-ai",
"text": "Learn more about our AI",
"html": "<a data-w-id=\"f2d803b7-1bca-b208-e425-51812ad7437c\" data-wf-native-id-path=\"48b9b4af-e352-98d3-4eec-014c4e0299d7:f2d803b7-1bca-b208-e425-51812ad7437c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"f2d803b7-1bca-b208-e425-51812ad7437c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22f2d803b7-1bca-b208-e425-51812ad7437b%22%2C%22instanceId%22%3A%2248b9b4af-e352-98d3-4eec-014c4e0299d7%22%7D%5D\" href=\"/cyber-ai\" class=\"button is-secondary is-icon w-inline-block\"><div>Lear..."
},
{
"href": "https://www.linkedin.com/company/darktrace/",
"text": "",
"html": "<a aria-label=\"LinkedIn\" data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9ac0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e94a128c-e2a8-1157-bb46-02d9bbac9ac0\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9bbac9a94%22%2C%..."
},
{
"href": "/company",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b00:57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9..."
},
{
"href": "/company/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b06:57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9..."
}
],
"contactLinks": [
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"0e152c5b-e2ad-739c-6e63-e335d12ce3e2:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%220e152c5b-e2ad-739c-6e63-e335d12ce3e2%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"2269a2b6-8591-cc24-72a9-1783ad2904fc:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%222269a2b6-8591-cc24-72a9-1783ad2904fc%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6bae59df-433a-b248-8cc7-171bcc81033f:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226bae59df-433a-b248-8cc7-171bcc81033f%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"41b1d356-9d7f-99ed-2148-02ec98c68955:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%2241b1d356-9d7f-99ed-2148-02ec98c68955%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"a9be7ea2-14b7-613d-ea89-0726da9f3a36:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%22a9be7ea2-14b7-613d-ea89-0726da9f3a36%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5cec2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"6963bb9d-5c38-e193-22bf-0129d4c3e816:744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"744f5376-b7fa-5f39-cb69-e4aeeba5d078\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a2c608df-8046-c9d6-3613-b6a0109963ee%22%2C%22instanceId%22%3A%226963bb9d-5c38-e193-22bf-0129d4c3e816%22%7D%5D\" href=\"/contact\" class=\"navbar5_dropdown-link w-inline-block\"><div class=\"navbar5_item-right\"><div class=\"text-weight-semibold..."
},
{
"href": "/products/secure-ai",
"text": "ProductSecuring AI Starts with DarktraceDeploy AI confidently with security that helps teams understand intent, assess risk, and protect sensitive data",
"html": "<a data-w-id=\"8e0773c0-1e79-45c3-f5f0-12341995ecf1\" data-wf-native-id-path=\"287d42a1-c134-ecdc-2819-b0490f0d8c84:8e0773c0-1e79-45c3-f5f0-12341995ecf1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8e0773c0-1e79-45c3-f5f0-12341995ecf1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228e0773c0-1e79-45c3-f5f0-12341995ece3%22%2C%22instanceId%22%3A%22287d42a1-c134-ecdc-2819-b0490f0d8c84%22%7D%5D\" href=\"/products/secure-ai\" class=\"hp_dynamic-card w-inline-block\"><img src=\"h..."
},
{
"href": "/contact",
"text": "Contact",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b02:57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"57eaa169-ad2a-76c2-6803-4232daa942aa\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9..."
}
],
"privacyLinks": [
{
"href": "https://darktrace.com/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a data-wf-native-id-path=\"1df6d6fb-d8dc-d316-ec65-08c46a972b66:d54bd62b-2d1c-4d8f-65ee-972e28a190c4:e94a128c-e2a8-1157-bb46-02d9bbac9b43\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e94a128c-e2a8-1157-bb46-02d9bbac9b43\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2253eb7747-8349-6156-0da6-5e066c225786%22%2C%22instanceId%22%3A%221df6d6fb-d8dc-d316-ec65-08c46a972b66%22%7D%2C%7B%22componentId%22%3A%22e94a128c-e2a8-1157-bb46-02d9bbac9a94%22%2C%22instanceId%22%3A%22d..."
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
25 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 26,
"passing": 1,
"failing": [
{
"heading": "Proactive cybersecurity",
"headingHtml": "<h2>Proactive cybersecurity</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "across the enterprise",
"headingHtml": "<h2 class=\"text-color-highlight-light\">across the enterprise</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ NETWORK",
"headingHtml": "<h3 class=\"heading-style-h6\">/ NETWORK</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ EMAIL",
"headingHtml": "<h3 class=\"heading-style-h6\">/ EMAIL</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ CLOUD",
"headingHtml": "<h3 data-w-id=\"1df6d6fb-d8dc-d316-ec65-08c46a972ab5\" class=\"heading-style-h6\">/ CLOUD</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ SECURE AI NEW",
"headingHtml": "<h3 class=\"heading-style-h6\"> / SECURE AI <sup class=\"nav-tag_span text-color-orange\">NEW</sup></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ OT",
"headingHtml": "<h3 class=\"heading-style-h6\">/ OT</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ IDENTITY",
"headingHtml": "<h3 class=\"heading-style-h6\">/ IDENTITY</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ ENDPOINT",
"headingHtml": "<h3 class=\"heading-style-h6\">/ ENDPOINT</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The most advanced NDR solution",
"headingHtml": "<h3>The most advanced NDR solution</h3>",
"firstParagraph": "A complete solution for prevention, detection, and response to known and unknown threats",
"paragraphHtml": "<p>A complete solution for prevention, detection, and response to known and unknown threats</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Leading AI-powered cloud email security",
"headingHtml": "<h3>Leading AI-powered cloud email security</h3>",
"firstParagraph": "Revolutionize your email security with Self-Learning AI, stopping known and unknown threats in your inbox and beyond",
"paragraphHtml": "<p>Revolutionize your email security with Self-Learning AI, stopping known and unknown threats in your inbox and beyond</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Secure your cloud in real time",
"headingHtml": "<h3>Secure your cloud in real time</h3>",
"firstParagraph": "Achieve cyber resilience with adaptive, intelligent AI built ​to secure​ your hybrid or multi-cloud environment",
"paragraphHtml": "<p>Achieve cyber resilience with adaptive, intelligent AI built ​to secure​ your hybrid or multi-cloud environment</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Embrace AI with confidence",
"headingHtml": "<h3>Embrace AI with confidence </h3>",
"firstParagraph": "Bring every AI interaction into a single view. Understand intent, assess risk, protect sensitive data, and enforce policy across both human and agent activity.",
"paragraphHtml": "<p>Bring every AI interaction into a single view. Understand intent, assess risk, protect sensitive data, and enforce policy across both human and agent activity.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Protect your converged IT/OT environments",
"headingHtml": "<h3>Protect your converged IT/OT environments</h3>",
"firstParagraph": "Combine pioneering AI-powered detection and response with OT Risk Management that goes beyond CVE mapping",
"paragraphHtml": "<p>Combine pioneering AI-powered detection and response with OT Risk Management that goes beyond CVE mapping</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Outsmart identity threats across all your apps",
"headingHtml": "<h3>Outsmart identity threats across all your apps</h3>",
"firstParagraph": "Unify your identity security with proactive risk management, real-time threat detection and autonomous response",
"paragraphHtml": "<p>Unify your identity security with proactive risk management, real-time threat detection and autonomous response</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Secure every device, everywhere, all the time",
"headingHtml": "<h3>Secure every device, everywhere, all the time</h3>",
"firstParagraph": "Darktrace works alongside your EDR to contain known and previously unseen network threats on your endpoints, taking targeted autonomous action to secure your entire organization",
"paragraphHtml": "<p>Darktrace works alongside your EDR to contain known and previously unseen network threats on your endpoints, taking targeted autonomous action to secure your entire organization</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Transform your",
"headingHtml": "<h2>Transform your</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "security operations",
"headingHtml": "<h2 class=\"text-color-highlight-light\">security operations</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Customers",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Customers</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Countries",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Countries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Employees",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Employees</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Patent Applications",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Patent Applications</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built on our unique AI",
"headingHtml": "<h2 class=\"display-inline\">Built on our unique AI </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anywhere, everywhere & everyone",
"headingHtml": "<h3 class=\"display-inline\">Anywhere, everywhere & everyone</h3>",
"firstParagraph": "From extra small businesses to large enterprises. Any mission, any industry. Darktrace protects all people and digital assets across your entire ecosystem.",
"paragraphHtml": "<p>From extra small businesses to large enterprises. Any mission, any industry. Darktrace protects all people and digital assets across your entire ecosystem.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "From our blog",
"headingHtml": "<h3>From our blog</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: essential, cybersecurity, platform, securing, starts.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 75/100 and needs improvement.
Evidence
{
"title": "Darktrace | The Essential AI Cybersecurity Platform",
"h1": "Securing AI Starts",
"description": "Darktrace AI interrupts in-progress cyber-attacks in seconds, including ransomware, email phishing, and threats to cloud environments and critical infrastructure.",
"topicOverlap": 0.16666666666666666,
"topicTerms": [
"darktrace",
"essential",
"cybersecurity",
"platform",
"securing",
"starts"
],
"descriptionTerms": [
"darktrace",
"interrupts",
"progress",
"cyber",
"attacks",
"seconds",
"including",
"ransomware",
"email",
"phishing",
"threats",
"cloud",
"environments",
"critical",
"infrastructure"
],
"missingFromDescription": [
"essential",
"cybersecurity",
"platform",
"securing",
"starts"
],
"score": 75,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 5,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 183,
"heading": "H3: approach",
"text": "Rather than teaching an AI system what an ‘attack’ looks like, training it on large data lakes of thousands of organizations’ data, Darktrace AI learns from your unique business data to understand what is normal to identify high risk, anomalous activity for each asset across domains. This enables it to detect subtle deviations that signal a threat, including novel and AI-driven cyber-attacks.",
"words": 62,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (62 words; target 80-220)."
],
"html": "<p>Rather than teaching an AI system what an ‘attack’ looks like, training it on large data lakes of thousands of organizations’ data, Darktrace AI learns from your unique business data to understand what is normal to identify high risk, anomalous activity for each asset across domains. This enables it to detect subtle deviations that signal a threat, including novel and AI-driven cyber-attacks.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
25 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 26,
"passing": 1,
"failing": [
{
"heading": "Proactive cybersecurity",
"headingHtml": "<h2>Proactive cybersecurity</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "across the enterprise",
"headingHtml": "<h2 class=\"text-color-highlight-light\">across the enterprise</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ NETWORK",
"headingHtml": "<h3 class=\"heading-style-h6\">/ NETWORK</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ EMAIL",
"headingHtml": "<h3 class=\"heading-style-h6\">/ EMAIL</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ CLOUD",
"headingHtml": "<h3 data-w-id=\"1df6d6fb-d8dc-d316-ec65-08c46a972ab5\" class=\"heading-style-h6\">/ CLOUD</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ SECURE AI NEW",
"headingHtml": "<h3 class=\"heading-style-h6\"> / SECURE AI <sup class=\"nav-tag_span text-color-orange\">NEW</sup></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ OT",
"headingHtml": "<h3 class=\"heading-style-h6\">/ OT</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ IDENTITY",
"headingHtml": "<h3 class=\"heading-style-h6\">/ IDENTITY</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "/ ENDPOINT",
"headingHtml": "<h3 class=\"heading-style-h6\">/ ENDPOINT</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The most advanced NDR solution",
"headingHtml": "<h3>The most advanced NDR solution</h3>",
"firstParagraph": "A complete solution for prevention, detection, and response to known and unknown threats",
"paragraphHtml": "<p>A complete solution for prevention, detection, and response to known and unknown threats</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Leading AI-powered cloud email security",
"headingHtml": "<h3>Leading AI-powered cloud email security</h3>",
"firstParagraph": "Revolutionize your email security with Self-Learning AI, stopping known and unknown threats in your inbox and beyond",
"paragraphHtml": "<p>Revolutionize your email security with Self-Learning AI, stopping known and unknown threats in your inbox and beyond</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Secure your cloud in real time",
"headingHtml": "<h3>Secure your cloud in real time</h3>",
"firstParagraph": "Achieve cyber resilience with adaptive, intelligent AI built ​to secure​ your hybrid or multi-cloud environment",
"paragraphHtml": "<p>Achieve cyber resilience with adaptive, intelligent AI built ​to secure​ your hybrid or multi-cloud environment</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Embrace AI with confidence",
"headingHtml": "<h3>Embrace AI with confidence </h3>",
"firstParagraph": "Bring every AI interaction into a single view. Understand intent, assess risk, protect sensitive data, and enforce policy across both human and agent activity.",
"paragraphHtml": "<p>Bring every AI interaction into a single view. Understand intent, assess risk, protect sensitive data, and enforce policy across both human and agent activity.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Protect your converged IT/OT environments",
"headingHtml": "<h3>Protect your converged IT/OT environments</h3>",
"firstParagraph": "Combine pioneering AI-powered detection and response with OT Risk Management that goes beyond CVE mapping",
"paragraphHtml": "<p>Combine pioneering AI-powered detection and response with OT Risk Management that goes beyond CVE mapping</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Outsmart identity threats across all your apps",
"headingHtml": "<h3>Outsmart identity threats across all your apps</h3>",
"firstParagraph": "Unify your identity security with proactive risk management, real-time threat detection and autonomous response",
"paragraphHtml": "<p>Unify your identity security with proactive risk management, real-time threat detection and autonomous response</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Secure every device, everywhere, all the time",
"headingHtml": "<h3>Secure every device, everywhere, all the time</h3>",
"firstParagraph": "Darktrace works alongside your EDR to contain known and previously unseen network threats on your endpoints, taking targeted autonomous action to secure your entire organization",
"paragraphHtml": "<p>Darktrace works alongside your EDR to contain known and previously unseen network threats on your endpoints, taking targeted autonomous action to secure your entire organization</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Transform your",
"headingHtml": "<h2>Transform your</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "security operations",
"headingHtml": "<h2 class=\"text-color-highlight-light\">security operations</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Customers",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Customers</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Countries",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Countries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Employees",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Employees</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Patent Applications",
"headingHtml": "<h3 class=\"text-eyebrow-large\">Patent Applications</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built on our unique AI",
"headingHtml": "<h2 class=\"display-inline\">Built on our unique AI </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anywhere, everywhere & everyone",
"headingHtml": "<h3 class=\"display-inline\">Anywhere, everywhere & everyone</h3>",
"firstParagraph": "From extra small businesses to large enterprises. Any mission, any industry. Darktrace protects all people and digital assets across your entire ecosystem.",
"paragraphHtml": "<p>From extra small businesses to large enterprises. Any mission, any industry. Darktrace protects all people and digital assets across your entire ecosystem.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "From our blog",
"headingHtml": "<h3>From our blog</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 3,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
327 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 3694,
"htmlBytes": 1690297,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-800.png 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-1080.png 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png 1220w\" alt src=\"https://cdn.prod.website-fil..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.webp 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1600.webp 1600w..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Sc..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.web..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-800.png 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-1080.png 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png 1220w\" alt src=\"https://cdn.prod.website-fil..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.webp 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1600.webp 1600w..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Sc..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.web..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-800.png 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-1080.png 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png 1220w\" alt src=\"https://cdn.prod.website-fil..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.webp 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1600.webp 1600w..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Sc..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.web..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-800.png 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-1080.png 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png 1220w\" alt src=\"https://cdn.prod.website-fil..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.webp 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1600.webp 1600w..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Sc..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.web..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-800.png 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-1080.png 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png 1220w\" alt src=\"https://cdn.prod.website-fil..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.webp 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1600.webp 1600w..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Sc..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.web..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1308614e997272e54c5c3_Customer%20Stories%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-800.png 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav-p-1080.png 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69315eace9923c45da6c1e60_NDR-Nav.png 1220w\" alt src=\"https://cdn.prod.website-fil..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.webp 1080w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1600.webp 1600w..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Screenshot%202026-02-05%20at%2014.21.37-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6984a7911c52ebb66563af6a_d00279df1939c9cc0d3ef74ae48d6015_Sc..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d64507259043175015_Network%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6c337055b46301cdd_Email%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6709ca124ce0ce88d_Cloud%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69808d6bd63657b07ef51e98_9988288505f3d2d8611986fe7754286e_Group%20482303375.png\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6bce12671fa3e3b8d_OT%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd40d6eb2fb0fd09b0a0cf_Identity%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd410b59cb7c28075cfbc6_Endpoint%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432800e8d42c39e136a3_Proactive%20Exposure%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69cbedbd00783c70c16290be_AHD%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328687b9b48c0dd3bad_Attack%20Surface%20Management%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd432921ac613f54619557_82327ad22bf7ab346d3b8cacacfd6c66_FAI%20Product%20Icon%201.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4570fa77e1e400959fa4_Incident%20Readiness%20%26%20Recovery%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd4328460669b4c1af563a_CyberAI%20-%20Gradient.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd6d1485c9326eca26a719_Platform.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d1302fb3387052e8a00488_SOC%20cta.avif 1200w\" alt class=\"dropdown_platform-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68cd68d2bdedb079bb5178ac_340eedcc1c3a7c6c22b2cbf0f0b84279_platform-nav-cta-p-800.avif 800w, https..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263a9781_ba765332f02b94a677919e0a6427aac7_FAI_Launch_Animation_16x9_WEB%20Comp%20%280-00-05-03%29-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2a1bf15015cd9263..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6442a833a88b9931b9f28539_Microsoft.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/68d2bc383cb75f980c21e155_aws-lockup.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-500.webp 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-800.webp 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66e1809ec8fd82ea9a2208e1_Partner-Header-p-1080.web..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981c4cc1145fc1c8244d20d_Screenshot%202026-02-03%20at%2009.48.41-p-800.png 800w, https://cdn.prod.website-files.com/626..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69c6777eb233830fd59bba04_AHD.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69c6777eb233830fd59bba04_AHD.png\" alt class=\"icon-custom\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69ca530c7623fa3ce5726c81_a6847f51c45682f961e1d247cc86d78c_AHD-Hero.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69ca530c7623fa3ce5726c81_a6847f51c45682f961e1d247cc86d78c_AHD-Hero.png\" alt class=\"header1_background-image is-email\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6a1038514290045ee19f0d6a_Gartner%20Tile.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6a1038514290045ee19f0d6a_Gartner%20Tile.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6a1038514290045ee19f0d6a_Gartner%20Tile-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6a1038514290045ee19f0d6a_Gartner%20Tile-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6a1038514290045ee19f0d6a_Gartner%20Tile-p-1080..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69bd1fab45d050ae54e08f79_AHD%20-%20%20Product%20Hero.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69bd1fab45d050ae54e08f79_AHD%20-%20%20Product%20Hero.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69bd1fab45d050ae54e08f79_AHD%20-%20%20Product%20Hero-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69bd1fab45d050ae54e08f79_AHD%20-%20%20Product%20Hero-p-800.avif 800w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/69bd1fa..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981e2cbdf6ee42bc7948dae_db2c91cca3e593d2da132b75b1c46f35_state-of-ai-tile.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981e2cbdf6ee42bc7948dae_db2c91cca3e593d2da132b75b1c46f35_state-of-ai-tile.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981e2cbdf6ee42bc7948dae_db2c91cca3e593d2da132b75b1c46f35_state-of-ai-tile-p-500.avif 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6981e2cbdf6ee42bc7948dae_db2c91cca3e593d2da132b75b1c46f35_state-of-ai-tile-p-800.avif 800w, h..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/697b899fd5ec48404bcd2e52_f15b1f4ef7dd51e977acce2e15405598_SECURE%20AI%20Product%20Hero%20Working%20File%202.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/697b899fd5ec48404bcd2e52_f15b1f4ef7dd51e977acce2e15405598_SECURE%20AI%20Product%20Hero%20Working%20File%202.jpg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/697b899fd5ec48404bcd2e52_f15b1f4ef7dd51e977acce2e15405598_SECURE%20AI%20Product%20Hero%20Working%20File%202-p-500.jpg 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/697b899fd5ec48404bcd2e52_f15b..."
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/69b83795859323f9bc7a683c_Coca%20Cola%20NE-white.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/69b83795859323f9bc7a683c_Coca%20Cola%20NE-white.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/6750396ff7fe4caa1ccaaadf_playmobil.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/6750396ff7fe4caa1ccaaadf_playmobil.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e742babc2b6204d5364080_Mclaren%20%3A%20white.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e742babc2b6204d5364080_Mclaren%20%3A%20white.png\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7107eeeacaf75641554c6_dpd%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7107eeeacaf75641554c6_dpd%20%3A%20white.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e60dff4bd89334069c8094_Louvre%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e60dff4bd89334069c8094_Louvre%20%3A%20white.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7322df5d306f63da56eaf_jagermeister%202%20%3Awhite.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7322df5d306f63da56eaf_jagermeister%202%20%3Awhite.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1c1f1b5ac055ffa75eb_Steve%20Madden%20%3A%20White.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1c1f1b5ac055ffa75eb_Steve%20Madden%20%3A%20White.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1d4201251d2919f7f1f_Aston%20Martin%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1d4201251d2919f7f1f_Aston%20Martin%20%3A%20white.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e08d9b0400e7004e708805_Las%20Vegas%20.%20Black.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e08d9b0400e7004e708805_Las%20Vegas%20.%20Black.avif\" loading=\"eager\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/69b83795859323f9bc7a683c_Coca%20Cola%20NE-white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/69b83795859323f9bc7a683c_Coca%20Cola%20NE-white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/6750396ff7fe4caa1ccaaadf_playmobil.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/6750396ff7fe4caa1ccaaadf_playmobil.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e742babc2b6204d5364080_Mclaren%20%3A%20white.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e742babc2b6204d5364080_Mclaren%20%3A%20white.png\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7107eeeacaf75641554c6_dpd%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7107eeeacaf75641554c6_dpd%20%3A%20white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e60dff4bd89334069c8094_Louvre%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e60dff4bd89334069c8094_Louvre%20%3A%20white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7322df5d306f63da56eaf_jagermeister%202%20%3Awhite.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7322df5d306f63da56eaf_jagermeister%202%20%3Awhite.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1c1f1b5ac055ffa75eb_Steve%20Madden%20%3A%20White.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1c1f1b5ac055ffa75eb_Steve%20Madden%20%3A%20White.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1d4201251d2919f7f1f_Aston%20Martin%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1d4201251d2919f7f1f_Aston%20Martin%20%3A%20white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e08d9b0400e7004e708805_Las%20Vegas%20.%20Black.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e08d9b0400e7004e708805_Las%20Vegas%20.%20Black.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/69b83795859323f9bc7a683c_Coca%20Cola%20NE-white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/69b83795859323f9bc7a683c_Coca%20Cola%20NE-white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/6750396ff7fe4caa1ccaaadf_playmobil.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/6750396ff7fe4caa1ccaaadf_playmobil.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e742babc2b6204d5364080_Mclaren%20%3A%20white.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e742babc2b6204d5364080_Mclaren%20%3A%20white.png\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7107eeeacaf75641554c6_dpd%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7107eeeacaf75641554c6_dpd%20%3A%20white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e60dff4bd89334069c8094_Louvre%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e60dff4bd89334069c8094_Louvre%20%3A%20white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7322df5d306f63da56eaf_jagermeister%202%20%3Awhite.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e7322df5d306f63da56eaf_jagermeister%202%20%3Awhite.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1c1f1b5ac055ffa75eb_Steve%20Madden%20%3A%20White.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1c1f1b5ac055ffa75eb_Steve%20Madden%20%3A%20White.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1d4201251d2919f7f1f_Aston%20Martin%20%3A%20white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e5d1d4201251d2919f7f1f_Aston%20Martin%20%3A%20white.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e08d9b0400e7004e708805_Las%20Vegas%20.%20Black.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff4d25aca2edf4325ff97/65e08d9b0400e7004e708805_Las%20Vegas%20.%20Black.avif\" loading=\"lazy\" alt class=\"logo-banner-main_image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6980cc96a88792abcefa2a12_6f8b2c494c2f861bc4e7af9e95cfac6d_home-tab-icon.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6980cc96a88792abcefa2a12_6f8b2c494c2f861bc4e7af9e95cfac6d_home-tab-icon.png\" loading=\"lazy\" alt class=\"home-icon-tab-image\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66ab64e4245b3efea123d4e6_Network%20-%20Primary%20-%20Gradient%20Lockup.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66ab64e4245b3efea123d4e6_Network%20-%20Primary%20-%20Gradient%20Lockup-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66ab64e4245b3efea123d4e6_Network%20-%20Primary%20-%20Gradient%20Lockup.png 537w\" alt src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66ab64e4245b3efea123d4e6_Network%20-%20Primary%20-%20Gradient%20Lockup.png\" loading=\"eager\" class=\"layout-505-car..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6980c13176a28e1b1e15da19_SECURE%20AI%20-%20Primary%20-%20Gradient%20Black%20Lockup.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6980c13176a28e1b1e15da19_SECURE%20AI%20-%20Primary%20-%20Gradient%20Black%20Lockup.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6980c13176a28e1b1e15da19_SECURE%20AI%20-%20Primary%20-%20Gradient%20Black%20Lockup-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6980c13176a28e1b1e15da19_SECURE%20AI%20-%20Primary%20-%20Gradient%20Black%20Lockup..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d3a47072525fe2d1ec60_France.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d3a47072525fe2d1ec60_France.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d45d0c1596a47f34d77f_Germany.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d45d0c1596a47f34d77f_Germany.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d4e388f8f005a80829ee_Spain.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d4e388f8f005a80829ee_Spain.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d576fb2f80782cd75afb_Japan.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d576fb2f80782cd75afb_Japan.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66a3870a0fcb94fbff6ee553_Footer-ISO.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/66a3870a0fcb94fbff6ee553_Footer-ISO.png\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/696f7ff80e7b050cf60b6931_75ea14e6bfc5641e3a074b2dd8ea5ff9_BSI%20ISO%2042001%20badge.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/696f7ff80e7b050cf60b6931_75ea14e6bfc5641e3a074b2dd8ea5ff9_BSI%20ISO%2042001%20badge.png\" loading=\"lazy\" sizes=\"(max-width: 1280px) 100vw, 1280px\" srcset=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/696f7ff80e7b050cf60b6931_75ea14e6bfc5641e3a074b2dd8ea5ff9_BSI%2520ISO%252042001%2520badge-p-500.png 500w, https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/696f7ff80e7b050cf60b6931_75ea14e6bfc5641e3a074b..."
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/696f7ff80e7b050cf60b692f_e55e5663d80f9619fc48399a91627d90_Cyber%20Essentials%20badge.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/696f7ff80e7b050cf60b692f_e55e5663d80f9619fc48399a91627d90_Cyber%20Essentials%20badge.png\" loading=\"lazy\" alt=\"Cyber Essentials badge\" class=\"footer_badge\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d77183d73c6fca357913_UK.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d3a47072525fe2d1ec60_France.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d3a47072525fe2d1ec60_France.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d45d0c1596a47f34d77f_Germany.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d45d0c1596a47f34d77f_Germany.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d4e388f8f005a80829ee_Spain.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d4e388f8f005a80829ee_Spain.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
},
{
"src": "https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d576fb2f80782cd75afb_Japan.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/6943d576fb2f80782cd75afb_Japan.png\" loading=\"lazy\" alt class=\"icon-1x1-globe\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: essential, cybersecurity, platform, securing, starts.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
79/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Evidence
{
"title": "Darktrace | The Essential AI Cybersecurity Platform",
"h1": "Securing AI Starts",
"description": "Darktrace AI interrupts in-progress cyber-attacks in seconds, including ransomware, email phishing, and threats to cloud environments and critical infrastructure.",
"topicOverlap": 0.16666666666666666,
"definitionCount": 3,
"topicTerms": [
"darktrace",
"essential",
"cybersecurity",
"platform",
"securing",
"starts"
],
"descriptionTerms": [
"darktrace",
"interrupts",
"progress",
"cyber",
"attacks",
"seconds",
"including",
"ransomware",
"email",
"phishing",
"threats",
"cloud",
"environments",
"critical",
"infrastructure"
],
"missingFromDescription": [
"essential",
"cybersecurity",
"platform",
"securing",
"starts"
],
"score": 79,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Proactive cybersecurity",
"html": "<h2>Proactive cybersecurity</h2>"
},
{
"text": "across the enterprise",
"html": "<h2 class=\"text-color-highlight-light\">across the enterprise</h2>"
},
{
"text": "Transform your",
"html": "<h2>Transform your</h2>"
},
{
"text": "security operations",
"html": "<h2 class=\"text-color-highlight-light\">security operations</h2>"
},
{
"text": "Built on our unique AI",
"html": "<h2 class=\"display-inline\">Built on our unique AI </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Darktrace?",
"pattern": {}
},
{
"id": "how",
"label": "How does Darktrace work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Darktrace?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Darktrace free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Darktrace compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Darktrace?",
"pattern": {}
},
{
"id": "how",
"label": "How does Darktrace work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Darktrace?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Darktrace free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Darktrace compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Proactive cybersecurity",
"html": "<h2>Proactive cybersecurity</h2>"
},
{
"text": "across the enterprise",
"html": "<h2 class=\"text-color-highlight-light\">across the enterprise</h2>"
},
{
"text": "Transform your",
"html": "<h2>Transform your</h2>"
},
{
"text": "security operations",
"html": "<h2 class=\"text-color-highlight-light\">security operations</h2>"
},
{
"text": "Built on our unique AI",
"html": "<h2 class=\"display-inline\">Built on our unique AI </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Darktrace?",
"pattern": {}
},
{
"id": "how",
"label": "How does Darktrace work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Darktrace?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Darktrace free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Darktrace compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Darktrace?",
"pattern": {}
},
{
"id": "how",
"label": "How does Darktrace work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Darktrace?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Darktrace free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Darktrace compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 123844,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 123206,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"https://cdn.prod.website-files.com\"",
"/title",
"https://www.darktrace.com/404\"/><link",
"https://www.darktrace.com/404\"/><link",
"https://www.darktrace.com/fr/404\"/><link",
"https://www.darktrace.com/de/404\"/><link",
"https://www.darktrace.com/es/404\"/><link",
"https://www.darktrace.com/ja/404\"/><meta",
"https://cdn.prod.website-files.com/626ff19cdd07d1258d49238d/css/web-phoenix.shared.b862285a6.min.css\"",
"/css"
],
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 12:00:23 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.darktrace.com\" data-wf-page=\"653a5c44bbd9309fc9d8d59d\" data-wf-site=\"626ff19cdd07d1258d49238d\" data-wf-intellimize-customer-id=\"117275374\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found | Darktrace</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.darktrace.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.darktrace.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"de\" href=\"https://www.darktrace.com/de/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https:"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 8,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 2,
"match": "customer portal"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
5 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 5,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Proactive cybersecurity",
"isQuestion": false,
"html": "<h2>Proactive cybersecurity</h2>"
},
{
"index": 2,
"text": "across the enterprise",
"isQuestion": false,
"html": "<h2 class=\"text-color-highlight-light\">across the enterprise</h2>"
},
{
"index": 3,
"text": "Transform your",
"isQuestion": false,
"html": "<h2>Transform your</h2>"
},
{
"index": 4,
"text": "security operations",
"isQuestion": false,
"html": "<h2 class=\"text-color-highlight-light\">security operations</h2>"
},
{
"index": 5,
"text": "Built on our unique AI",
"isQuestion": false,
"html": "<h2 class=\"display-inline\">Built on our unique AI </h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 8,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 2,
"match": "customer portal"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.darktrace.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.darktrace.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.darktrace.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.darktrace.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 8,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 2,
"match": "customer portal"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
17 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 540Â ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 540Â ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 2,382Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 2,382Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
45/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "interactive",
"title": "Time to Interactive",
"score": 35,
"displayValue": "5.3Â s",
"numericValue": 5334.3529465976935
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 32,
"displayValue": "470Â ms",
"numericValue": 471.9999999999998
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 40Â ms",
"numericValue": 39
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 9,
"displayValue": "4.1Â s",
"numericValue": 4088.89095763811
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 72,
"displayValue": "1.3Â s",
"numericValue": 1251.0008931660982
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10Â ms",
"numericValue": 7.881419999999999
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 1,
"displayValue": "750Â ms",
"numericValue": 750
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 11,
"displayValue": "4.6Â s",
"numericValue": 4637.000893166098
}
]
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 9Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 9Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 52/100 | Level 3, Bot-Aware | Current report |