Hostname
sg.neutradc.com
Last fetched
sg.neutradc.com resolves to 2 IPv4 addresses operated by AS56308 in SG.
Nutrition Label
Resolution chain
sg.neutradc.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 |
|---|---|---|---|---|
| 180.240.209.181 | 180.240.209.0/24 | AS56308 | — | SG |
| 180.240.210.13 | 180.240.210.0/24 | AS56308 | — | SG |
WHOIS identity
No WHOIS records are currently associated with sg.neutradc.com in WhisperGraph.
Subdomains
1 observed subdomain of sg.neutradc.com.
| Subdomain |
|---|
| autodiscover.sg.neutradc.com |
Web-graph footprint
Distinct hostnames that link to or from sg.neutradc.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for sg.neutradc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.getresponse.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 180.240.138.17/32 |
| SPF_IP | 180.240.138.24/32 |
| SPF_IP | 180.240.148.17/32 |
| SPF_IP | 180.240.209.179/32 |
| SPF_MX | sg.neutradc.com |
Related pages
Pivot deeper into the graph from sg.neutradc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sg.neutradc.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.