Skip to content

Hostname

dns.reasonsecurity.com

Last fetched

dns.reasonsecurity.com resolves to 6 IPv4 addresses operated by MISAKA - Misaka Network, Inc. in DE.

Nutrition Label

WHISPER CANON · dns.reasonsecurity.comRouting diversity4.2/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dns.reasonsecurity.com

Resolution chain

dns.reasonsecurity.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
194.45.101.249194.45.101.0/24AS57695MISAKA - Misaka Network, Inc.DE
199.247.16.158199.247.16.0/21AS20473AS-VULTR - The Constant Company, LLCDE
45.90.28.045.90.28.0/24AS34939US
45.90.30.045.90.30.0/24AS34939US
116.203.147.209116.203.0.0/16AS24940DE
45.142.247.19745.142.247.0/24AS35487MISAKA - Misaka Network, Inc.DE

WHOIS identity

No WHOIS records are currently associated with dns.reasonsecurity.com in WhisperGraph.

Subdomains

1 observed subdomain of dns.reasonsecurity.com.

Threat posture

History

Related pages

Pivot deeper into the graph from dns.reasonsecurity.com.

Cypher and MCP

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

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