Beispiel #1
0
 def info(self):
     i = Entity.info(self)
     i["rdap"] = self.rdap
     i["type"] = "Company"
     return i
Beispiel #2
0
 def info(self):
     i = Entity.info(self)
     i['family'] = self.family.name if self.family else None
     i['id'] = str(self.id)
     i['type'] = "Malware"
     return i
Beispiel #3
0
 def info(self):
     i = Entity.info(self)
     i['killchain'] = self.KILL_CHAIN_STEPS[self.killchain]
     i['id'] = str(self.id)
     i['type'] = 'TTP'
     return i
Beispiel #4
0
 def info(self):
     i = Entity.info(self)
     i['id'] = str(self.id)
     i['type'] = 'ExploitKit'
     return i
Beispiel #5
0
 def info(self):
     i = Entity.info(self)
     i['aliases'] = self.aliases
     i['type'] = "Actor"
     return i
Beispiel #6
0
 def info(self):
     i = Entity.info(self)
     i["type"] = "ExploitKit"
     return i
Beispiel #7
0
 def info(self):
     i = Entity.info(self)
     i['type'] = 'Exploit'
     return i
Beispiel #8
0
 def info(self):
     i = Entity.info(self)
     i['aliases'] = self.aliases
     i['type'] = "Campaign"
     return i
Beispiel #9
0
 def info(self):
     i = Entity.info(self)
     i["family"] = self.family.name if self.family else None
     i["type"] = "Malware"
     return i
Beispiel #10
0
 def info(self):
     i = Entity.info(self)
     i['id'] = str(self.id)
     i['type'] = 'Exploit'
     return i
Beispiel #11
0
 def info(self):
     i = Entity.info(self)
     i["killchain"] = self.KILL_CHAIN_STEPS[self.killchain]
     i["type"] = "TTP"
     return i
Beispiel #12
0
 def info(self):
     i = Entity.info(self)
     i["killchain"] = self.KILL_CHAIN_STEPS[self.killchain]
     i["id"] = str(self.id)
     i["type"] = "TTP"
     return i
Beispiel #13
0
 def info(self):
     i = Entity.info(self)
     i["aliases"] = self.aliases
     i["type"] = "Actor"
     return i
Beispiel #14
0
 def info(self):
     i = Entity.info(self)
     i['family'] = self.family.name if self.family else None
     i['id'] = str(self.id)
     i['type'] = "Malware"
     return i
Beispiel #15
0
 def info(self):
     i = Entity.info(self)
     i['rdap'] = self.rdap
     i['type'] = "Company"
     return i
Beispiel #16
0
 def info(self):
     i = Entity.info(self)
     i['killchain'] = self.KILL_CHAIN_STEPS[self.killchain]
     i['type'] = 'TTP'
     return i
Beispiel #17
0
 def info(self):
     i = Entity.info(self)
     i["aliases"] = self.aliases
     i["type"] = "Campaign"
     return i