Skip to content

Hostname

aura.co

Last fetched

aura.co resolves to 2 IPv4 addresses operated by CLOUDFLARESPECTRUM Cloudflare, Inc. in US. WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · aura.coRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aura.co

Resolution chain

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

IPPrefixASNOperatorCountry
199.60.103.174199.60.103.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US
199.60.103.74199.60.103.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US

WHOIS identity

Registrar
iana:299
Organization
aura group
Contact emails

Subdomains

9 observed subdomains of aura.co.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for aura.co.

MechanismTarget
SPF_INCLUDE20308473.spf07.hubspotemail.net
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.exclaimer.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP1.128.106.242
SPF_IP103.3.196.0/24
SPF_IP203.219.211.154
SPF_IP203.32.185.0/24
SPF_IP61.91.63.118

Related pages

Pivot deeper into the graph from aura.co.

Cypher and MCP

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

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