vendorstringrequired
Vendor name to analyze
Example:VendorExample
IoPA (Exposures & Attack Infrastructure) endpoint for get vulnerable for hijack sub domains by vendor
Vendor name to analyze
Example:VendorExample
Successful response
curl --request GET \
--url 'https://api.malanta.ai/getVulnerableForHijackSubDomainsByVendor?vendor=VendorExample' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: '{}Discovery & Contextual Intelligence endpoints
Discovery & Contextual Intelligence endpoint for get company domains by company
Company name to search for
Example:ExampleCompany
Successful response
curl --request GET \
--url 'https://api.malanta.ai/getCompanyDomainsByCompany?company_name=ExampleCompany' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: '{}Discovery & Contextual Intelligence endpoint for get company by ip
IP address to analyze
Example:192.0.2.1
Successful response
curl --request GET \
--url 'https://api.malanta.ai/getCompanyByIp?ip=192.0.2.1' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: '{}Discovery & Contextual Intelligence endpoint for get companies list
Successful response
curl --request GET \
--url https://api.malanta.ai/getCompaniesList \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: '{}