Defense Evasion (TA0005)(external, opens in a new tab or window)
text code block:from logs-anthropic.audit-* metadata _id, _version, _index | where data_stream.dataset == "anthropic.audit" and mv_contains(event.category, "configuration") and event.action == "org_compliance_api_settings_updated" and anthropic.audit.compliance_api_logging_enabled == false | keep _id, _version, _index, @timestamp, event.*, organization.*, user.*, source.*, user_agent.*, anthropic.audit.*, data_stream.*
Install detection rules in Elastic Security
Detect Anthropic Compliance API Logging Disabled in the Elastic Security detection engine by installing this rule into your Elastic Stack.
To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(external, opens in a new tab or window).