Skip to content

Hostname

loop3.at

Last fetched

loop3.at resolves to 1 IPv4 address operated by NEXTLAYER-AS in AT.

Nutrition Label

WHISPER CANON · loop3.atRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/loop3.at

Resolution chain

loop3.at resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
91.239.118.2091.239.118.0/24AS1764NEXTLAYER-ASAT

WHOIS identity

No WHOIS records are currently associated with loop3.at in WhisperGraph.

Subdomains

29 observed subdomains of loop3.at.

Web-graph footprint

Distinct hostnames that link to or from loop3.at in the public web crawl.

14 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • loop3.at

SPF policy

4 SPF mechanisms authorising senders for loop3.at.

MechanismTarget
SPF_Aloop3.at
SPF_IP91.239.118.20
SPF_IP93.189.28.74
SPF_MXloop3.at

Related pages

Pivot deeper into the graph from loop3.at.

Cypher and MCP

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

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