Hostname
padd.at
Last fetched
padd.at resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
padd.at resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.59.243.228 | 199.59.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 78.46.74.82 | 78.46.0.0/15 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with padd.at in WhisperGraph.
Subdomains
3 observed subdomains of padd.at.
| Subdomain |
|---|
| mail.padd.at |
| mx.padd.at |
| www.padd.at |
Web-graph footprint
Distinct hostnames that link to or from padd.at in the public web crawl.
17 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for padd.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.socketlabs.com |
Related pages
Pivot deeper into the graph from padd.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "padd.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.