From 0a3e94839cd26dacb78a94b4860e401c699ecd19 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Fri, 13 Nov 2020 20:09:46 +0100 Subject: [PATCH] add: [passive-dns] Added a raw_rdata object relation --- objects/passive-dns/definition.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/objects/passive-dns/definition.json b/objects/passive-dns/definition.json index 147fafa..ba3d000 100644 --- a/objects/passive-dns/definition.json +++ b/objects/passive-dns/definition.json @@ -18,6 +18,11 @@ "misp-attribute": "text", "ui-priority": 0 }, + "raw_rdata": { + "description": "Resource records of the queried resource, in hexadecimal", + "misp-attribute": "text", + "ui-priority": 0 + }, "rdata": { "description": "Resource records of the queried resource", "misp-attribute": "text",