Securitytrails
securitytrailsSecurityTrails is a cybersecurity platform providing comprehensive domain, IP, DNS, and WHOIS intelligence data. It offers historical DNS records, subdomain discovery, WHOIS history, associated domains, passive DNS datasets, and website technology detection to support threat hunting, brand protection, cyber forensics, and attack surface management.
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Bulk Static Asset RulesSECURITYTRAILS_BULK_STATIC_ASSET_RULESAcciónTool to bulk add or remove static asset rules for a project. Use when performing batch updates (up to 1000 rules total) asynchronously; verify changes via the Get Static Assets endpoint.
SECURITYTRAILS_BULK_STATIC_ASSET_RULESAcciónTool to bulk add or remove static asset rules for a project. Use when performing batch updates (up to 1000 rules total) asynchronously; verify changes via the Get Static Assets endpoint.
Parámetros de entrada
addobject[]List of static asset rules to add. Each rule must include asset, membership, and static_type
removeobject[]List of static asset rules to remove. Each rule must include asset, membership, and static_type
project_idstringObligatorioASI project identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Company Associated IPsSECURITYTRAILS_GET_COMPANY_ASSOCIATED_IPSAcciónTool to retrieve IPs associated with a company domain. Use when you need to find all IP addresses linked to an organization's domain name.
SECURITYTRAILS_GET_COMPANY_ASSOCIATED_IPSAcciónTool to retrieve IPs associated with a company domain. Use when you need to find all IP addresses linked to an organization's domain name.
Parámetros de entrada
domainstringObligatorioCompany domain to retrieve associated IP addresses for. Omit protocol (e.g., 'https://') and any trailing slash.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DomainSECURITYTRAILS_GET_DOMAINAcciónTool to retrieve current data about a given domain, including DNS record statistics. Use when you need to fetch detailed domain insights after determining the target hostname.
SECURITYTRAILS_GET_DOMAINAcciónTool to retrieve current data about a given domain, including DNS record statistics. Use when you need to fetch detailed domain insights after determining the target hostname.
Parámetros de entrada
hostnamestringObligatorioThe domain/hostname to retrieve. For IDNs, use punycode. Omit any trailing dot.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain SSLSECURITYTRAILS_GET_DOMAIN_SSLAcciónTool to fetch current and historical SSL certificate details for a hostname. Use when you need to retrieve SSL data after identifying the domain.
SECURITYTRAILS_GET_DOMAIN_SSLAcciónTool to fetch current and historical SSL certificate details for a hostname. Use when you need to retrieve SSL data after identifying the domain.
Parámetros de entrada
hostnamestringObligatorioThe domain or subdomain to query for SSL certificate information.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IP Search StatisticsSECURITYTRAILS_IP_SEARCH_STATISTICSAcciónTool to fetch summary statistics for an IP DSL query. Use when you need metrics for IP search queries.
SECURITYTRAILS_IP_SEARCH_STATISTICSAcciónTool to fetch summary statistics for an IP DSL query. Use when you need metrics for IP search queries.
Parámetros de entrada
querystringObligatorioIP DSL query string for statistics search (e.g., 'ip:8.8.8.8 port:80').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ASI ProjectsSECURITYTRAILS_LIST_PROJECTSAcciónTool to list ASI projects available to the account. Use when you need project IDs for subsequent ASI operations.
SECURITYTRAILS_LIST_PROJECTSAcciónTool to list ASI projects available to the account. Use when you need project IDs for subsequent ASI operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
PingSECURITYTRAILS_PINGAcciónTool to test authentication and connectivity with the SecurityTrails API. Use after configuring API key.
SECURITYTRAILS_PINGAcciónTool to test authentication and connectivity with the SecurityTrails API. Use after configuring API key.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Scroll ResultsSECURITYTRAILS_SCROLLAcciónTool to continue scrolling through DSL search results. Use after receiving a scroll_id from a prior search to fetch the next batch of data.
SECURITYTRAILS_SCROLLAcciónTool to continue scrolling through DSL search results. Use after receiving a scroll_id from a prior search to fetch the next batch of data.
Parámetros de entrada
scroll_idstringObligatorioIdentifier returned from a previous DSL search to fetch the next batch of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search IPsSECURITYTRAILS_SEARCH_IPSAcciónTool to search IP addresses via SecurityTrails DSL. Use when you need to filter IPs with custom DSL queries.
SECURITYTRAILS_SEARCH_IPSAcciónTool to search IP addresses via SecurityTrails DSL. Use when you need to filter IPs with custom DSL queries.
Parámetros de entrada
querystringObligatorioDSL query expression to execute against SecurityTrails IP index. Supports fields: ip, ptr, ptr_part, port.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
SQL API Execute QuerySECURITYTRAILS_SQL_API_EXECUTE_QUERYAcciónTool to execute SQL queries across Hosts and IPs. Use when you need to retrieve data via SecurityTrails SQL API.
SECURITYTRAILS_SQL_API_EXECUTE_QUERYAcciónTool to execute SQL queries across Hosts and IPs. Use when you need to retrieve data via SecurityTrails SQL API.
Parámetros de entrada
querystringObligatorioSQL-like query string to execute across hosts and IPs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
SQL API Scroll ResultsSECURITYTRAILS_SQL_API_SCROLL_RESULTSAcciónTool to fetch next page of SQL query results. Use after obtaining scroll_id from initial SQL API response.
SECURITYTRAILS_SQL_API_SCROLL_RESULTSAcciónTool to fetch next page of SQL query results. Use after obtaining scroll_id from initial SQL API response.
Parámetros de entrada
scroll_idstringObligatorioUnique scroll identifier returned by the initial SQL API POST /query request. Use this to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Temp Scrape Securitytrails UsageSECURITYTRAILS_TEMP_SCRAPE_SECURITYTRAILS_USAGEAcciónTemporary action for scraping Securitytrails usage from documentation.
SECURITYTRAILS_TEMP_SCRAPE_SECURITYTRAILS_USAGEAcciónTemporary action for scraping Securitytrails usage from documentation.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not