-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
77 lines (77 loc) · 1.72 KB
/
definition.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
{
"attributes": {
"d": {
"description": "DKIM domain used for the selector record",
"misp-attribute": "domain",
"ui-priority": 1
},
"dkim": {
"description": "DomainKeys Identified Mail - DKIM full DNS TXT record",
"misp-attribute": "dkim",
"ui-priority": 1
},
"h": {
"description": "DKIM hash type",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"sha1",
"md5"
],
"ui-priority": 1
},
"k": {
"description": "DKIM key type",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"rsa"
],
"ui-priority": 1
},
"n": {
"description": "DKIM administrator note",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"public-key": {
"description": "DKIM public key",
"misp-attribute": "text",
"ui-priority": 1
},
"s": {
"description": "DKIM service record",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"t": {
"description": "DKIM domain testing",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"y",
"s"
],
"ui-priority": 1
},
"version": {
"description": "DKIM version",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"DKIM1"
],
"ui-priority": 1
}
},
"description": "DomainKeys Identified Mail - DKIM",
"meta-category": "misc",
"name": "dkim",
"required": [
"dkim"
],
"uuid": "7f1e45a5-b050-433e-83c1-1bf8c8d9e4a5",
"version": 1
}