Hostname
joinsnc.com
Last fetched
joinsnc.com resolves to 1 IPv4 address operated by AS41364 in IT. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
joinsnc.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.116.78.239 | 194.116.76.0/22 | AS41364 | — | IT |
WHOIS identity
- Registrar
- iana:269
- Organization
- join s.n.c.
- Contact emails
Subdomains
41 observed subdomains of joinsnc.com.
Showing 25 of 41. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for joinsnc.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.116.78.228/32 |
| SPF_IP | 194.116.78.235/32 |
| SPF_IP | 194.116.78.236/32 |
| SPF_IP | 194.116.78.237/32 |
| SPF_IP | 194.116.78.238/32 |
| SPF_IP | 194.116.78.240/32 |
| SPF_IP | 62.152.126.72/32 |
| SPF_IP | 62.152.126.73/32 |
| SPF_IP | 62.152.126.76/32 |
| SPF_IP | 62.152.126.77/32 |
| SPF_IP | 62.152.126.82/32 |
Related pages
Pivot deeper into the graph from joinsnc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "joinsnc.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.