SoCMate generates branded PDF security reports by pulling live data from Microsoft Sentinel and Heimdal Security. Reports can be one-time or scheduled for recurring delivery.

Report Styles

Document

Traditional paginated report with executive summary, narrative analysis, charts, and tables. Best for investigation summaries and compliance.

Presentation

Branded slide-deck PDF matching your PowerPoint template. Cover slide, gradient headers, company logos, one section per page. Best for daily SOC reports and stakeholder briefings.

Creating a Report

From the UI

  1. Navigate to Reports > New Report (/reports/new)
  2. Enter a title and select Document or Presentation (Slide Deck)
  3. Configure the schedule (daily, weekly, monthly, or one-time)
  4. Add report sections in Step 2 — each section can pull data from:
    • LLM — AI-generated narrative analysis
    • Sentinel KQL — live query against Microsoft Sentinel
    • Heimdal API — endpoint protection data from Heimdal Security
  5. Validate and create

Using a Seed Template

For the standard Daily Internal SOC Report (matching the Paramount/NXXT/Ahlan Cyber branded template), use the seed endpoint to create a pre-configured template with all 8 slides:
1

Seed the template

This creates a presentation-mode template with:
2

Create a schedule

3

View the report

Go to Reports in the sidebar. The generated report appears in the list. Click to view the web version, or download the branded PDF.

From Inside the Cluster

If you need to seed without a JWT (e.g., during initial setup), run directly from the agent pod:

Data Sources

Sentinel KQL

Sections with data_source: sentinel_kql execute a KQL query against Microsoft Sentinel and format the results as charts or tables. The query is defined in data_config.kql:

Heimdal API

Sections with data_source: heimdal_api fetch from Heimdal Security endpoints. The adapter aggregates raw records into chart-ready data. Configure with data_config.endpoint:
Available endpoints: dark_layer, ngav, xtp, ransomware, devices.

LLM

Sections with data_source: llm (default) use AI to generate narrative content, chart data, or table data based on the user query. This is the original report mode.

Configuration

Environment Variables

For Sentinel data (already configured if SIEM provider is set up):
  • SENTINEL_WORKSPACE_ID, SENTINEL_TENANT_ID, SENTINEL_CLIENT_ID, SENTINEL_CLIENT_SECRET
For Heimdal data:
  • HEIMDAL_API_URL — Heimdal API base URL
  • HEIMDAL_API_KEY — API key for authentication
  • HEIMDAL_CUSTOMER_ID — Your Heimdal customer ID

Customizing the Theme

The presentation template supports custom branding via the theme field on the template:
Custom logos can be provided via logo_data_uri in the theme (base64-encoded PNG). The default uses the embedded Paramount/NXXT/Ahlan Cyber logo strip.

Chart Types

Presentation reports support these chart types for data-driven sections: Side-by-side layouts are supported — set chart_keys with two keys in data_config to render two charts horizontally on one slide.