Domain Detective

API Reference

Class

DnsTxtMalwareDetector

Namespace DomainDetective.Providers.Dns
Assembly DomainDetective
Modifiers static

Provides dns txt malware detector functionality.

Inheritance

  • Object
  • DnsTxtMalwareDetector

Methods

public static Result Detect(IEnumerable<ValueTuple<String, String>> records, Int32 maxFindings = 5, Int32 maxEvidence = 10) #
Returns: Result

Executes the detect operation.

Parameters

records System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,System.String}} requiredposition: 0
maxFindings System.Int32 = 5 optionalposition: 1
maxEvidence System.Int32 = 10 optionalposition: 2
{{ include "footer" }}