Hostname
kronos.ssn.gob.ar
Last fetched
kronos.ssn.gob.ar resolves to 2 IPv4 addresses operated by AS10834 in AR.
Nutrition Label
Resolution chain
kronos.ssn.gob.ar 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 |
|---|---|---|---|---|
| 200.41.194.178 | 200.41.128.0/17 | AS10834 | — | AR |
| 200.41.194.178 | 200.41.128.0/17 | AS10834 | — | AR |
| 200.61.190.18 | 200.61.190.0/24 | AS16814 | — | AR |
WHOIS identity
No WHOIS records are currently associated with kronos.ssn.gob.ar in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from kronos.ssn.gob.ar in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from kronos.ssn.gob.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kronos.ssn.gob.ar"})-[: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.