Forward Penaxtra findings to IBM QRadar (and other SIEMs that accept CEF) via syslog with the Common Event Format payload. Each finding becomes a single CEF record with framework references in extension fields.
Configure the forwarder
- In Penaxtra, Integrations → SIEM forwarders → New target. Choose
Syslog (CEF). - Set the collector address, e.g.
udp://qradar-collector.internal:514ortcp://qradar-collector.internal:514(TCP recommended for reliability). - Pick a severity floor (only forward findings at or above that severity).
- Click Test connection. A synthetic record with
cef_signature=penaxtra-testis emitted.
CEF record format
CEF:0|Penaxtra|AISPM|1.0|penaxtra-finding|Indirect prompt injection via RAG corpus|7|
cs1Label=probeId cs1=rag_indirect_v2
cs2Label=endpointId cs2=ep_2026_abc123
cs3Label=scanId cs3=scan_2026_xyz789
cs4Label=findingId cs4=fnd_2026_xxxxxx
cs5Label=frameworks cs5=OWASP_LLM01,MITRE_ATLAS_AML_T0051,EU_AI_ACT_Art15
rt=1747800000000
request=https://penaxtra.com/app/findings/fnd_2026_xxxxxx
CEF severity values:
| Penaxtra severity | CEF severity |
|---|---|
critical | 10 |
high | 7 |
medium | 5 |
low | 3 |
info | 1 |
QRadar mapping
Create a Universal DSM with the following property mappings:
cs1Label / cs1→ custom propertyProbe IDcs2Label / cs2→ custom propertyEndpoint IDcs5Label / cs5→ custom propertyFrameworks(multi-value, comma-delimited)
A pre-built DSM XML is available on request from [[email protected]](mailto:[email protected]).
Common errors
| Symptom | Cause | Fix |
|---|---|---|
Records arrive but show as Unknown Log Source | DSM not yet mapped | Apply the Universal DSM mapping above |
| Severity dropped | CEF severity 0-10 mismatched against QRadar 1-10 | Adjust the Penaxtra severity floor or QRadar magnitude weighting |
| Records missing in QRadar but visible in Penaxtra delivery log | Collector firewall | Verify TCP/UDP 514 reachability + UDP MTU for long records |
Security notes
- TLS-wrapped syslog (TCP/6514) is supported; pick
tcps://URL scheme. - Record payload does NOT include raw prompts; only finding metadata + redacted excerpt.
- The forwarder runs at most-once delivery for UDP, at-least-once for TCP with the platform's retry queue.
Related
Last reviewed: 2026-06-13. Reviewed by: Engineering. Content type: Developer documentation. Reach the maintainers: [email protected] .