Skip to content

SIEM/SOAR output format (syslog, CEF) #60

@debu-sinha

Description

@debu-sinha

Problem or use case

agentsec findings stay in the developer terminal or CI pipeline. Enterprise SOC teams use Splunk, Sentinel, QRadar, and SOAR platforms. Without syslog or CEF output, findings never reach the security operations center.

Proposed solution

Add --output syslog and --output cef format options:

agentsec scan -o syslog | logger -t agentsec
agentsec scan -o cef -f findings.cef

CEF (Common Event Format) is understood by every major SIEM. Syslog is the universal transport.

Area

Reporting

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsecuritySecurity hardening

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions