Hostname
snsm.org
Last fetched
snsm.org resolves to 2 IPv4 addresses operated by AS39104 in FR. WHOIS lists iana:1728 as the registrar.
Nutrition Label
Resolution chain
snsm.org 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 |
|---|---|---|---|---|
| 158.255.65.158 | 158.255.210.0/24 | AS39104 | — | FR |
| 51.77.222.91 | 51.81.0.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:1728
- Organization
- - admin domain
- Contact emails
Subdomains
204 observed subdomains of snsm.org.
Showing 25 of 204. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from snsm.org in the public web crawl.
940 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for snsm.org.
| Mechanism | Target |
|---|---|
| SPF_A | hybrid.snsm.org |
| SPF_INCLUDE | _spf.profils.org |
| SPF_INCLUDE | spf.causeaeffet.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spfip.snsm.org |
| SPF_MX | snsm.org |
Related pages
Pivot deeper into the graph from snsm.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snsm.org"})-[: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.