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

Cisco SE - Dropper activity on host

Back
Idb6df3e11-de70-4779-ac9a-276c454a9025
RulenameCisco SE - Dropper activity on host
DescriptionDetects possible dropper activity on host.
SeverityHigh
TacticsExecution
TechniquesT1204.002
Required data connectorsCiscoSecureEndpoint
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEDropperActivity.yaml
Version1.0.0
Arm templateb6df3e11-de70-4779-ac9a-276c454a9025.json
Deploy To Azure
CiscoSecureEndpoint
| where EventMessage has 'Potential Dropper Infection'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
name: Cisco SE - Dropper activity on host
id: b6df3e11-de70-4779-ac9a-276c454a9025
description: |
    'Detects possible dropper activity on host.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: HostName
  entityType: Host
- fieldMappings:
  - columnName: MalwareCustomEntity
    identifier: Name
  entityType: Malware
version: 1.0.0
triggerOperator: gt
query: |
  CiscoSecureEndpoint
  | where EventMessage has 'Potential Dropper Infection'
  | extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName  
tactics:
- Execution
kind: Scheduled
queryFrequency: 15m
severity: High
queryPeriod: 15m
requiredDataConnectors:
- dataTypes:
  - CiscoSecureEndpoint
  connectorId: CiscoSecureEndpoint
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEDropperActivity.yaml
relevantTechniques:
- T1204.002