Hostname
3s.group
Last fetched
3s.group resolves to 1 IPv4 address operated by AS197695 in RU. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
3s.group 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 |
|---|---|---|---|---|
| 95.163.229.13 | 95.163.229.0/24 | AS197695 | — | RU |
WHOIS identity
- Registrar
- iana:269
- Organization
- 3s properti development,
- Contact emails
Subdomains
9 observed subdomains of 3s.group.
Web-graph footprint
Distinct hostnames that link to or from 3s.group in the public web crawl.
23 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- 65d5a7bfec150565a93c1672--ornate-dragon-954625.netlify.app
- 65d5a7eda53d28668278c187--lucky-cascaron-7b7a09.netlify.app
- 65e6e437d94524786084dbb0--neon-caramel-fa87cb.netlify.app
- 65e6e4ef1341d67a342e7b32--resplendent-chimera-98b006.netlify.app
- 6603e20969f5d57c30ba5634--capable-zuccutto-72ba63.netlify.app
- 666ac996efa109db1b8e1888--guileless-sunburst-8a36de.netlify.app
- 666aca567c1441de34c64e5f--comforting-horse-02e239.netlify.app
- 6672bc8b813260081e471399--monumental-melomakarona-1b0448.netlify.app
- 669f66746b0d02df6bcf5826--lambent-tanuki-5a2697.netlify.app
- 669f6715d78466e3a943d992--ephemeral-fudge-c838f6.netlify.app
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for 3s.group.
| Mechanism | Target |
|---|---|
| SPF_IP | 77.74.78.37 |
Related pages
Pivot deeper into the graph from 3s.group.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3s.group"})-[: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.