Skip to content

Hostname

uds.edu.py

Last fetched

uds.edu.py resolves to 1 IPv4 address operated by AS27895 in PY.

Nutrition Label

WHISPER CANON · uds.edu.pyRouting diversity1.5/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/uds.edu.py

Resolution chain

uds.edu.py resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
181.94.221.192181.94.220.0/22AS27895PY

WHOIS identity

No WHOIS records are currently associated with uds.edu.py in WhisperGraph.

Subdomains

37 observed subdomains of uds.edu.py.

Web-graph footprint

Distinct hostnames that link to or from uds.edu.py in the public web crawl.

8 sites link to this hostname.

15 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for uds.edu.py.

MechanismTarget
SPF_INCLUDE_spf.elasticemail.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf.antispamcloud.com
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP198.38.82.115
SPF_IP204.93.157.82
SPF_IP65.181.111.163

Related pages

Pivot deeper into the graph from uds.edu.py.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "uds.edu.py"})-[: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.