TestimoX

API Reference

Class

ExploitProtectionInfo

Namespace ComputerX.ExploitProtection
Assembly ComputerX
Modifiers sealed

Consolidated exploit protection posture for a host.

Inheritance

  • Object
  • ExploitProtectionInfo

Constructors

Properties

public String ComputerName { get; set; } #

Computer name these values were collected for.

public Nullable<Boolean> ExploitProtectionPolicyConfigured { get; set; } #

True when ExploitProtectionSettings policy value exists and is non-empty.

public Boolean ExploitProtectionPolicyParsed { get; set; } #

True when ExploitProtectionSettings XML parsing succeeded.

public Nullable<Int32> ExploitProtectionPolicyLength { get; set; } #

Length of the ExploitProtectionSettings policy payload when present.

public DepPostureInfo Dep { get; set; } #

DEP runtime and policy posture.

public ExploitMitigationInfo Aslr { get; set; } #

ASLR policy posture.

public ExploitMitigationInfo Cfg { get; set; } #

CFG policy posture.

public SehopPostureInfo Sehop { get; set; } #

SEHOP runtime/policy posture.