-
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.
- Loading branch information
Showing
260 changed files
with
18,071 additions
and
10,282 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" | ||
} | ||
] | ||
} |
71 changes: 71 additions & 0 deletions
71
.script/tests/KqlvalidationsTests/CustomTables/Samsung_Knox_Application_CL.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,71 @@ | ||
{ | ||
"Name": "Samsung_Knox_Application_CL", | ||
"Properties": [ | ||
{ | ||
"name": "TimeGenerated", | ||
"type": "DateTime", | ||
"isDefaultDisplay": true, | ||
"description": "The timestamp (UTC) reflecting the time in which the event was generated." | ||
}, | ||
{ | ||
"name": "PrimaryImei", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceImei1", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceImei2", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceSerialNumber", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceWifimac", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceModel", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "EventGuid", | ||
"type": "long" | ||
}, | ||
{ | ||
"name": "Name", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Version", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Severity", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MitreTtp", | ||
"type": "dynamic" | ||
}, | ||
{ | ||
"name": "Profile", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "PkgName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "AccessibilityApi", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "RestrictedPerms", | ||
"type": "dynamic" | ||
} | ||
] | ||
} |
87 changes: 87 additions & 0 deletions
87
.script/tests/KqlvalidationsTests/CustomTables/Samsung_Knox_Audit_CL.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,87 @@ | ||
{ | ||
"Name": "Samsung_Knox_Audit_CL", | ||
"Properties": [ | ||
{ | ||
"name": "TimeGenerated", | ||
"type": "DateTime", | ||
"isDefaultDisplay": true, | ||
"description": "The timestamp (UTC) reflecting the time in which the event was generated." | ||
}, | ||
{ | ||
"name": "PrimaryImei", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceImei1", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceImei2", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceSerialNumber", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceWifimac", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceModel", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "EventGuid", | ||
"type": "long" | ||
}, | ||
{ | ||
"name": "Name", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Version", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Severity", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MitreTtp", | ||
"type": "dynamic" | ||
}, | ||
{ | ||
"name": "Profile", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "UserId", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "AdmUserId", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "AdmPkgName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "FailureReason", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Action", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "KeyMask", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "PkgName", | ||
"type": "string" | ||
} | ||
] | ||
} |
Oops, something went wrong.