misp-usage-frequency updated

pull/17/head
Alexandre Dulaunoy 2017-07-03 12:08:42 +02:00
parent a04174c1c1
commit 0949bd47ca
1 changed files with 36 additions and 36 deletions

View File

@ -1,41 +1,41 @@
{ {
"name": "domain|ip",
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
"meta-category": "network",
"description": "A domain and IP address seen as a tuple in a specific time frame.",
"version": 1,
"attributes": {
"ip": {
"misp-attribute": "ip-dst",
"misp-usage-frequency": 1,
"categories": [
"Network activity",
"External analysis"
]
},
"domain": {
"misp-attribute": "domain",
"misp-usage-frequency": 1,
"categories": [
"Network activity",
"External analysis"
]
},
"first-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"last-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1
}
},
"required": [ "required": [
"ip", "ip",
"domain" "domain"
] ],
"attributes": {
"text": {
"ui-frequency": 1,
"misp-attribute": "text"
},
"last-seen": {
"ui-frequency": 0,
"misp-attribute": "datetime"
},
"first-seen": {
"ui-frequency": 0,
"misp-attribute": "datetime"
},
"domain": {
"categories": [
"Network activity",
"External analysis"
],
"ui-frequency": 1,
"misp-attribute": "domain"
},
"ip": {
"categories": [
"Network activity",
"External analysis"
],
"ui-frequency": 1,
"misp-attribute": "ip-dst"
}
},
"version": 1,
"description": "A domain and IP address seen as a tuple in a specific time frame.",
"meta-category": "network",
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
"name": "domain|ip"
} }