Description Usage Arguments Details Value See Also
Retrieves Zeus Blocklist (IP/FQDN/URL)
1 2 3 4 | Zeus.Blocklist(refresh = FALSE,
domains_url = "https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist",
ips_url = "https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist",
urls_url = "https://zeustracker.abuse.ch/blocklist.php?download=compromised")
|
refresh |
refresh the database? (bool) |
domains_url |
Zeus domains blocklist URL (chr) -
defaults to |
ips_url |
Zeus IP blocklist URL (chr) -
defaults to |
urls_url |
Zeus compromised URLs blocklist URL (chr) -
defaults to |
The Zeus blocklist refreshes regularly, 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.
List of three singe-column data frames, one for each blocklist
domains
- Zeus domains (column name: domain
)
ips
- Zeus ips (column name: IP
)
urls
- Zeus domains (column name: URL
)
Zeus blocklist info - https://zeustracker.abuse.ch/blocklist.php
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.