forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSamsung_Knox_Application_CL.json
More file actions
111 lines (111 loc) · 2.22 KB
/
Copy pathSamsung_Knox_Application_CL.json
File metadata and controls
111 lines (111 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"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": "EventTime",
"type": "DateTime"
},
{
"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": "Name",
"type": "string"
},
{
"name": "Version",
"type": "int"
},
{
"name": "Severity",
"type": "string"
},
{
"name": "MitreTtp",
"type": "dynamic"
},
{
"name": "Profile",
"type": "string"
},
{
"name": "PkgName",
"type": "string"
},
{
"name": "AccessibilityApi",
"type": "string"
},
{
"name": "RestrictedPerms",
"type": "dynamic"
},
{
"name": "VersionCode",
"type": "long"
},
{
"name": "InstallerPkgName",
"type": "string"
},
{
"name": "Policy",
"type": "string"
},
{
"name": "EventId",
"type": "string"
},
{
"name": "AdmPkgName",
"type": "string"
},
{
"name": "UserId",
"type": "int"
},
{
"name": "Uid",
"type": "int"
},
{
"name": "StartTime",
"type": "datetime"
},
{
"name": "SeTag",
"type": "string"
},
{
"name": "Hash",
"type": "string"
}
]
}