forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated AnalyticsRule, fix validations and repackage
- Loading branch information
1 parent
fc521fb
commit 4d0fc2e
Showing
23 changed files
with
282 additions
and
319 deletions.
There are no files selected for viewing
145 changes: 70 additions & 75 deletions
145
.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 |
---|---|---|
@@ -1,76 +1,71 @@ | ||
{ | ||
"properties": { | ||
"schema": { | ||
"name": "Samsung_Knox_Application_CL", | ||
"columns": [ | ||
{ | ||
"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" | ||
} | ||
] | ||
}, | ||
"plan": "Analytics" | ||
} | ||
} | ||
"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" | ||
} | ||
] | ||
} |
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
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
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.