Skip to content

Hostname

devc.at

Last fetched

devc.at resolves to 1 IPv4 address operated by AS8412 in AT.

Nutrition Label

WHISPER CANON · devc.atRouting diversity1.5/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/devc.at

Resolution chain

devc.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.483.65.0.0/16AS8412AT

WHOIS identity

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

Subdomains

6 observed subdomains of devc.at.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for devc.at.

MechanismTarget
SPF_Adevc.at
SPF_INCLUDE_spf.mymagenta.business
SPF_IP80.109.253.237/27
SPF_IP80.109.253.250/24
SPF_MXdevc.at

Related pages

Pivot deeper into the graph from devc.at.

Cypher and MCP

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

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