Skip to content

Hostname

mpf.gob.ar

Last fetched

mpf.gob.ar resolves to 2 IPv4 addresses operated by Telecom Argentina S.A. in AR.

Nutrition Label

WHISPER CANON · mpf.gob.arRouting diversity2.4/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/mpf.gob.ar

Resolution chain

mpf.gob.ar resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
181.30.174.199181.30.0.0/15AS7303Telecom Argentina S.A.AR
181.30.174.199181.30.0.0/15AS7303Telecom Argentina S.A.AR
201.216.243.237201.216.240.0/22AS16814NSS S.A.AR

WHOIS identity

No WHOIS records are currently associated with mpf.gob.ar in WhisperGraph.

Subdomains

10 observed subdomains of mpf.gob.ar.

Web-graph footprint

Distinct hostnames that link to or from mpf.gob.ar in the public web crawl.

571 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from mpf.gob.ar.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mpf.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.