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
queryPeriod: 15m
query: |
  CiscoSecureEndpoint
  | where EventMessage has 'Potential Dropper Infection'
  | extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName  
name: Cisco SE - Dropper activity on host
entityMappings:
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: HostName
  entityType: Host
- fieldMappings:
  - columnName: MalwareCustomEntity
    identifier: Name
  entityType: Malware
queryFrequency: 15m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEDropperActivity.yaml
requiredDataConnectors:
- connectorId: CiscoSecureEndpoint
  dataTypes:
  - CiscoSecureEndpoint
description: |
    'Detects possible dropper activity on host.'
kind: Scheduled
version: 1.0.0
status: Available
severity: High
relevantTechniques:
- T1204.002
triggerOperator: gt
triggerThreshold: 0
tactics:
- Execution
id: b6df3e11-de70-4779-ac9a-276c454a9025