Skip to content

Hostname

art1.com

Last fetched

art1.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · art1.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/art1.com

Resolution chain

art1.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.92.55104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.186.209172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:468
Organization
on behalf of art1.com owner
Contact emails

Subdomains

5 observed subdomains of art1.com.

Web-graph footprint

Distinct hostnames that link to or from art1.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for art1.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP110.10.129.15
SPF_IP13.124.43.165
SPF_IP13.125.127.194
SPF_IP203.248.195.141
SPF_IP203.248.195.220
SPF_IP211.40.221.168
SPF_IP211.40.221.213
SPF_IP211.40.221.214
SPF_IP3.34.22.42
SPF_IP61.100.4.220

Related pages

Pivot deeper into the graph from art1.com.

Cypher and MCP

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

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