Hostname
i-com.hu
Last fetched
i-com.hu resolves to 2 IPv4 addresses operated by AS57095 in HU.
Nutrition Label
Resolution chain
i-com.hu 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 |
|---|---|---|---|---|
| 178.238.210.197 | 178.238.210.0/24 | AS57095 | — | HU |
| 95.131.48.136 | 95.131.48.0/21 | AS12301 | — | HU |
WHOIS identity
No WHOIS records are currently associated with i-com.hu in WhisperGraph.
Subdomains
11 observed subdomains of i-com.hu.
Web-graph footprint
Distinct hostnames that link to or from i-com.hu in the public web crawl.
9 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for i-com.hu.
| Mechanism | Target |
|---|---|
| SPF_A | i-com.hu |
| SPF_IP | 89.132.144.156 |
| SPF_MX | i-com.hu |
Related pages
Pivot deeper into the graph from i-com.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "i-com.hu"})-[: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.