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.
Merge pull request Azure#11586 from Samsung/master
Add Samsung Knox Asset Intelligence Sentinel Solution
- Loading branch information
Showing
43 changed files
with
5,681 additions
and
4 deletions.
There are no files selected for viewing
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" | ||
} | ||
] | ||
} |
135 changes: 135 additions & 0 deletions
135
.script/tests/KqlvalidationsTests/CustomTables/Samsung_Knox_Network_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,135 @@ | ||
{ | ||
"Name": "Samsung_Knox_Network_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": "Protocol", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "SourcePort", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "RemotePort", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "SourceAddr", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "RemoteAddr", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "EventDetectedTime", | ||
"type": "DateTime" | ||
}, | ||
{ | ||
"name": "Family", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "PkgName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "InterfaceName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Tid", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "Pid", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "Ppid", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "Uid", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "Gid", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "ExitCode", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "Syscall", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "Path", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Ja3Fingerprint", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "SocketType", | ||
"type": "int" | ||
} | ||
] | ||
} |
Oops, something went wrong.