Retrieve and Process 'Spamhaus' Zone/Host Metadata
The 'Spamhaus Project' is an international nonprofit organization that tracks spam and related cyber threats such as phishing, malware and botnets, provides realtime actionable and highly accurate threat intelligence to the Internet's major networks, corporations and security vendors, and works with law enforcement agencies to identify and pursue spam and malware sources worldwide. Methods are provided to retreive and process 'Spamhaus' data.
The following functions are implemented:
clear_drops
: Clear cache of all "DROP" functionsget_asndrop
: Spamhaus ASN DROP List (ASN-DROP)get_drop
: Spamhaus Don't Route Or Peer Listget_dropv6
: Spamhaus IPv6 DROP List (DROPv6)get_edrop
: Spamhaus Extended DROP List (EDROP)devtools::install_github("hrbrmstr/hormel")
options(width=120)
library(hormel) library(tidyverse) # current verison packageVersion("hormel")
get_asndrop() get_drop() get_dropv6() get_edrop()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.