abuseipdb-client - v1.0.21
    Preparing search index...

    Interface ReportedAddressEntity

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

    Properties

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