Skip to content

Hostname

dev.orthodoxws.com

Last fetched

dev.orthodoxws.com resolves to 2 IPv4 addresses operated by LIQUIDWEB - Liquid Web, L.L.C in US.

Nutrition Label

WHISPER CANON · dev.orthodoxws.comRouting diversity1.5/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/dev.orthodoxws.com

Resolution chain

dev.orthodoxws.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
67.225.198.6267.225.128.0/17AS32244LIQUIDWEB - Liquid Web, L.L.CUS
67.225.198.6467.225.128.0/17AS32244LIQUIDWEB - Liquid Web, L.L.CUS

WHOIS identity

No WHOIS records are currently associated with dev.orthodoxws.com in WhisperGraph.

Subdomains

6 observed subdomains of dev.orthodoxws.com.

Web-graph footprint

Distinct hostnames that link to or from dev.orthodoxws.com in the public web crawl.

27 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • dev.orthodoxws.com

SPF policy

5 SPF mechanisms authorising senders for dev.orthodoxws.com.

MechanismTarget
SPF_Adev.orthodoxws.com
SPF_INCLUDErelay.mailchannels.net
SPF_IP67.225.198.62
SPF_IP67.225.198.74
SPF_MXdev.orthodoxws.com

Related pages

Pivot deeper into the graph from dev.orthodoxws.com.

Cypher and MCP

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

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