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

Cisco SE - Possible webshell

Back
Idd2c97cc9-1ccc-494d-bad4-564700451a2b
RulenameCisco SE - Possible webshell
DescriptionDetects possible webshell on host.
SeverityHigh
TacticsCommandAndControl
TechniquesT1102
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/CiscoSEWebshell.yaml
Version1.0.0
Arm templated2c97cc9-1ccc-494d-bad4-564700451a2b.json
Deploy To Azure
CiscoSecureEndpoint
| where EventMessage has 'Possible webshell'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
queryPeriod: 15m
kind: Scheduled
entityMappings:
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: HostCustomEntity
- entityType: Malware
  fieldMappings:
  - identifier: Name
    columnName: MalwareCustomEntity
requiredDataConnectors:
- connectorId: CiscoSecureEndpoint
  dataTypes:
  - CiscoSecureEndpoint
description: |
    'Detects possible webshell on host.'
queryFrequency: 15m
triggerOperator: gt
query: |
  CiscoSecureEndpoint
  | where EventMessage has 'Possible webshell'
  | extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName  
name: Cisco SE - Possible webshell
id: d2c97cc9-1ccc-494d-bad4-564700451a2b
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEWebshell.yaml
severity: High
version: 1.0.0
status: Available
relevantTechniques:
- T1102
triggerThreshold: 0
tactics:
- CommandAndControl