Domain Detective

API Reference

Class

IPNeighborResult

Namespace DomainDetective
Assembly DomainDetective

Represents a set of domains hosted on a single IP.

Inheritance

  • Object
  • IPNeighborResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String IpAddress { get; set; } #

IP address shared by multiple domains.

public List<String> Domains { get; set; } #

Domains associated with IpAddress.

public Boolean RPKIValid { get; set; } #

True when the origin is valid per RPKI.

public Int32 CoHostCount { get; set; } #

Total number of co-hosted domains observed.

public String Category { get; set; } #

Simple categorization of co-hosting density (Low/Medium/High/Extreme).

public String Type { get; set; } #

Source type: "Apex" (A/AAAA) or "MX" (mail hosts).

{{ include "footer" }}