Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Solutions/Anvilogic/Analytic Rules/Anvilogic_Alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ queryFrequency: 5m
queryPeriod: 5m
triggerOperator: gt
triggerThreshold: 0
suppressionDuration: 5h
suppressionDuration: 1h
suppressionEnabled: false
tactics: []
relevantTechniques: []
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: true
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: PT5M
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: AlertPerResult
alertDetailsOverride:
alertDisplayNameFormat: "{{avl_rule_id}} - {{avl_use_case_title}} - {{avl_use_case_type}} "
alertDisplayNameFormat: "{{avl_rule_id}} - {{avl_use_case_title}} - {{avl_use_case_type}}"
alertDescriptionFormat: "avl_rule_id: {{avl_rule_id}} \n{{avl_definition}}"
"alertTacticsColumnName": "avl_mitre_tactic"
alertDynamicProperties:
Expand Down Expand Up @@ -89,5 +89,5 @@ entityMappings:
columnName: registry_value_data
- identifier: ValueType
columnName: registry_value_type
version: 1.0.0
version: 1.0.1
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@
"logAnalytics": [
{
"workspaceResourceId": "{{workspaceResourceId}}",
"name": "{{workspaceId}}"
"name": "clv2ws1"
}
]
},
Expand All @@ -1183,7 +1183,7 @@
"Custom-Anvilogic_Alerts_CL"
],
"destinations": [
"{{workspaceId}}"
"clv2ws1"
],
"transformKql": "source",
"outputStream": "Custom-Anvilogic_Alerts_CL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"type": "Textbox",
"parameters": {
"label": "Token Endpoint",
"placeholder": "https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token",
"placeholder": "https://login[.]microsoftonline[.]com/<tenant_id>/oauth2/v2.0/token",
"type": "text",
"name": "tokenEndpoint"
}
Expand Down
Loading
Loading