Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IPR

Hierarchy

  • IPR

Index

Constructors

Properties

Methods

Constructors

constructor

  • new IPR(username: string, password: string): IPR
  • Creates an IPR object

    Parameters

    • username: string

      XFE API Username

    • password: string

      XFE API Password

    Returns IPR

Properties

request

request: any

Methods

get

  • get(ipAddress: string): Promise<Object>
  • Get IP Address Threat Intelligence

    Parameters

    • ipAddress: string

      IPv4/IPv6 Address to get threat intelligence for

    Returns Promise<Object>

Generated using TypeDoc