Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

OCI - Discovery activity

Back
Id61f995d7-8038-4ff0-ad2b-eccfd18fcc8c
RulenameOCI - Discovery activity
DescriptionDetects possible discovery activity.
SeverityMedium
TacticsDiscovery
TechniquesT1580
Required data connectorsOracleCloudInfrastructureLogsConnector
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Oracle Cloud Infrastructure/Analytic Rules/OCIDiscoveryActivity.yaml
Version1.0.0
Arm template61f995d7-8038-4ff0-ad2b-eccfd18fcc8c.json
Deploy To Azure
let threshold = 20;
OCILogs
| where data_eventName_s startswith 'List' or data_eventName_s startswith 'Get'
| summarize count() by data_definedTags_Oracle_Tags_CreatedBy_s, bin(TimeGenerated, 10m)
| where count_ > threshold
| extend AccountCustomEntity = data_definedTags_Oracle_Tags_CreatedBy_s
description: |
    'Detects possible discovery activity.'
kind: Scheduled
tactics:
- Discovery
requiredDataConnectors:
- connectorId: OracleCloudInfrastructureLogsConnector
  dataTypes:
  - OCILogs
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Oracle Cloud Infrastructure/Analytic Rules/OCIDiscoveryActivity.yaml
severity: Medium
name: OCI - Discovery activity
triggerThreshold: 0
queryPeriod: 1h
query: |
  let threshold = 20;
  OCILogs
  | where data_eventName_s startswith 'List' or data_eventName_s startswith 'Get'
  | summarize count() by data_definedTags_Oracle_Tags_CreatedBy_s, bin(TimeGenerated, 10m)
  | where count_ > threshold
  | extend AccountCustomEntity = data_definedTags_Oracle_Tags_CreatedBy_s  
relevantTechniques:
- T1580
id: 61f995d7-8038-4ff0-ad2b-eccfd18fcc8c
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.0
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name