Domain Detective

API Reference

Class

TyposquattingMailInfrastructure

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Shared helpers for normalizing typosquatting mail-exchanger infrastructure.

Inheritance

  • Object
  • TyposquattingMailInfrastructure

Methods

public static String ExtractMxHost(String record) #
Returns: String

Executes the extract mx host operation.

Parameters

record System.String requiredposition: 0
public static IReadOnlyList<String> NormalizeMxHosts(IEnumerable<String> mxRecords) #
Returns: IReadOnlyList<String>

Executes the normalize mx hosts operation.

Parameters

mxRecords System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
{{ include "footer" }}