|
1 | 1 | { |
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 | + ], |
7 | 6 | "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": { |
11 | 20 | "categories": [ |
12 | 21 | "Network activity", |
13 | 22 | "External analysis" |
14 | | - ] |
| 23 | + ], |
| 24 | + "ui-frequency": 1, |
| 25 | + "misp-attribute": "domain" |
15 | 26 | }, |
16 | | - "domain": { |
17 | | - "misp-attribute": "domain", |
18 | | - "misp-usage-frequency": 1, |
| 27 | + "ip": { |
19 | 28 | "categories": [ |
20 | 29 | "Network activity", |
21 | 30 | "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" |
35 | 34 | } |
36 | 35 | }, |
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" |
41 | 41 | } |
0 commit comments