attacker_stats: Get attacker (IP) statistics

Description Usage Arguments Value

Description

Returns information such as "first seen", "last seen", honeypots attacker was found on, port used and overall counts.

Usage

1
2
attacker_stats(ip = NULL, hours_ago = NULL, limit = NULL,
  api_key = mhn_api_key(), api_url = mhn_base_url())

Arguments

ip

attacker IP address

hours_ago

specify how long to go back for results (API default to 4)

limit

number of results to return (API defaults to 1000)

api_key

MHN API key. Will retrieve from the environment or one can be specified explicitly.

api_url

MHN API server URL. Will retrieve from the environment or one can be specified explicitly

Value

list with attacker data and query result metadata


hrbrmstr/mhn documentation built on May 17, 2019, 5:10 p.m.