Skip to content

Hostname

ucdev.dev

Last fetched

ucdev.dev resolves to 1 IPv4 address operated by DATAYARD - DataYard in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · ucdev.devRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.0/10canon.whisper.security/host/ucdev.dev

Resolution chain

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

IPPrefixASNOperatorCountry
64.56.98.4564.56.96.0/19AS14131DATAYARD - DataYardUS

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

28 observed subdomains of ucdev.dev.

Threat posture

History

Mail and authentication

MX records

  • ucdev.dev

SPF policy

3 SPF mechanisms authorising senders for ucdev.dev.

MechanismTarget
SPF_Aucdev.dev
SPF_IP64.56.98.44
SPF_MXucdev.dev

Related pages

Pivot deeper into the graph from ucdev.dev.

Cypher and MCP

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

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