mirror of https://github.com/MISP/misp-objects
42 lines
896 B
JSON
42 lines
896 B
JSON
{
|
|
"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": [
|
|
"ip",
|
|
"domain"
|
|
]
|
|
}
|