Updated version based on feedback from Andras

pull/2/head
Alexandre Dulaunoy 2016-02-08 16:51:38 +01:00
parent f8f67f77c9
commit 095a75d282
1 changed files with 5 additions and 3 deletions

View File

@ -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",