-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWirelessNetworkConnection.json
More file actions
49 lines (49 loc) · 2.14 KB
/
WirelessNetworkConnection.json
File metadata and controls
49 lines (49 loc) · 2.14 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
{
"@context": {
"case-investigation": "https://ontology.caseontology.org/case/investigation/",
"kb": "http://example.org/kb/",
"uco-core": "https://ontology.unifiedcyberontology.org/uco/core/",
"uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "kb:WirelessNetworkConnection-3b5b984f-94b8-4ba4-9e8c-a22c7fbe099c",
"@type": "uco-observable:WirelessNetworkConnection",
"case-investigation:wasDerivedFrom": [],
"uco-core:createdBy": null,
"uco-core:description": [],
"uco-core:externalReference": [],
"uco-core:hasFacet": [
{
"@id": "kb:NetworkConnectionFacet-56caca86-f700-4edb-83bf-757729c1ad14",
"@type": "uco-observable:NetworkConnectionFacet",
"uco-observable:destinationPort": null,
"uco-observable:dst": [],
"uco-observable:endTime": null,
"uco-observable:isActive": null,
"uco-observable:protocols": null,
"uco-observable:sourcePort": null,
"uco-observable:src": [],
"uco-observable:startTime": null
},
{
"@id": "kb:WirelessNetworkConnectionFacet-db797ecd-32b0-429d-ae4a-47c2f91d43d4",
"@type": "uco-observable:WirelessNetworkConnectionFacet",
"uco-observable:baseStation": "EXAMPLE",
"uco-observable:password": null,
"uco-observable:ssid": null,
"uco-observable:wirelessNetworkSecurityMode": null
}
],
"uco-core:modifiedTime": [],
"uco-core:name": null,
"uco-core:objectCreatedTime": null,
"uco-core:objectMarking": [],
"uco-core:specVersion": null,
"uco-core:tag": [],
"uco-observable:hasChanged": null,
"uco-observable:state": null
}
]
}