Tools to Query the ‘SecurityTrails’ ‘API’
‘SecurityTrails’ (<securitytrails.com>) offers an ‘API’ to query information about domains, ‘IP’ addresses, hostnames and more. Methods are provided to query ‘SecurityTrails’ ‘API’ endpoints.
st_assoc_domains: Find associated domainsst_dns_history: DNS history by record typest_domain: Get Domainst_domain_search: Search Domain (Filter strings)st_explore_ips: Explore IPsst_ping: Test Access To the SecurityTrails APIst_subdomains: List Subdomainsst_tags: List Tagsst_whois: Get WHOISst_whois_history: WHOIS history by domaintrails_api_key: Get or setSECURITYTRAILS_API_KEYvalue
The following functions are implemented:
devtools::install_git("https://gitlab.com/hrbrmstr/securitytrails.git")
# or
devtools::install_github("hrbrmstr/securitytrails")library(securitytrails)
# current version
packageVersion("securitytrails")
## [1] '0.1.0'| Lang | # Files | (%) | LoC | (%) | Blank lines | (%) | # Lines | (%) |
|---|---|---|---|---|---|---|---|---|
| R | 16 | 0.94 | 155 | 0.96 | 71 | 0.8 | 199 | 0.83 |
| Rmd | 1 | 0.06 | 7 | 0.04 | 18 | 0.2 | 41 | 0.17 |
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.