optional text attributes added

pull/2/head
Alexandre Dulaunoy 2016-02-09 21:46:45 +01:00
parent 415adea9a7
commit 10431c3c42
3 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"last-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1,
}
},

View File

@ -70,6 +70,10 @@
"misp-attribute": "pattern-in-file",
"misp-usage-frequency": 1,
"categories": ["Artifacts dropped","Payload installation","External analysis"]
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1,
}
},

View File

@ -29,8 +29,13 @@
"registar": {
"misp-attribute": "whois-registar",
"misp-usage-frequency": 0
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1,
}
},
"required": ["domain"],
"requiredOneOf": ["registrant-email", "registrant-phone", "creation-date", "registrant-name", "registar"]