C# 클래스 Simulator.IpAddressDebugInfo

Information that the simulator maintains about each IP address for reporting purposes
파일 보기 프로젝트 열기: Microsoft/StopGuessing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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