Hostname
noroo.co.kr
Last fetched
noroo.co.kr resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
noroo.co.kr 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 |
|---|---|---|---|---|
| 20.200.202.88 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- (?)?????
- Contact emails
- —
Subdomains
13 observed subdomains of noroo.co.kr.
Web-graph footprint
Distinct hostnames that link to or from noroo.co.kr in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for noroo.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.worksmobile.com |
| SPF_IP | 58.151.72.177 |
| SPF_IP | 58.151.72.20 |
| SPF_IP | 58.151.72.35 |
| SPF_IP | 58.151.72.39 |
| SPF_IP | 58.151.72.43 |
| SPF_IP | 58.151.72.77 |
| SPF_IP | 58.151.72.86 |
| SPF_IP | 58.151.72.87 |
| SPF_IP | 58.151.72.88 |
Related pages
Pivot deeper into the graph from noroo.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "noroo.co.kr"})-[: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.