Hostname
spps.gob.ar
Last fetched
spps.gob.ar resolves to 1 IPv4 address operated by SERVICIO ADMINISTRATIVO FINANCIERO DE LA GOBERNACION in AR.
Nutrition Label
Resolution chain
spps.gob.ar resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.235.89.62 | 45.235.89.0/24 | AS264848 | SERVICIO ADMINISTRATIVO FINANCIERO DE LA GOBERNACION | AR |
WHOIS identity
No WHOIS records are currently associated with spps.gob.ar in WhisperGraph.
Subdomains
1 observed subdomain of spps.gob.ar.
| Subdomain |
|---|
| www.spps.gob.ar |
Web-graph footprint
Distinct hostnames that link to or from spps.gob.ar in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for spps.gob.ar.
| Mechanism | Target |
|---|---|
| SPF_A | fmail.salta.gob.ar |
| SPF_A | spps.gob.ar |
| SPF_MX | 45.235.89.60 |
| SPF_MX | spps.gob.ar |
Related pages
Pivot deeper into the graph from spps.gob.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spps.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.