Skip to content

Hostname

qmd.net

Last fetched

qmd.net resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · qmd.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/qmd.net

Resolution chain

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

IPPrefixASNOperatorCountry
104.20.36.221104.20.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.156.52172.66.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from qmd.net in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for qmd.net.

MechanismTarget
SPF_INCLUDE_spf.csod.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.tmes-uae.trendmicro.com
SPF_INCLUDEtransmail.net
SPF_IP148.59.101.16/28
SPF_IP18.168.140.58/32
SPF_IP18.168.51.200/32
SPF_IP3.29.202.6

Related pages

Pivot deeper into the graph from qmd.net.

Cypher and MCP

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

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