Hostname
ns1.menandsfire.com
Last fetched
ns1.menandsfire.com resolves to 2 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US.
Nutrition Label
Resolution chain
ns1.menandsfire.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 |
|---|---|---|---|---|
| 104.168.92.163 | 104.168.92.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 50.2.239.176 | 50.2.236.0/22 | AS62904 | AS62904 - Eonix Corporation | US |
WHOIS identity
No WHOIS records are currently associated with ns1.menandsfire.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for ns1.menandsfire.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 142.171.219.146 |
| SPF_IP | 142.171.219.147 |
| SPF_IP | 142.171.219.148 |
| SPF_IP | 142.171.219.149 |
| SPF_IP | 142.171.219.150 |
| SPF_IP | 184.171.249.114 |
| SPF_IP | 184.171.249.115 |
| SPF_IP | 184.171.249.116 |
| SPF_IP | 184.171.249.117 |
| SPF_IP | 198.49.73.68 |
| SPF_IP | 198.49.73.69 |
| SPF_IP | 198.49.73.70 |
| SPF_IP | 198.49.73.71 |
| SPF_IP | 198.49.73.72 |
| SPF_IP | 74.48.101.50 |
| SPF_IP | 74.48.101.51 |
| SPF_IP | 74.48.101.52 |
| SPF_IP | 74.48.101.53 |
| SPF_IP | 74.48.101.54 |
Related pages
Pivot deeper into the graph from ns1.menandsfire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns1.menandsfire.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.