Skip to content

Hostname

dbj.at

Last fetched

dbj.at resolves to 1 IPv4 address operated by TMA Magenta Telekom in AT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
83.65.2.3083.65.0.0/16AS8412TMA Magenta TelekomAT

WHOIS identity

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

Subdomains

1 observed subdomain of dbj.at.

Subdomain
www.dbj.at

Web-graph footprint

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

26 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for dbj.at.

MechanismTarget
SPF_INCLUDEspf.hornetsecurity.com
SPF_INCLUDEspf.protection.outlook.com
SPF_MXdbj.at

Related pages

Pivot deeper into the graph from dbj.at.

Cypher and MCP

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

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