OCILogs
| where isnotempty(HttpUserAgentOriginal)
| where strlen(HttpUserAgentOriginal) <= 10
| extend IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Oracle Cloud Infrastructure/Analytic Rules/OCIUnexpectedUserAgent.yaml
queryFrequency: 1h
name: OCI - Unexpected user agent
severity: Medium
triggerThreshold: 0
query: |
OCILogs
| where isnotempty(HttpUserAgentOriginal)
| where strlen(HttpUserAgentOriginal) <= 10
| extend IPCustomEntity = SrcIpAddr
requiredDataConnectors:
- dataTypes:
- OCILogs
connectorId: OracleCloudInfrastructureLogsConnector
relevantTechniques:
- T1190
status: Available
triggerOperator: gt
queryPeriod: 1h
description: |
'Detects unexpected user agent strings.'
id: a0b9a7ca-3e6d-4996-ae35-759df1d67a54
version: 1.0.0
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
kind: Scheduled
tactics:
- InitialAccess