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

Web sites blocked by Eset

Back
Id84ad2f8a-b64c-49bc-b669-bdb4fd3071e9
RulenameWeb sites blocked by Eset
DescriptionCreate alert on web sites blocked by Eset.
SeverityLow
TacticsExfiltration
CommandAndControl
InitialAccess
TechniquesT1189
T1567
T1071.001
Required data connectorsEsetSMC
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Eset Security Management Center/Analytic Rules/eset-sites-blocked.yaml
Version1.0.1
Arm template84ad2f8a-b64c-49bc-b669-bdb4fd3071e9.json
Deploy To Azure
eset_CL
| where event_type_s == 'FilteredWebsites_Event'
| extend AccountCustomEntity = username_s, URLCustomEntity = object_uri_s, HostCustomEntity = hostname_s, IPCustomEntity = ipv4_s
query: |
  eset_CL
  | where event_type_s == 'FilteredWebsites_Event'
  | extend AccountCustomEntity = username_s, URLCustomEntity = object_uri_s, HostCustomEntity = hostname_s, IPCustomEntity = ipv4_s  
version: 1.0.1
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Eset Security Management Center/Analytic Rules/eset-sites-blocked.yaml
status: Available
description: |
    'Create alert on web sites blocked by Eset.'
queryFrequency: 5m
name: Web sites blocked by Eset
kind: Scheduled
triggerThreshold: 0
id: 84ad2f8a-b64c-49bc-b669-bdb4fd3071e9
requiredDataConnectors:
- connectorId: EsetSMC
  dataTypes:
  - eset_CL
severity: Low
queryPeriod: 5m
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: FullName
  entityType: Account
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: FullName
  entityType: Host
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: URLCustomEntity
    identifier: Url
  entityType: URL
relevantTechniques:
- T1189
- T1567
- T1071.001
tactics:
- Exfiltration
- CommandAndControl
- InitialAccess