Skip to content

Commit df67848

Browse files
committed
new: [dkim] DomainKeys Identified Mail - DKIM object template
1 parent 703b53f commit df67848

2 files changed

Lines changed: 77 additions & 0 deletions

File tree

objects/dkim/.definition.json.swp

12 KB
Binary file not shown.

objects/dkim/definition.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"attributes": {
3+
"d": {
4+
"description": "DKIM domain used for the selector record",
5+
"misp-attribute": "domain",
6+
"ui-priority": 1
7+
},
8+
"dkim": {
9+
"description": "DomainKeys Identified Mail - DKIM full DNS TXT record",
10+
"misp-attribute": "dkim",
11+
"ui-priority": 1
12+
},
13+
"h": {
14+
"description": "DKIM hash type",
15+
"disable_correlation": true,
16+
"misp-attribute": "text",
17+
"sane_default": [
18+
"sha1",
19+
"md5"
20+
],
21+
"ui-priority": 1
22+
},
23+
"k": {
24+
"description": "DKIM key type",
25+
"disable_correlation": true,
26+
"misp-attribute": "text",
27+
"sane_default": [
28+
"rsa"
29+
],
30+
"ui-priority": 1
31+
},
32+
"n": {
33+
"description": "DKIM administrator note",
34+
"disable_correlation": true,
35+
"misp-attribute": "text",
36+
"ui-priority": 1
37+
},
38+
"public-key": {
39+
"description": "DKIM public key",
40+
"misp-attribute": "text",
41+
"ui-priority": 1
42+
},
43+
"s": {
44+
"description": "DKIM service record",
45+
"disable_correlation": true,
46+
"misp-attribute": "text",
47+
"ui-priority": 1
48+
},
49+
"t": {
50+
"description": "DKIM domain testing",
51+
"disable_correlation": true,
52+
"misp-attribute": "text",
53+
"sane_default": [
54+
"y",
55+
"s"
56+
],
57+
"ui-priority": 1
58+
},
59+
"version": {
60+
"description": "DKIM version",
61+
"disable_correlation": true,
62+
"misp-attribute": "text",
63+
"sane_default": [
64+
"DKIM1"
65+
],
66+
"ui-priority": 1
67+
}
68+
},
69+
"description": "DomainKeys Identified Mail - DKIM",
70+
"meta-category": "misc",
71+
"name": "dkim",
72+
"required": [
73+
"dkim"
74+
],
75+
"uuid": "7f1e45a5-b050-433e-83c1-1bf8c8d9e4a5",
76+
"version": 1
77+
}

0 commit comments

Comments
 (0)