Hostname
idics.mpsa.com
Last fetched
idics.mpsa.com resolves to 2 IPv4 addresses operated by AS11664 - Techtel LMDS Comunicaciones Interactivas S.A. in AR.
Nutrition Label
Resolution chain
idics.mpsa.com 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 |
|---|---|---|---|---|
| 190.221.8.144 | 190.221.0.0/16 | AS11664 | AS11664 - Techtel LMDS Comunicaciones Interactivas S.A. | AR |
| 81.255.178.37 | 81.255.178.0/24 | AS16236 | PSA - Stellantis Auto SAS | FR |
WHOIS identity
No WHOIS records are currently associated with idics.mpsa.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from idics.mpsa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idics.mpsa.com"})-[: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.