Skip to content

Hostname

bellaware.com

Last fetched

bellaware.com resolves to 1 IPv4 address operated by TDS-AS - TDS TELECOM in US. WHOIS lists iana:886 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
134.215.240.11134.215.0.0/16AS4181TDS-AS - TDS TELECOMUS

WHOIS identity

Registrar
iana:886
Organization
bellaware
Contact emails

Subdomains

6 observed subdomains of bellaware.com.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for bellaware.com.

MechanismTarget
SPF_Abellaware.com
SPF_Amail.bellaware.com
SPF_IP134.215.240.10
SPF_IP134.215.240.14
SPF_IP134.215.240.6
SPF_MXbellaware.com

Related pages

Pivot deeper into the graph from bellaware.com.

Cypher and MCP

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

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