abuseipdb-client - v2.0.46
    Preparing search index...

    Interface ReportedAddressEntity

    interface ReportedAddressEntity {
        abuseConfidenceScore: number;
        countryCode: string | null;
        ipAddress: string;
        mostRecentReport: string;
        numReports: number;
    }
    Index

    Properties

    abuseConfidenceScore: number
    countryCode: string | null
    ipAddress: string
    mostRecentReport: string
    numReports: number