Skip to content

Hostname

antinfra.com

Last fetched

antinfra.com resolves to 3 IPv4 addresses operated by PUBLIC-DOMAIN-REGISTRY - PDR in IN. WHOIS lists iana:1495 as the registrar.

Nutrition Label

WHISPER CANON · antinfra.comRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.6/10canon.whisper.security/host/antinfra.com

Resolution chain

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

IPPrefixASNOperatorCountry
119.18.54.70119.18.154.0/24AS394695PUBLIC-DOMAIN-REGISTRY - PDRIN
35.154.42.20735.184.0.0/19AS16509AMAZON-02 - Amazon.com, Inc.IN
93.127.207.17793.145.96.0/20AS47583IN

WHOIS identity

Registrar
iana:1495
Organization
whois agent
Contact emails

Subdomains

5 observed subdomains of antinfra.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for antinfra.com.

MechanismTarget
SPF_Aantinfra.com
SPF_INCLUDEeig.spf.a.cloudfilter.net
SPF_INCLUDEwebhostbox.net
SPF_IP119.18.54.70
SPF_MXantinfra.com
SPF_REDIRECT_spf.mailhostbox.com

Related pages

Pivot deeper into the graph from antinfra.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "antinfra.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.