diff --git a/bin/lib/objects/abstract_subtype_object.py b/bin/lib/objects/abstract_subtype_object.py index fa0030da..9a8aaafc 100755 --- a/bin/lib/objects/abstract_subtype_object.py +++ b/bin/lib/objects/abstract_subtype_object.py @@ -89,6 +89,7 @@ class AbstractSubtypeObject(AbstractObject, ABC): if options is None: options = set() meta = {'id': self.id, + 'type': self.type, 'subtype': self.subtype, 'first_seen': self.get_first_seen(), 'last_seen': self.get_last_seen(),