Search
K
Malanta API

Get Ip Info

Discovery & Contextual Intelligence endpoint for get ip info

get
https://api.malanta.ai/GetIpInfo

Query Parameters

ip_selectedstringrequired

ip selected parameter

Example:example_value

Response

application/json

Successful response

array[object]
get/GetIpInfo
 
curl --request GET \
  --url 'https://api.malanta.ai/GetIpInfo?ip_selected=example_value' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'
application/json
{}

Get Hrefs By Fqdn

Discovery & Contextual Intelligence endpoint for get hrefs by fqdn

get
https://api.malanta.ai/getHrefsByFqdn

Query Parameters

fqdnstringrequired

Fully qualified domain name

Example:www.example.com

Response

application/json

Successful response

array[object]
get/getHrefsByFqdn
 
curl --request GET \
  --url 'https://api.malanta.ai/getHrefsByFqdn?fqdn=www.example.com' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'
application/json
{}

Get Company Supply Chain By Company

Discovery & Contextual Intelligence endpoint for get company supply chain by company

get
https://api.malanta.ai/getCompanySupplyChainByCompany

Query Parameters

company_namestringrequired

Company name to search for

Example:ExampleCompany

Response

application/json

Successful response

array[object]
get/getCompanySupplyChainByCompany
 
curl --request GET \
  --url 'https://api.malanta.ai/getCompanySupplyChainByCompany?company_name=ExampleCompany' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'
application/json
{}

Get Ip Ranges By Company

Discovery & Contextual Intelligence endpoint for get ip ranges by company

get
https://api.malanta.ai/getIpRangesByCompany

Query Parameters

company_namestringrequired

Company name to search for

Example:ExampleCompany

Response

application/json

Successful response

array[object]
get/getIpRangesByCompany
 
curl --request GET \
  --url 'https://api.malanta.ai/getIpRangesByCompany?company_name=ExampleCompany' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'
application/json
{}

Dns Records Per Domain

Discovery & Contextual Intelligence endpoint for dns records per domain

get
https://api.malanta.ai/dnsRecordsPerDomain

Query Parameters

domainstringrequired

Domain name to analyze

Example:example.com

Response

application/json

Successful response

array[object]
get/dnsRecordsPerDomain
 
curl --request GET \
  --url 'https://api.malanta.ai/dnsRecordsPerDomain?domain=example.com' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'
application/json
{}