-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into native_Authenticati…
…on_parser
- Loading branch information
Showing
53 changed files
with
908 additions
and
2,278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
.script/tests/KqlvalidationsTests/CustomTables/NetworkAccessAlerts.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"Name": "NetworkAccessAlerts", | ||
"Properties": [ | ||
{ | ||
"Name": "TenantId", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Id", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "DisplayName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Severity", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ComponentName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "DetectionTechnology", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "AlertType", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Description", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ProductName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "PolicyId", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "LastActivityDateTime", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "FirstActivityDateTime", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "SourceSystem", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Techniques", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "SubTechniques", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ExtendedProperties", | ||
"Type": "dynamic" | ||
}, | ||
{ | ||
"Name": "RelatedResources", | ||
"Type": "dynamic" | ||
}, | ||
{ | ||
"Name": "IsPreview", | ||
"Type": "bool" | ||
}, | ||
{ | ||
"Name": "CreationDateTime", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Type", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "VendorName", | ||
"Type": "string" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,7 @@ | |
"Name": "AristaAwakeSecurity", | ||
"Author": "Arista Networks - [email protected]", | ||
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/AristaAwakeSecurity.svg\"width=\"75px\"height=\"75px\">", | ||
"Description": "The [Awake Security Arista Networks solution](https://awakesecurity.com/) for Microsoft Sentinel enable users to send detection model matches from the Awake Security Platform to Microsoft Sentinel.\n\n This solution is dependent on the Common Event Format solution containing the CEF via AMA connector to collect the logs. The CEF solution will be installed as part of this solution installation.\n\n**NOTE:** Microsoft recommends installation of CEF via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by Aug 31, 2024, and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).", | ||
"Data Connectors": [ | ||
"Data Connectors/Connector_AristaAwakeSecurity_CEF.json" | ||
], | ||
"Description": "The [Awake Security Arista Networks solution](https://awakesecurity.com/) for Microsoft Sentinel enable users to send detection model matches from the Awake Security Platform to Microsoft Sentinel.\n\n This solution is dependent on the Common Event Format solution containing the CEF via AMA connector to collect the logs. The CEF solution will be installed as part of this solution installation.\n\n**NOTE:** Microsoft recommends installation of CEF via AMA Connector. Legacy connector uses the Log Analytics agent which were deprecated on **Aug 31, 2024**. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).", | ||
"Analytic Rules": [ | ||
"Analytic Rules/HighMatchCountsByDevice.yaml", | ||
"Analytic Rules/HighSeverityMatchesByDevice.yaml", | ||
|
@@ -19,7 +16,7 @@ | |
], | ||
"Metadata": "SolutionMetadata.json", | ||
"BasePath": "C:\\Sentinel-Repos\\19.05.22\\Azure-Sentinel\\Solutions\\AristaAwakeSecurity", | ||
"Version": "3.0.0", | ||
"Version": "3.0.1", | ||
"TemplateSpec": true, | ||
"Is1Pconnector": false | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.