Hacker Target
App Vendor: Hacker Target
App Category: Data Enrichment & Threat Intelligence
API Version: 1.0.0
Connector Version: 2.0.0
About App
The Hacker Target application helps you to set up a security assessment process with hosted vulnerability scanners. You can set up attack surface discovery to vulnerability identification, actionable network intelligence for IT & security operations easily using the Hacker Target application. By pivoting from attack surface discovery to vulnerability identification you can proactively hunt security weaknesses and block threats before they affect your organization's network.
The Hacker Target app built for the Orchestrate application helps security teams to perform asset management-related actions on the Hacker Target application and enable security orchestration workflows. You can execute the following actions using the app.
Action Name | Description |
---|---|
Get details of the ASN | This action retrieves details of the ASN from the Hacker Target application. |
Get details of the reverse IP lookup | This action retrieves details of the reverse IP lookup from the Hacker Target application. |
Get details of Nmap scan for hostname | This action retrieves details of a Nmap scan for a given hostname from the Hacker Target application. |
Get details of a calculated subnet on an IP address | This action retrieves details of a calculated subnet on an IP address from the Hacker Target application. |
Get a list of extracted page links | This action retrieves a list of extracted page links from the Hacker Target application. |
Get details of a DNS host | This action retrieves details of a DNS host search from the Hacker Target application. |
Find shared DNS | This action retrieves details of shared DNS for a hostname from the Hacker Target application. |
Find details of zone transfer | This action retrieves details of a zone transfer from the Hacker Target application. |
WHOIS for a hostname | This action retrieves details of a hostname from WHOIS from the Hacker Target application. |
Geolocate Lookup IP Address | This action is used to lookup IP address through the GeoIP Lookup of Hacker Target application. |
Get details of a reverse DNS lookup | This action retrieves details of a reverse DNS lookup on an IP address from the Hacker Target application. |
Get details of network ping for a hostname | This action retrieves details of a network ping for a hostname from the Hacker Target application. |
Get details of URL headers | This action retrieves details of URL headers from the Hacker Target application. |
Get details of DNS lookup | This action retrieves details of DNS lookup for a domain from the Hacker Target application. |
Get details of traceroute on hostname | This action retrieves details of traceroute for a hostname from the Hacker Target application. |
Configuration Parameters
Configuration parameters are not required for the Hacker Target App to communicate with the Hacker Target application. You can create instances without parameters.
Get details of the ASN
This action retrieves details of the ASN from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP address or ASN | Enter the IP address in IPv4 format or ASN value. Example: "AS15169" or "1.1.1.1" | Text | Required |
Example Input
[ { "ip_address": "AS15169" } ]
Get details of the reverse IP lookup
This action retrieves details of the reverse IP lookup from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP address | Enter the IP address value in IPv4 format. Example: "129.144.50.56" | Text | Required |
Example Input
[ { "ip_address": "129.144.50.56" } ]
Get details of Nmap scan for hostname
This action retrieves details of a Nmap scan for a given hostname from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Hostname | Enter the hostname in FQDN, IPv4 to get the details. Example: "hackertarget.com" | Text | Required |
Example Input
[ { "hostname": "hackertarget.com" } ]
Get details of a calculated subnet on an IP address
This action retrieves details of a calculated subnet on an IP address from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP address | Enter the IP address value in IPv4 format. Example: "124.234.54.56" | Text | Required |
Example Input
[ { "ip_address": "129.144.50.56" } ]
Get a list of extracted page links
This action retrieves a list of extracted page links from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
URL | Enter the URL value in FQDN or Website. Example: "https://hackertarget.com" | Text | Required |
Example Input
[ { "url": "https://hackertarget.com" } ]
Get details of a DNS host
This action retrieves details of a DNS host search from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Hostname | Enter the hostname in FQDN, IPv4 format. Example: "cyware.com" | Text | Required |
Example Input
[ { "hostname": "cyware.com" } ]
Find details of zone transfer
This action retrieves details of a zone transfer from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain value in FQDN format. Example: "cyware.com" | Text | Required |
Example Input
[ { "domain": "cyware.com" } ]
WHOIS for a hostname
This action retrieves details of a hostname from WHOIS from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Hostname | Enter the hostname in FQDN, IPv4 format. Example: "cyware.com" | Text | Required |
Example Input
[ { "hostname": "cyware.com" } ]
Geolocate Lookup IP Address
This action is used to lookup IP address through the GeoIP Lookup of Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP address | Enter the IP address in IPv4 format. Example: "192.0.2.146" | Text | Required |
Example Input
[ { "ip_address": "192.0.2.146" } ]
Get details of a reverse DNS lookup
This action retrieves details of a reverse DNS lookup on an IP address from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
IP address | Enter the IP address in IPv4 format. Example: "192.0.2.146" | Text | Required |
Example Input
[ { "ip_address": "192.0.2.146" } ]
Get details of network ping for a hostname
This action retrieves details of a network ping for a hostname from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Hostname | Enter the hostname in FQDN, IPv4 format. Example: "cyware.com" | Text | Required |
Example Input
[ { "hostname": "cyware.com" } ]
Get details of URL headers
This action retrieves details of URL headers from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
URL | Enter the URL value in FQDN, website format. Example: "https://cyware.com" | Text | Required |
Example Input
[ { "url": "https://cyware.com" } ]
Get details of DNS lookup
This action retrieves details of DNS lookup for a domain from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain value in FQDN format. Example: "cyware.com" | Text | Required |
Example Input
[ { "domain": "cyware.com" } ]
Get details of traceroute on hostname
This action retrieves details of traceroute for a hostname from the Hacker Target application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Hostname | Enter the hostname in FQDN, IPv4 format. Example: "cyware.com" | Text | Required |
Example Input
[ { "hostname": "cyware.com" } ]