Hostname
sgnic.sg
Last fetched
sgnic.sg resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in SG. WHOIS lists registrar:singapore network information centre pte ltd as the registrar.
Nutrition Label
Resolution chain
sgnic.sg 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.197.98.45 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
WHOIS identity
- Registrar
- registrar:singapore network information centre pte ltd
- Organization
- singapore network information centre (sgnic) private limited (sgnic-orgsi134835)
- Contact emails
- —
Subdomains
57 observed subdomains of sgnic.sg.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sgnic.sg in the public web crawl.
198 sites link to this hostname.
69 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for sgnic.sg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.notifier.web.plus |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 101.47.36.127 |
| SPF_IP | 123.100.252.160/27 |
| SPF_IP | 18.138.111.200 |
| SPF_IP | 18.139.146.23 |
| SPF_IP | 202.46.123.150 |
| SPF_IP | 203.117.191.16/28 |
| SPF_IP | 203.119.78.0/24 |
| SPF_IP | 52.74.237.123 |
Related pages
Pivot deeper into the graph from sgnic.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sgnic.sg"})-[: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.