From 231fdaf92b2507f7dca38ce82e88c604d5ce19dc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 21 Sep 2018 07:13:23 +0200 Subject: [PATCH] chg: [README] malware-config object added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe29188..b7b03f0 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ for a specific attribute. * [objects/legal-entity](objects/legal-entity/definition.json) - Object describing a legal entity, such as an organisation. * [objects/macho](objects/macho/definition.json) - Object describing a Mach object file format. * [objects/macho-section](objects/macho-section/definition.json) - Object describing a section of a Mach object file format. +* [objects/malware-config](objects/malware-config/definition.json) - Object describing a malware configuration recovered or extracted from a malicious binary. * [objects/microblog](objects/microblog/definition.json) - Object describing microblog post like Twitter or Facebook. * [objects/mutex](objects/mutex/definition.json) - Object to describe mutual exclusion locks (mutex) as seen in memory or computer program. * [objects/netflow](objects/netflow/definition.json) - Netflow object describes an network object based on the Netflowv5/v9 minimal definition.