C# Класс Simulator.IpAddressDebugInfo

Information that the simulator maintains about each IP address for reporting purposes
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsPartOfProxy bool
UsedByAttackers bool
UsedByBenignUsers bool

Описание свойств

IsPartOfProxy публичное свойство

Set if the IP is a proxy shared by many users
public bool IsPartOfProxy
Результат bool

UsedByAttackers публичное свойство

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
Результат bool

UsedByBenignUsers публичное свойство

Set if one or more benign users use this IP address to login
public bool UsedByBenignUsers
Результат bool