Hostname
ing.de
Last fetched
ing.de resolves to 5 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
ing.de resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.81.14.191 | 104.81.0.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.201.181.141 | 23.201.160.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.210.127.219 | 23.210.112.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.45.105.49 | 23.45.96.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.54.219.224 | 23.54.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ing.de in WhisperGraph.
Subdomains
130 observed subdomains of ing.de.
Showing 25 of 130. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ing.de in the public web crawl.
1,280 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ing.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ing.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | eskerondemand.com |
| SPF_IP | 194.127.138.0/24 |
| SPF_IP | 212.172.242.140 |
| SPF_IP | 216.74.162.13/32 |
| SPF_IP | 216.74.162.14/32 |
Related pages
Pivot deeper into the graph from ing.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ing.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.