Example #1
0
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "WhoIs"
Example #2
0
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "IpRep"
     self._reputation_list = self.get_rep_list()
     self._is_rep_list = True
Example #3
0
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "IpInfo"
     self._url = 'https://dazzlepod.com/ip/%s.json'
Example #4
0
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "VirusTotal"
     self._api_key = "d1e7d00a14cc5c8a4fcfde16c8aef753c2de14f3328a5fd907c71522a17fc15e"
     self._api_url = 'https://www.virustotal.com/vtapi/v2/'
Example #5
0
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "IpRep"
     self._reputation_list = self.get_rep_list()
     self._is_rep_list = True
Example #6
0
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "WhoIs"
Example #7
0
File: vt.py Project: sumitlakra/ACF
 def __init__(self):
     MetadataPlugin.__init__(self)
     self.name = "VirusTotal"
     self._api_key = "d1e7d00a14cc5c8a4fcfde16c8aef753c2de14f3328a5fd907c71522a17fc15e"
     self._api_url = 'https://www.virustotal.com/vtapi/v2/'