Hostname
dns.reasonsecurity.com
Last fetched
dns.reasonsecurity.com resolves to 6 IPv4 addresses operated by MISAKA - Misaka Network, Inc. in DE.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.45.101.249 | 194.45.101.0/24 | AS57695 | MISAKA - Misaka Network, Inc. | DE |
| 199.247.16.158 | 199.247.16.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | DE |
| 45.90.28.0 | 45.90.28.0/24 | AS34939 | — | US |
| 45.90.30.0 | 45.90.30.0/24 | AS34939 | — | US |
| 116.203.147.209 | 116.203.0.0/16 | AS24940 | — | DE |
| 45.142.247.197 | 45.142.247.0/24 | AS35487 | MISAKA - 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.
| Subdomain |
|---|
| wildcard.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.