diff --git a/oneforall/modules/datasets/threatcrowd.py b/oneforall/modules/datasets/threatcrowd.py index a3fdd3c..9862b0d 100644 --- a/oneforall/modules/datasets/threatcrowd.py +++ b/oneforall/modules/datasets/threatcrowd.py @@ -8,6 +8,7 @@ class ThreatCrowd(Query): def __init__(self, domain): Query.__init__(self) self.domain = self.register(domain) + self.module = 'Dataset' self.source = 'ThreatCrowdQuery' self.addr = 'https://www.threatcrowd.org/searchApi' \ '/v2/domain/report?domain='