-
Notifications
You must be signed in to change notification settings - Fork 16
/
event.json
146 lines (146 loc) · 5.74 KB
/
event.json
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"@context": {
"kb": "http://example.org/kb/",
"uco-action": "https://ontology.unifiedcyberontology.org/uco/action/",
"uco-core": "https://ontology.unifiedcyberontology.org/uco/core/",
"uco-identity": "https://ontology.unifiedcyberontology.org/uco/identity/",
"uco-location": "https://ontology.unifiedcyberontology.org/uco/location/",
"uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",
"uco-types": "https://ontology.unifiedcyberontology.org/uco/types/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "kb:event-d4a5a009-7b4d-445d-8d06-9dc85f263b3e",
"@type": "uco-core:Event",
"uco-core:name": "user logged in",
"uco-core:eventType": "Authentication",
"uco-core:startTime": {
"@type": "xsd:dateTime",
"@value": "2023-07-15T17:59:43.25Z"
},
"uco-core:endTime": {
"@type": "xsd:dateTime",
"@value": "2023-07-15T17:59:45.33Z"
},
"uco-core:eventContext": [
{
"@id": "kb:action-7377c5e6-6b28-4bc7-ad21-6763c070bfcc"
},
{
"@id": "kb:action-a86738e7-c890-4615-b3ab-deaccd3bafbb"
}
],
"uco-core:eventAttribute": {
"@id": "kb:dictionary-b222a5f4-e7eb-442a-8aab-c22c89734b9e"
}
},
{
"@id": "kb:dictionary-b222a5f4-e7eb-442a-8aab-c22c89734b9e",
"@type": "uco-types:Dictionary",
"uco-types:entry": [
{
"@id": "kb:dictionary-entry-7b56fc43-beb8-4331-9af2-e6e16e4fb90c"
},
{
"@id": "kb:dictionary-entry-3facf519-da01-4ee7-81a1-ab2f954b6c8e"
}
]
},
{
"@id": "kb:dictionary-entry-7b56fc43-beb8-4331-9af2-e6e16e4fb90c",
"@type": "uco-types:DictionaryEntry",
"uco-types:key": "mfa-enabled",
"uco-types:value": "false"
},
{
"@id": "kb:dictionary-entry-3facf519-da01-4ee7-81a1-ab2f954b6c8e",
"@type": "uco-types:DictionaryEntry",
"uco-types:key": "credential-entry-mode",
"uco-types:value": "manual"
},
{
"@id": "kb:action-7377c5e6-6b28-4bc7-ad21-6763c070bfcc",
"@type": "uco-action:Action",
"uco-core:name": "submit-login-request",
"uco-action:performer": {
"@id": "kb:person-e3b1df7c-bb3b-49fe-bc1d-0203c9dff86a"
},
"uco-action:instrument": {
"@id": "kb:application-account-e7f100bb-6367-4363-9416-b7ae73af2be9"
},
"uco-action:object": {
"@id": "kb:online-service-a3cfc0e0-26a7-4b6a-8be8-aaa65db3dedb"
},
"uco-action:location": {
"@id": "kb:location-ebafeec7-de26-4107-b2c0-bde4c248dcce"
},
"uco-action:startTime": {
"@type": "xsd:dateTime",
"@value": "2023-07-15T17:59:43.25Z"
}
},
{
"@id": "kb:action-a86738e7-c890-4615-b3ab-deaccd3bafbb",
"@type": "uco-action:Action",
"uco-core:name": "authenticate-credentials",
"uco-action:performer": {
"@id": "kb:online-service-a3cfc0e0-26a7-4b6a-8be8-aaa65db3dedb"
},
"uco-action:instrument": {
"@id": "kb:application-account-e7f100bb-6367-4363-9416-b7ae73af2be9"
},
"uco-action:result": {
"@id": "kb:event-d4a5a009-7b4d-445d-8d06-9dc85f263b3e"
},
"uco-action:endTime": {
"@type": "xsd:dateTime",
"@value": "2023-07-15T17:59:45.33Z"
}
},
{
"@id": "kb:online-service-a3cfc0e0-26a7-4b6a-8be8-aaa65db3dedb",
"@type": "uco-observable:OnlineService",
"name": "Facebook"
},
{
"@id": "kb:application-account-e7f100bb-6367-4363-9416-b7ae73af2be9",
"@type": "uco-observable:ApplicationAccount",
"hasFacet": [
{
"@id": "kb:account-facet-57a3351a-5043-4d57-8fdf-ebe0deac708a",
"@type": "uco-observable:AccountFacet",
"uco-observable:accountType": "online-service",
"uco-observable:owner": {
"@id": "kb:person-e3b1df7c-bb3b-49fe-bc1d-0203c9dff86a"
}
},
{
"@id": "kb:application-account-facet-f9d6b37f-0c24-4450-a08e-78f77b60ef16",
"@type": "uco-observable:ApplicationAccountFacet",
"uco-observable:application": {
"@id": "kb:online-service-a3cfc0e0-26a7-4b6a-8be8-aaa65db3dedb"
}
}
]
},
{
"@id": "kb:person-e3b1df7c-bb3b-49fe-bc1d-0203c9dff86a",
"@type": "uco-identity:Person",
"uco-core:name": "John Smith"
},
{
"@id": "kb:location-ebafeec7-de26-4107-b2c0-bde4c248dcce",
"@type": "uco-location:Location",
"hasFacet": [
{
"@id": "kb:simple-address-facet-3ab0674c-9bbc-40a9-9050-8b9b94b6bf29",
"@type": "uco-location:SimpleAddressFacet",
"uco-location:locality": "Detroit",
"uco-location:region": "Michigan",
"uco-location:country": "USA"
}
]
}
]
}