-
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.
SWG file fixes and NetworkAccessAlerts table
- Loading branch information
Showing
6 changed files
with
97 additions
and
66 deletions.
There are no files selected for viewing
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", | ||
|
||
{ | ||
"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
62 changes: 0 additions & 62 deletions
62
Solutions/Global Secure Access/Analytic Rules/Identity - SharedSessions.yaml
This file was deleted.
Oops, something went wrong.
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