Skip to content

Hostname

danmooredc.com

Last fetched

danmooredc.com resolves to 1 IPv4 address operated by PDC-BGP - Data Management in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
38.123.49.18038.123.49.0/24AS395584PDC-BGP - Data ManagementUS

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

3 observed subdomains of danmooredc.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for danmooredc.com.

MechanismTarget
SPF_Aserver2.teamgoodman.com
SPF_IP66.172.22.131
SPF_IP66.172.22.132
SPF_IP66.172.22.133
SPF_IP66.172.22.134
SPF_IP66.172.22.135
SPF_IP66.172.22.136
SPF_IP66.172.22.137
SPF_IP66.172.22.138
SPF_IP66.172.22.139
SPF_IP66.172.22.140

Related pages

Pivot deeper into the graph from danmooredc.com.

Cypher and MCP

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

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