Search
K
Malanta API

Insights Certificates Exposure By Company

IoPA (Exposures & Attack Infrastructure) endpoint for insights certificates exposure by company

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

Query Parameters

company_namestringrequired

Company name to search for

Example:ExampleCompany

Response

application/json

Successful response

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

Feed_Get_IOPA_Domains

IoPA (Exposures & Attack Infrastructure) endpoint for feed_get_iopa_domains

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

Response

application/json

Successful response

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

Feed_Get_Malicious_Domains

IoPA (Exposures & Attack Infrastructure) endpoint for feed_get_malicious_domains

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

Response

application/json

Successful response

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

Insights Impersonating Domains By Company

IoPA (Exposures & Attack Infrastructure) endpoint for insights impersonating domains by company

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

Query Parameters

company_namestringrequired

Company name to search for

Example:ExampleCompany

Response

application/json

Successful response

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

Get Clusters By Domain

IoPA (Exposures & Attack Infrastructure) endpoint for get clusters by domain

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

Query Parameters

domainstringrequired

Domain name to analyze

Example:example.com

Response

application/json

Successful response

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