Skip to content

Hostname

backbone-technologies.com

Last fetched

backbone-technologies.com resolves to 1 IPv4 address operated by AS55405 in MY. WHOIS lists iana:82 as the registrar.

Nutrition Label

WHISPER CANON · backbone-technologies.comRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/backbone-technologies.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.13.122.26103.13.122.0/23AS55405MY

WHOIS identity

Registrar
iana:82
Organization
backbone technologies
Contact emails

Subdomains

14 observed subdomains of backbone-technologies.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for backbone-technologies.com.

MechanismTarget
SPF_IP103.13.122.26
SPF_IP169.62.176.227
SPF_IP169.62.176.238
SPF_IP52.117.54.173

Related pages

Pivot deeper into the graph from backbone-technologies.com.

Cypher and MCP

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

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