From 025a9a93232222df02119c0b96ccdd9adf3a2afa Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 21 Apr 2019 15:56:23 +0200 Subject: [PATCH] chg: [doc] phishing-kit object added to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ebdfc4..1e1e4e1 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID * [objects/pe-section](objects/pe-section/definition.json) - Portable Executable (PE) object - section description. * [objects/person](objects/person/definition.json) - A person object which describes a person or an identity. * [objects/phishing](objects/phishing/definition.json) - Phishing template to describe a phishing website and its analysis. +* [objects/phishing-kit](objects/phishing-kit/definition.json) - Object to describe a phishing kit. * [objects/phone](objects/phone/definition.json) - A phone or mobile phone object. * [objects/process](objects/process/definition.json) - A process object. * [objects/regexp](objects/regexp/definition.json) - An object describing a regular expression (regex or regexp). The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a regular expression.