Skip to content

Hostname

mdtool.obd.help

Last fetched

mdtool.obd.help resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TW.

Nutrition Label

WHISPER CANON · mdtool.obd.helpRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mdtool.obd.help

Resolution chain

mdtool.obd.help resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.169.55.1173.169.52.0/22AS16509AMAZON-02 - Amazon.com, Inc.TW
3.169.55.1253.169.52.0/22AS16509AMAZON-02 - Amazon.com, Inc.TW
3.169.55.143.169.52.0/22AS16509AMAZON-02 - Amazon.com, Inc.TW
3.169.55.563.169.52.0/22AS16509AMAZON-02 - Amazon.com, Inc.TW

WHOIS identity

No WHOIS records are currently associated with mdtool.obd.help in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from mdtool.obd.help in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from mdtool.obd.help.

Cypher and MCP

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

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