1
1
{
2
2
"canvasContextConnections" : [
3
3
{
4
- "contextKey1" : " File.MD5" ,
5
- "contextKey2" : " File.SHA256" ,
6
- "connectionDescription" : " Belongs to the same file"
4
+ "contextKey1" : " MD5" ,
5
+ "contextKey2" : " SHA256" ,
6
+ "connectionDescription" : " Belongs to the same file" ,
7
+ "parentContextKey" : " File"
7
8
},
8
9
{
9
- "contextKey1" : " File.MD5" ,
10
- "contextKey2" : " File.SHA1" ,
11
- "connectionDescription" : " Belongs to the same file"
10
+ "contextKey1" : " MD5" ,
11
+ "contextKey2" : " SHA1" ,
12
+ "connectionDescription" : " Belongs to the same file" ,
13
+ "parentContextKey" : " File"
12
14
},
13
15
{
14
- "contextKey1" : " File.SHA1" ,
15
- "contextKey2" : " File.SHA256" ,
16
- "connectionDescription" : " Belongs to the same file"
16
+ "contextKey1" : " SHA1" ,
17
+ "contextKey2" : " SHA256" ,
18
+ "connectionDescription" : " Belongs to the same file" ,
19
+ "parentContextKey" : " File"
17
20
},
18
21
{
19
- "contextKey1" : " File.SSDeep" ,
20
- "contextKey2" : " File.SHA256" ,
21
- "connectionDescription" : " Belongs to the same file"
22
+ "contextKey1" : " SSDeep" ,
23
+ "contextKey2" : " SHA256" ,
24
+ "connectionDescription" : " Belongs to the same file" ,
25
+ "parentContextKey" : " File"
22
26
},
23
27
{
24
- "contextKey1" : " File.SSDeep" ,
25
- "contextKey2" : " File.SHA1" ,
26
- "connectionDescription" : " Belongs to the same file"
28
+ "contextKey1" : " SSDeep" ,
29
+ "contextKey2" : " SHA1" ,
30
+ "connectionDescription" : " Belongs to the same file" ,
31
+ "parentContextKey" : " File"
27
32
},
28
33
{
29
- "contextKey1" : " File.SSDeep" ,
30
- "contextKey2" : " File.MD5" ,
31
- "connectionDescription" : " Belongs to the same file"
34
+ "contextKey1" : " SSDeep" ,
35
+ "contextKey2" : " MD5" ,
36
+ "connectionDescription" : " Belongs to the same file" ,
37
+ "parentContextKey" : " File"
38
+ },
39
+
40
+ {
41
+ "contextKey1" : " Username" ,
42
+ "contextKey2" : " Email.Address" ,
43
+ "connectionDescription" : " User's email address" ,
44
+ "parentContextKey" : " Account"
45
+ },
46
+ {
47
+ "contextKey1" : " Username" ,
48
+ "contextKey2" : " Domain" ,
49
+ "connectionDescription" : " User's domain" ,
50
+ "parentContextKey" : " Account"
51
+ },
52
+ {
53
+ "contextKey1" : " Email.Domain" ,
54
+ "contextKey2" : " Email.Address" ,
55
+ "connectionDescription" : " Email's domain" ,
56
+ "parentContextKey" : " Account"
57
+ },
58
+
59
+ {
60
+ "contextKey1" : " Hostname" ,
61
+ "contextKey2" : " IP" ,
62
+ "connectionDescription" : " Belongs to the same endpoint" ,
63
+ "parentContextKey" : " Endpoint"
64
+ },
65
+ {
66
+ "contextKey1" : " Hostname" ,
67
+ "contextKey2" : " MAC" ,
68
+ "connectionDescription" : " Belongs to the same endpoint" ,
69
+ "parentContextKey" : " Endpoint"
70
+ },
71
+ {
72
+ "contextKey1" : " MAC" ,
73
+ "contextKey2" : " IP" ,
74
+ "connectionDescription" : " Belongs to the same endpoint" ,
75
+ "parentContextKey" : " Endpoint"
32
76
}
77
+
33
78
]
34
79
}
0 commit comments