class documentation

Undocumented

Method __init__ Undocumented
Method honeyscore Calculate the probability of an IP being an ICS honeypot.
Instance Variable parent Undocumented
def __init__(self, parent): (source)

Undocumented

def honeyscore(self, ip): (source)

Calculate the probability of an IP being an ICS honeypot. :param ip: IP address of the device :type ip: str :returns: int -- honeyscore ranging from 0.0 to 1.0

Undocumented