C# Class Simulator.IpAddressDebugInfo

Information that the simulator maintains about each IP address for reporting purposes
Show file Open project: Microsoft/StopGuessing Class Usage Examples

Public Properties

Property Type Description
IsPartOfProxy bool
UsedByAttackers bool
UsedByBenignUsers bool

Property Details

IsPartOfProxy public property

Set if the IP is a proxy shared by many users
public bool IsPartOfProxy
return bool

UsedByAttackers public property

Set if one or more attackers use this IP address either to guess legitimate user's passwords or to login to accounts the attackers control (e.g., to provide traffic that makes the IP look like it's in use by legitimate users.)
public bool UsedByAttackers
return bool

UsedByBenignUsers public property

Set if one or more benign users use this IP address to login
public bool UsedByBenignUsers
return bool