Skip to content

Hostname

purchasing.id

Last fetched

purchasing.id resolves to 3 IPv4 addresses operated by AS139456 in ID. WHOIS lists iana:1 as the registrar.

Nutrition Label

WHISPER CANON · purchasing.idRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/purchasing.id

Resolution chain

purchasing.id resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.185.53.36103.185.53.0/24AS139456ID
104.21.10.161104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.131.173172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1
Organization
Contact emails

Subdomains

8 observed subdomains of purchasing.id.

Web-graph footprint

Distinct hostnames that link to or from purchasing.id in the public web crawl.

153 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for purchasing.id.

MechanismTarget
SPF_Apurchasing.id
SPF_INCLUDE_spf.mx.cloudflare.net
SPF_INCLUDErelay.mailchannels.net
SPF_IP103.145.226.84
SPF_IP103.185.53.39
SPF_IP103.200.7.16
SPF_MXpurchasing.id

Related pages

Pivot deeper into the graph from purchasing.id.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "purchasing.id"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.