Skip to content

Hostname

transpak.de

Last fetched

transpak.de resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · transpak.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/transpak.de

Resolution chain

transpak.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
167.235.234.76167.235.0.0/16AS24940HETZNER-ASDE
46.225.32.9746.224.0.0/15AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with transpak.de in WhisperGraph.

Subdomains

39 observed subdomains of transpak.de.

Web-graph footprint

Distinct hostnames that link to or from transpak.de in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

10 SPF mechanisms authorising senders for transpak.de.

MechanismTarget
SPF_INCLUDE_spf.rexx-suite.com
SPF_INCLUDEem4853.transpak.de
SPF_INCLUDEone.zoho.eu
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP167.235.6.148
SPF_IP212.83.45.46
SPF_IP46.22.43.13/32
SPF_IP46.22.43.14/32
SPF_IP62.157.238.180

Related pages

Pivot deeper into the graph from transpak.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "transpak.de"})-[: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.