Hostname
justgunswitch.com
Last fetched
justgunswitch.com resolves to 2 IPv4 addresses operated by AS57344 in BG. WHOIS lists iana:1868 as the registrar.
Nutrition Label
Resolution chain
justgunswitch.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 |
|---|---|---|---|---|
| 217.174.148.104 | 217.174.148.0/24 | AS57344 | — | BG |
| 35.212.86.118 | 35.212.0.0/17 | AS43515 | — | US |
WHOIS identity
- Registrar
- iana:1868
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of justgunswitch.com.
| Subdomain |
|---|
| mail.justgunswitch.com |
Web-graph footprint
Distinct hostnames that link to or from justgunswitch.com in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for justgunswitch.com.
| Mechanism | Target |
|---|---|
| SPF_A | justgunswitch.com |
| SPF_INCLUDE | justgunswitch.com.spf.auto.dnssmarthost.net |
| SPF_IP | 217.174.148.104 |
| SPF_MX | justgunswitch.com |
Related pages
Pivot deeper into the graph from justgunswitch.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "justgunswitch.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.