mirror of https://github.com/MISP/misp-objects
30 lines
1009 B
JSON
30 lines
1009 B
JSON
{
|
|
"name": "domain|ip",
|
|
"category": "network",
|
|
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
|
"version": 1,
|
|
"attributes" :
|
|
{
|
|
"ip": {
|
|
"misp-object": "ip-dst",
|
|
"misp-usage-frequency": 1,
|
|
"categories": ["Network activity","External analysis"]
|
|
},
|
|
"domain": {
|
|
"misp-object": "domain",
|
|
"misp-usage-frequency": 1,
|
|
"categories": ["Network activity","External analysis"]
|
|
},
|
|
"first-seen": {
|
|
"misp-object": "datetime",
|
|
"misp-usage-frequency": 0
|
|
},
|
|
"last-seen": {
|
|
"misp-object": "datetime",
|
|
"misp-usage-frequency": 0
|
|
}
|
|
|
|
},
|
|
"required": ["ip","domain"]
|
|
}
|