Hostname
murphy.gob.ar
Last fetched
murphy.gob.ar resolves to 2 IPv4 addresses operated by AS264649 in AR.
Nutrition Label
Resolution chain
murphy.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 |
|---|---|---|---|---|
| 167.250.5.78 | 167.250.5.0/24 | AS264649 | — | AR |
| 173.252.167.60 | 173.252.167.0/24 | AS19853 | ORANGEHOST - OrangeHost | US |
WHOIS identity
No WHOIS records are currently associated with murphy.gob.ar in WhisperGraph.
Subdomains
2 observed subdomains of murphy.gob.ar.
| Subdomain |
|---|
| mail.murphy.gob.ar |
| www.murphy.gob.ar |
Web-graph footprint
Distinct hostnames that link to or from murphy.gob.ar in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- murphy.gob.ar
SPF policy
5 SPF mechanisms authorising senders for murphy.gob.ar.
| Mechanism | Target |
|---|---|
| SPF_A | murphy.gob.ar |
| SPF_INCLUDE | servidoraweb.net |
| SPF_IP | 167.250.5.78 |
| SPF_IP | 173.252.167.60 |
| SPF_MX | murphy.gob.ar |
Related pages
Pivot deeper into the graph from murphy.gob.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "murphy.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.