misp-attribute is more logical

pull/2/head
Alexandre Dulaunoy 2016-02-08 17:52:30 +01:00
parent 8441a8333b
commit 433d7c5669
1 changed files with 4 additions and 4 deletions

View File

@ -6,21 +6,21 @@
"attributes" :
{
"ip": {
"misp-object": "ip-dst",
"misp-attribute": "ip-dst",
"misp-usage-frequency": 1,
"categories": ["Network activity","External analysis"]
},
"domain": {
"misp-object": "domain",
"misp-attribute": "domain",
"misp-usage-frequency": 1,
"categories": ["Network activity","External analysis"]
},
"first-seen": {
"misp-object": "datetime",
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"last-seen": {
"misp-object": "datetime",
"misp-attribute": "datetime",
"misp-usage-frequency": 0
}