Skip to content

Commit 9a80f2f

Browse files
Merge remote-tracking branch 'origin/master' into users/v-rodrigolop/airlock
2 parents a858ba1 + 8c449d9 commit 9a80f2f

98 files changed

Lines changed: 7949 additions & 2051 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"Name": "PaloAltoCortexXDR_Incidents",
3+
"Properties": [
4+
{
5+
"Name": "TimeGenerated",
6+
"Type": "Datetime"
7+
},
8+
{
9+
"Name": "IncidentId",
10+
"Type": "String"
11+
},
12+
{
13+
"Name": "IncidentName",
14+
"Type": "String"
15+
},
16+
{
17+
"Name": "CreationTime",
18+
"Type": "Datetime"
19+
},
20+
{
21+
"Name": "ModificationTime",
22+
"Type": "Datetime"
23+
},
24+
{
25+
"Name": "DetectionTime",
26+
"Type": "Datetime"
27+
},
28+
{
29+
"Name": "Status",
30+
"Type": "String"
31+
},
32+
{
33+
"Name": "Severity",
34+
"Type": "String"
35+
},
36+
{
37+
"Name": "Description",
38+
"Type": "String"
39+
},
40+
{
41+
"Name": "AlertCount",
42+
"Type": "Int"
43+
},
44+
{
45+
"Name": "LowSeverityAlertCount",
46+
"Type": "Int"
47+
},
48+
{
49+
"Name": "MedSeverityAlertCount",
50+
"Type": "Int"
51+
},
52+
{
53+
"Name": "HighSeverityAlertCount",
54+
"Type": "Int"
55+
},
56+
{
57+
"Name": "CriticalSeverityAlertCount",
58+
"Type": "Int"
59+
},
60+
{
61+
"Name": "UserCount",
62+
"Type": "Int"
63+
},
64+
{
65+
"Name": "HostCount",
66+
"Type": "Int"
67+
},
68+
{
69+
"Name": "ResolveComment",
70+
"Type": "String"
71+
},
72+
{
73+
"Name": "ResolvedTimestamp",
74+
"Type": "Datetime"
75+
},
76+
{
77+
"Name": "XdrUrl",
78+
"Type": "String"
79+
},
80+
{
81+
"Name": "Starred",
82+
"Type": "Bool"
83+
},
84+
{
85+
"Name": "Hosts",
86+
"Type": "Dynamic"
87+
},
88+
{
89+
"Name": "Users",
90+
"Type": "Dynamic"
91+
},
92+
{
93+
"Name": "IncidentSources",
94+
"Type": "Dynamic"
95+
},
96+
{
97+
"Name": "WildfireHits",
98+
"Type": "Int"
99+
},
100+
{
101+
"Name": "AlertsGroupingStatus",
102+
"Type": "String"
103+
},
104+
{
105+
"Name": "AlertCategories",
106+
"Type": "Dynamic"
107+
},
108+
{
109+
"Name": "OriginalTags",
110+
"Type": "Dynamic"
111+
},
112+
{
113+
"Name": "Tags",
114+
"Type": "Dynamic"
115+
}
116+
]
117+
}

.script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
"MicrosoftDefenderThreatIntelligence",
242242
"ZeroFox_Alert_Polling",
243243
"CortexXDR",
244+
"CortexXDRDataConnector",
244245
"CorelightConnectorExporter",
245246
"MimecastSIEMAPI",
246247
"MimecastTTPAPI",

Solutions/NetApp Ransomware Resilience/Data/Solution_NetAppRansomwareResilience.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
"Playbooks": [
88
"Playbooks/NetApp-RansomwareResilience-Auth-Playbook/azuredeploy.json",
99
"Playbooks/NetApp-RansomwareResilience_Volume_Offline_Playbook/azuredeploy.json",
10+
"Playbooks/NetApp-RansomwareResilience_Volume_Online_Playbook/azuredeploy.json",
1011
"Playbooks/NetApp-RansomwareResilience_Async_Poll_Playbook/azuredeploy.json",
1112
"Playbooks/NetApp-RansomwareResilience_Volume_Snapshot_Playbook/azuredeploy.json",
1213
"Playbooks/NetApp-RansomwareResilience_Enrich_StorageVM_Playbook/azuredeploy.json",
13-
"Playbooks/NetApp-RansomwareResilience_Enrich_IP_Playbook/azuredeploy.json"
14+
"Playbooks/NetApp-RansomwareResilience_Enrich_IP_Playbook/azuredeploy.json",
15+
"Playbooks/NetApp-RansomwareResilience_Block_User_Playbook/azuredeploy.json",
16+
"Playbooks/NetApp-RansomwareResilience_Unblock_User_Playbook/azuredeploy.json"
1417
],
15-
"Version": "3.0.0",
18+
"Version": "3.1.0",
1619
"BasePath": "C:\\GitHub\\Azure-Sentinel\\solutions\\NetApp Ransomware Resilience",
1720
"Metadata": "SolutionMetadata.json",
1821
"TemplateSpec": true,
19.5 KB
Binary file not shown.

Solutions/NetApp Ransomware Resilience/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"config": {
77
"isWizard": false,
88
"basics": {
9-
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/NetApp.svg\" alt=\"NetApp Logo\" width=\"75\" height=\"75\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/NetApp%20Ransomware%20Resilience/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nNetApp Ransomware Resilience - Comprehensive security solution for detecting and responding to ransomware threats across NetApp storage environments.\n\n**Playbooks:** 6\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
9+
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/NetApp.svg\" alt=\"NetApp Logo\" width=\"75\" height=\"75\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/NetApp%20Ransomware%20Resilience/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nNetApp Ransomware Resilience - Comprehensive security solution for detecting and responding to ransomware threats across NetApp storage environments.\n\n**Playbooks:** 9\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
1010
"subscription": {
1111
"resourceProviders": [
1212
"Microsoft.OperationsManagement/solutions",

0 commit comments

Comments
 (0)