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

API - JWT validation

Back
Idbbd163f4-1f56-434f-9c23-b06713c119c2
RulenameAPI - JWT validation
Description42Crunch API protection against JWT validation
SeverityLow
TacticsInitialAccess
CredentialAccess
TechniquesT1190
T1528
Required data connectors42CrunchAPIProtection
FortyTwoCrunchAPIProtection
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/42Crunch API Protection/Analytic Rules/APIJWTValidation.yaml
Version3.0.1
Arm templatebbd163f4-1f56-434f-9c23-b06713c119c2.json
Deploy To Azure
FortyTwoCrunchAPIProtection
| where TimeGenerated >= ago(5m) 
| where ErrorMessage has "missing [\"x-access-token\"]" 
| project-away NonBlockingMode, SourcePort, DestinationPort, Query, ApiId, ResponseHeader, RequestHeader, Errors, EventType, Uuid 
| sort by TimeGenerated desc 
status: Available
queryFrequency: 5m
queryPeriod: 5m
triggerOperator: gt
query: |
  FortyTwoCrunchAPIProtection
  | where TimeGenerated >= ago(5m) 
  | where ErrorMessage has "missing [\"x-access-token\"]" 
  | project-away NonBlockingMode, SourcePort, DestinationPort, Query, ApiId, ResponseHeader, RequestHeader, Errors, EventType, Uuid 
  | sort by TimeGenerated desc   
eventGroupingSettings:
  aggregationKind: SingleAlert
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/42Crunch API Protection/Analytic Rules/APIJWTValidation.yaml
tactics:
- InitialAccess
- CredentialAccess
triggerThreshold: 0
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: SourceIp
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: Hostname
- entityType: Account
  fieldMappings:
  - identifier: FullName
    columnName: InstanceName
requiredDataConnectors:
- connectorId: 42CrunchAPIProtection
  dataTypes:
  - FortyTwoCrunchAPIProtection
- connectorId: FortyTwoCrunchAPIProtection
  dataTypes:
  - FortyTwoCrunchAPIProtection
kind: Scheduled
relevantTechniques:
- T1190
- T1528
customDetails: 
description: |
    '42Crunch API protection against JWT validation'
name: API - JWT validation
version: 3.0.1
id: bbd163f4-1f56-434f-9c23-b06713c119c2
severity: Low