Node CrowdSec Client
    Preparing search index...

    Interface Source

    Source

    interface Source {
        as_name?: string;
        as_number?: string;
        cn?: string;
        ip?: string;
        latitude?: number;
        longitude?: number;
        range?: string;
        scope: string;
        value: string;
    }
    Index
    as_name?: string

    provided as a convenience when the source is an IP

    as_number?: string

    provided as a convenience when the source is an IP

    cn?: string
    ip?: string

    provided as a convenience when the source is an IP

    latitude?: number

    float

    longitude?: number

    float

    range?: string

    provided as a convenience when the source is an IP

    scope: string

    the scope of a source : ip,range,username,etc

    value: string

    the value of a source : the ip, the range, the username,etc