Skip to content

Commit 8fb566f

Browse files
committed
add: [intrusion-set] Added first_seen & last_seen attributes
1 parent 4828fba commit 8fb566f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

objects/intrusion-set/definition.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,23 @@
1111
"misp-attribute": "text",
1212
"ui-priority": 1
1313
},
14+
"first_seen": {
15+
"description": "The time that the intrusion set was first seen.",
16+
"misp-attribute": "datetime",
17+
"ui-priority": 0
18+
},
1419
"goals": {
1520
"description": "The high-level goals of this Intrusion Set, namely, what are they trying to do. For example, they may be motivated by personal gain, but their goal is to steal credit card numbers. To do this, they may execute specific Campaigns that have detailed objectives like compromising point of sale systems at a large retailer. Another example: to gain information about latest merger and IPO information from ACME Bank.",
1621
"disable_correlation": true,
1722
"misp-attribute": "text",
1823
"multiple": true,
1924
"ui-priority": 1
2025
},
26+
"last_seen": {
27+
"description": "The time that the intrusion set was last seen.",
28+
"misp-attribute": "datetime",
29+
"ui-priority": 0
30+
},
2131
"name": {
2232
"description": "A name used to identify this Intrusion Set.",
2333
"misp-attribute": "text",

0 commit comments

Comments
 (0)