mirror of https://github.com/MISP/misp-objects
Updated version based on feedback from Andras
parent
f8f67f77c9
commit
095a75d282
|
@ -2,15 +2,17 @@
|
||||||
"name": "domain|ip",
|
"name": "domain|ip",
|
||||||
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"properties" :
|
"attributes" :
|
||||||
{
|
{
|
||||||
"ip": {
|
"ip": {
|
||||||
"misp-object": "ip-dst",
|
"misp-object": "ip-dst",
|
||||||
"misp-usage-frequency": 1
|
"misp-usage-frequency": 1,
|
||||||
|
"categories": ["Network activity","External analysis"]
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"misp-object": "domain",
|
"misp-object": "domain",
|
||||||
"misp-usage-frequency": 1
|
"misp-usage-frequency": 1,
|
||||||
|
"categories": ["Network activity","External analysis"]
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"misp-object": "datetime",
|
"misp-object": "datetime",
|
||||||
|
|
Loading…
Reference in New Issue