Hostname
newsen.com
Last fetched
newsen.com resolves to 7 IPv4 addresses operated by SMILESERV-AS-KR SMILESERV in KR. WHOIS lists iana:93 as the registrar.
Nutrition Label
Resolution chain
newsen.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 115.68.222.134 | 115.68.128.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
| 115.68.222.156 | 115.68.128.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
| 49.247.24.253 | 49.247.0.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
| 49.247.25.85 | 49.247.0.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
| 49.247.26.63 | 49.247.0.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
| 49.247.32.135 | 49.247.0.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
| 49.247.32.212 | 49.247.0.0/17 | AS38700 | SMILESERV-AS-KR SMILESERV | KR |
WHOIS identity
- Registrar
- iana:93
- Organization
- jaehwan lee
- Contact emails
Subdomains
17 observed subdomains of newsen.com.
Web-graph footprint
Distinct hostnames that link to or from newsen.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for newsen.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 115.68.222.134 |
| SPF_IP | 115.68.222.156 |
| SPF_IP | 49.247.38.66 |
Related pages
Pivot deeper into the graph from newsen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "newsen.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.