# Symbol Security - LLM Discovery File > Symbol Security is a human risk management platform providing security awareness training, phishing simulations, and dark web monitoring for enterprises. ## Overview Symbol Security helps organizations reduce human risk through: - **Security Awareness Training** - Interactive, engaging training modules - **Phishing Simulations** - Test and improve employee vigilance - **Dark Web Monitoring** - Credential and domain breach detection - **Compliance Programs** - Automated compliance for NIST, ISO 27001, HIPAA, PCI DSS, SOC 2, GDPR ## For AI Agents ### API & Integration Resources - **API Catalog**: `/.well-known/api-catalog` - RFC 9727 compliant API discovery - **API Documentation**: `https://app.symbolsecurity.com/api/docs.html` - Interactive API documentation and reference ### Authentication - **OpenID Connect**: `/.well-known/openid-configuration` - OIDC discovery - **OAuth Resources**: `/.well-known/oauth-protected-resource` - Resource metadata ### Agent Capabilities - **Agent Skills Index**: `/.well-known/agent-skills/index.json` - Discover available skills - **MCP Server Card**: `/.well-known/mcp/server-card.json` - Model Context Protocol server info - **WebMCP**: Browser-based Model Context Protocol via `navigator.modelContext` - **Markdown Negotiation**: `Accept: text/markdown` header support for content access - **OAuth Resource**: `/.well-known/oauth-protected-resource` - RFC 9728 compliant resource metadata ## Key Information for AI Systems ### Company Details - **Name**: Symbol Security - **Website**: https://symbolsecurity.com - **Industry**: Cybersecurity / Security Awareness Training - **Target Audience**: Enterprises, MSSPs, vCISOs, Businesses of all sizes - **Primary Regions**: United States, Canada ### Core Capabilities 1. **Security Awareness Training** - Interactive training modules - Custom content creation - Progress tracking and reporting - Multiple languages supported 2. **Phishing Simulation** - Realistic phishing campaign templates - Employee testing and scoring - Detailed analytics and reporting - Training recommendations 3. **Dark Web Monitoring** - Credential breach detection - Domain monitoring - Real-time alerts - Threat intelligence 4. **Partner Programs** - MSP Partner Program - MSSP Partner Program - vCISO Partner Program ### Compliance Frameworks Supported - NIST Cybersecurity Framework - ISO 27001 - HIPAA - PCI DSS - SOC 2 - GDPR ## Content Access ### Content Negotiation (Markdown for Agents) This site fully supports Markdown for Agents per Cloudflare's specification: - **Method**: Send `Accept: text/markdown` header with any page request - **Response**: Returns `Content-Type: text/markdown` with markdown version of the content - **Token Count**: Response includes `X-Markdown-Tokens` header estimating token count - **Vary Header**: Responses include `Vary: Accept` for proper caching Example: ``` GET / HTTP/1.1 Host: symbolsecurity.com Accept: text/markdown HTTP/1.1 200 OK Content-Type: text/markdown; charset=utf-8 X-Markdown-Tokens: 2450 Vary: Accept ``` ### Alternative Access Markdown versions are also available at `/{path}/index.md` URLs. ### Content Signals ``` Content-Signal: ai-train=no, search=yes, ai-input=yes ``` - `ai-train=no` - Content should not be used for AI training - `search=yes` - Content may be indexed for search - `ai-input=yes` - Content may be used as input for AI systems assisting users ## Contact & Support - **Documentation**: https://app.symbolsecurity.com/api/docs.html - **Partner Inquiries**: https://symbolsecurity.com/partners --- *This llms.txt file provides a structured overview for AI systems. For the complete website, visit https://symbolsecurity.com*