--- title: "Hunters" slug: "hunters" updated: 2026-08-13T14:56:28Z published: 2026-08-13T14:56:28Z canonical: "docs.hunters.ai/hunters" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.hunters.ai/llms.txt > Use this file to discover all available pages before exploring further. # Hunters ****TL;DR**** | Supported data types | 3rd party detection | Hunters detection | IOC search | Search | Table name | Log format | Collection method | | --- | --- | --- | --- | --- | --- | --- | --- | | Hunters Audit Logs | | ✅ | ✅ | ✅ | hunters_audit_logs | JSON | API | --- ## Overview The Hunters SOC Platform is a next-generation Security Information and Event Management (SIEM) replacement that automates threat detection, ![](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/hunters.png) investigation, and response across an organization's entire attack surface. Built on an open security data lake architecture, it ingests high volumes of telemetry data from multiple sources cost-effectively while avoiding vendor lock-in. The platform replaces manual playbook creation by using built-in AI logic to correlate isolated signals into complete, contextual attack stories, allowing security teams to bypass heavy detection engineering and prioritize real threats instantly. ## Supported data types ### Hunters Audit Logs ### **Overview:** Frontegg as its customer identity and access management (CIAM) platform. Frontegg automatically supplies out-of-the-box audit logs that track user logins, team management changes, and security setting updates to help Hunters maintain compliance with standards like GDPR and CCPA. **Table name:** `hunters_audit_logs` #### Send data to Hunters Use the Puller for API pulling mechanism. **To connect Hunters Audit Logs:** 1. Retrieve the following information from Frontegg: 1. - **Client ID** - **Secret** 2. Complete the process on the Hunters platform, following [this guide](https://hunters.document360.io/docs/connect-a-data-source). **Expected format** Logs are expected in **json format:** ```json { "frontegg_id": "12345abc", "vendorId": "12345abc", "tenantId": "12345abc", "severity": "Info", "ip": "xx.xx.xx.xx", "email": "example@org.com", "action": "Updated webhook", "description": "displayName: webhook; id: abcdefg; changed fields: isActive, secret", "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36", "createdAt": "2026-08-07T12:20:08.566Z", "updatedAt": "2026-08-07T12:20:08.566Z", "environmentName": "Global" } ```