Skip to content

Hostname

huggingface.co

Last fetched

huggingface.co resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HU. WHOIS lists iana:433 as the registrar.

Nutrition Label

WHISPER CANON · huggingface.coRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/huggingface.co

Resolution chain

huggingface.co resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.172.242.10418.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.172.242.3118.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.172.242.4518.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.172.242.4918.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
3.168.73.1063.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.1113.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.1293.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.383.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
52.222.136.11752.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.3852.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.8952.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.9252.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:433
Organization
julien chaumond
Contact emails

Subdomains

59 observed subdomains of huggingface.co.

Web-graph footprint

Distinct hostnames that link to or from huggingface.co in the public web crawl.

36,220 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for huggingface.co.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.mailjet.com

Related pages

Pivot deeper into the graph from huggingface.co.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "huggingface.co"})-[: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.