mirror of https://github.com/MISP/misp-objects
misp-usage-frequency updated
parent
a04174c1c1
commit
0949bd47ca
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue