Skip to content

Hostname

ostech.depark.com

Last fetched

ostech.depark.com resolves to 1 IPv4 address operated by ALASTYR in TR.

Nutrition Label

WHISPER CANON · ostech.depark.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ostech.depark.com

Resolution chain

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

IPPrefixASNOperatorCountry
5.2.85.465.2.85.0/24AS3188ALASTYRTR

WHOIS identity

No WHOIS records are currently associated with ostech.depark.com in WhisperGraph.

Subdomains

1 observed subdomain of ostech.depark.com.

Web-graph footprint

Distinct hostnames that link to or from ostech.depark.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for ostech.depark.com.

MechanismTarget
SPF_Aostech.depark.com
SPF_INCLUDE_spf.alastyr.com
SPF_INCLUDEalastyr.com
SPF_IP5.2.85.45
SPF_MXostech.depark.com

Related pages

Pivot deeper into the graph from ostech.depark.com.

Cypher and MCP

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

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