Hostname
ns2.firesidekc.com
Last fetched
ns2.firesidekc.com resolves to 2 IPv4 addresses operated by SERVERROOM - Data Room, Inc in US.
Nutrition Label
Resolution chain
ns2.firesidekc.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.244.82.13 | 162.244.82.0/24 | AS19624 | SERVERROOM - Data Room, Inc | US |
| 167.148.173.46 | 167.148.173.0/24 | AS58212 | DATAFOREST - dataforest GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with ns2.firesidekc.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ns2.firesidekc.com.
| Mechanism | Target |
|---|---|
| SPF_A | dns.orthopaedicum.pro |
| SPF_A | dns.serial-jobbers.pro |
Related pages
Pivot deeper into the graph from ns2.firesidekc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns2.firesidekc.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.