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

Identify SysAid Server web shell creation

Back
Id277911cc-6d7a-4847-b0ba-77ef1da6cc8c
RulenameIdentify SysAid Server web shell creation
DescriptionAs part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Web%20Shells%20Threat%20Protection/Analytic%20Rules/PotentialMercury_Webshell.yaml
KindScheduled
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Detections/MultipleDataSources/PotentialMercury_Webshell.yaml
Version1.0.2
Arm template277911cc-6d7a-4847-b0ba-77ef1da6cc8c.json
Deploy To Azure
name: Identify SysAid Server web shell creation
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/MultipleDataSources/PotentialMercury_Webshell.yaml
version: 1.0.2
description: |
    'As part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Web%20Shells%20Threat%20Protection/Analytic%20Rules/PotentialMercury_Webshell.yaml'
id: 277911cc-6d7a-4847-b0ba-77ef1da6cc8c
kind: Scheduled
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/277911cc-6d7a-4847-b0ba-77ef1da6cc8c')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/277911cc-6d7a-4847-b0ba-77ef1da6cc8c')]",
      "properties": {
        "alertRuleTemplateName": "277911cc-6d7a-4847-b0ba-77ef1da6cc8c",
        "customDetails": null,
        "description": "'As part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Web%20Shells%20Threat%20Protection/Analytic%20Rules/PotentialMercury_Webshell.yaml'\n",
        "displayName": "Identify SysAid Server web shell creation",
        "enabled": true,
        "entityMappings": null,
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/MultipleDataSources/PotentialMercury_Webshell.yaml",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.2"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}