Overview
Welcome to SecurityTrails! This page will help you get started. You'll be up and running in a jiffy!
SecurityTrails currently offers three different products that can help you enrich your data, search for information, and find relevant security information for organizations in no time:
SecurityTrails API
Data enrichment for applications that consume IP, DNS, WHOIS and company data, such as SIEM systems and security automation products.
Accessing the SecurityTrails REST API
The SecurityTrails API allows you to programmatically access all IP, DNS, WHOIS, and company related information that is available in the SecurityTrails Web Platform and beyond. It is based on REST principles and allows you to fetch data mainly using HTTP GET
and POST
methods. Please note that our API is read-only and there is no way of saving information.
The SecurityTrails API endpoint is exposed at
https://api.securitytrails.com/v1/
Please note that https
is mandatory. Any http
request will be forwarded to https
.
Data format
For any data input outside of headers, path or query the JSON format is used. POST
request bodies should supply JSON data. Any responses will be in JSON.
Headers
APIKEY
: must be set, if not provided in the query-string; see Authentication.Content-Type
: should be set toapplication/json
when supplying data in the request body
Updated about 4 years ago