Skip to content

Hostname

beativ.com

Last fetched

beativ.com resolves to 1 IPv4 address operated by INLEED in US. WHOIS lists iana:3867 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
62.3.44.1162.3.44.0/24AS206170INLEEDUS

WHOIS identity

Registrar
iana:3867
Organization
privacy service provided by withheld for privacy ehf
Contact emails

Subdomains

4 observed subdomains of beativ.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for beativ.com.

MechanismTarget
SPF_INCLUDEbeativ.com
SPF_IP2001:67c:750:0:0:0:0:31
SPF_IP62.3.44.11

Related pages

Pivot deeper into the graph from beativ.com.

Cypher and MCP

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

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