Skip to content

Commit 0949bd4

Browse files
committed
misp-usage-frequency updated
1 parent a04174c commit 0949bd4

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

objects/domain-ip/definition.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "domain|ip",
3-
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
4-
"meta-category": "network",
5-
"description": "A domain and IP address seen as a tuple in a specific time frame.",
6-
"version": 1,
2+
"required": [
3+
"ip",
4+
"domain"
5+
],
76
"attributes": {
8-
"ip": {
9-
"misp-attribute": "ip-dst",
10-
"misp-usage-frequency": 1,
7+
"text": {
8+
"ui-frequency": 1,
9+
"misp-attribute": "text"
10+
},
11+
"last-seen": {
12+
"ui-frequency": 0,
13+
"misp-attribute": "datetime"
14+
},
15+
"first-seen": {
16+
"ui-frequency": 0,
17+
"misp-attribute": "datetime"
18+
},
19+
"domain": {
1120
"categories": [
1221
"Network activity",
1322
"External analysis"
14-
]
23+
],
24+
"ui-frequency": 1,
25+
"misp-attribute": "domain"
1526
},
16-
"domain": {
17-
"misp-attribute": "domain",
18-
"misp-usage-frequency": 1,
27+
"ip": {
1928
"categories": [
2029
"Network activity",
2130
"External analysis"
22-
]
23-
},
24-
"first-seen": {
25-
"misp-attribute": "datetime",
26-
"misp-usage-frequency": 0
27-
},
28-
"last-seen": {
29-
"misp-attribute": "datetime",
30-
"misp-usage-frequency": 0
31-
},
32-
"text": {
33-
"misp-attribute": "text",
34-
"misp-usage-frequency": 1
31+
],
32+
"ui-frequency": 1,
33+
"misp-attribute": "ip-dst"
3534
}
3635
},
37-
"required": [
38-
"ip",
39-
"domain"
40-
]
36+
"version": 1,
37+
"description": "A domain and IP address seen as a tuple in a specific time frame.",
38+
"meta-category": "network",
39+
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
40+
"name": "domain|ip"
4141
}

0 commit comments

Comments
 (0)