Hostname
sunlightgroup.com
Last fetched
sunlightgroup.com resolves to 2 IPv4 addresses operated by AS7595 in SG. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
sunlightgroup.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 |
|---|---|---|---|---|
| 117.120.7.160 | 117.120.7.0/24 | AS7595 | — | SG |
| 47.52.22.131 | 47.52.0.0/17 | AS45102 | — | HK |
WHOIS identity
- Registrar
- iana:460
- Organization
- ong bee hoon
- Contact emails
Subdomains
9 observed subdomains of sunlightgroup.com.
Web-graph footprint
Distinct hostnames that link to or from sunlightgroup.com in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for sunlightgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.cleverspeed.com |
| SPF_A | sunlightgroup.com |
| SPF_IP | 117.120.7.160 |
| SPF_MX | sunlightgroup.com |
Related pages
Pivot deeper into the graph from sunlightgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sunlightgroup.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.