Alien.Vault.Reputation: Retrieves Alien Vault's IP reputation database

Description Usage Arguments Details Value See Also

View source: R/netintel.R

Description

Retrieves Alien Vault's IP reputation database.

Usage

1
2
Alien.Vault.Reputation(refresh = FALSE,
  alien.vault.reputation.url = "http://reputation.alienvault.com/reputation.data")

Arguments

refresh

refresh the database? (bool)

alien.vault.reputation.url

URL of the AlienVault data (chr) - defaults to http://reputation.alienvault.com/reputation.data

Details

AlienValut refreshes every hour, but the onus is on the caller to force a refresh. First-time call will setup a cache directory & file in the user's home directory, download & generate the data frame then write the data frame out as an R object. Future calls will just re-read this data frame unless refresh == TRUE should the function refresh the database.

Please be kind to the AlienValut servers & only refresh if you really need to.

Value

data.table with IP & Reputation information.

See Also


hrbrmstr/netintel documentation built on May 17, 2019, 5:11 p.m.