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

Claroty - Suspicious activity

Back
Id99ad9f3c-304c-44c5-a61f-3a17f8b58218
RulenameClaroty - Suspicious activity
DescriptionDetects suspicious behavior that is generally indicative of malware.
SeverityHigh
TacticsDiscovery
TechniquesT1018
Required data connectorsCefAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotySuspiciousActivity.yaml
Version1.0.3
Arm template99ad9f3c-304c-44c5-a61f-3a17f8b58218.json
Deploy To Azure
ClarotyEvent
| where EventOriginalType has 'Suspicious Activity' or EventType has 'Suspicious Activity'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
queryPeriod: 1h
query: |
  ClarotyEvent
  | where EventOriginalType has 'Suspicious Activity' or EventType has 'Suspicious Activity'
  | project TimeGenerated, DstIpAddr
  | extend IPCustomEntity = DstIpAddr  
name: Claroty - Suspicious activity
entityMappings:
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotySuspiciousActivity.yaml
requiredDataConnectors:
- connectorId: CefAma
  dataTypes:
  - CommonSecurityLog
description: |
    'Detects suspicious behavior that is generally indicative of malware.'
kind: Scheduled
version: 1.0.3
status: Available
severity: High
relevantTechniques:
- T1018
triggerOperator: gt
triggerThreshold: 0
tactics:
- Discovery
id: 99ad9f3c-304c-44c5-a61f-3a17f8b58218