SecurityThreatEssentilas repackaged

This commit is contained in:
v-shukore 2024-06-05 11:33:23 +05:30
Родитель 18df424fbd
Коммит 846470727a
6 изменённых файлов: 879 добавлений и 870 удалений

Просмотреть файл

@ -13,6 +13,9 @@ requiredDataConnectors:
- connectorId: CiscoASA
dataTypes:
- CommonSecurityLog
- connectorId: CiscoAsaAma
dataTypes:
- CommonSecurityLog
- connectorId: PaloAltoNetworks
dataTypes:
- CommonSecurityLog
@ -114,5 +117,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: SourceIPMax
version: 1.0.3
version: 1.0.4
kind: Scheduled

Просмотреть файл

@ -17,7 +17,7 @@
"Analytic Rules/PossibleAiTMPhishingAttemptAgainstAAD.yaml"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\SecurityThreatEssentialSolution",
"Version": "3.0.2",
"Version": "3.0.3",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1PConnector": true

Двоичные данные
Solutions/SecurityThreatEssentialSolution/Package/3.0.3.zip Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -128,7 +128,7 @@
"name": "analytic4-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This query generates baseline pattern of cloud resource deletions by an user and generated anomaly \nwhen any unusual spike is detected.\nThese anomalies from unusual or privileged users could be an indication of cloud infrastructure \ntake-down by an adversary "
"text": "This query generates baseline pattern of cloud resource deletions by an user and generated anomaly when any unusual spike is detected.\nThese anomalies from unusual or privileged users could be an indication of cloud infrastructure take-down by an adversary "
}
}
]

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------------------------------------|
| 3.0.3 | 05-06-2024 | Added missing AMA **Data Connector** reference in **Analytic Rule** |
| 3.0.2 | 18-03-2024 | Tagged for dependent solutions for deployment |
| 3.0.1 | 10-11-2023 | Modified text as there is rebranding from Azure Active Directory to Microsoft Entra ID. |
| 3.0.0 | 06-07-2023 | Updating **Analytic rule** query for KQL failure |