URL Intel | Node.js SDK
The URL Intel service allows you to retrieve intelligence about known URLs, giving you insight into the reputation of a URL.
Reputation check
reputation(url: string, options: ReputationOptions): Promise<PangeaResponse<ReputationResult>>Retrieve a reputation score for a URL from a provider, including an optional detailed report.
const response = await urlIntel.reputation(
"http://113.235.101.11:54384,
{
provider: "crowdstrike"
}
);