Hostname
ing.it
Last fetched
ing.it resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in CZ.
Nutrition Label
Resolution chain
ing.it resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.147.163 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.200 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.194.127.64 | 23.194.127.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.194.127.83 | 23.194.127.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.50.131.153 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.154 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.32 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.90 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.54.118.37 | 23.54.118.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.54.118.53 | 23.54.118.0/24 | AS20940 | AKAMAI-ASN1 | SG |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from ing.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ing.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | _spf.ing.net |
| SPF_INCLUDE | _spf.ingdirect.it |
| SPF_IP | 91.209.197.6 |
| SPF_IP | 91.209.197.7 |
Related pages
Pivot deeper into the graph from ing.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ing.it"})-[: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.