Hostname
sgmint1.noc401.com
Last fetched
sgmint1.noc401.com resolves to 2 IPv4 addresses operated by NEWMEDIAEXPRESS-AS-AP - NewMedia Express Pte Ltd in SG.
Nutrition Label
Resolution chain
sgmint1.noc401.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 |
|---|---|---|---|---|
| 111.221.46.14 | 111.221.46.0/24 | AS38001 | NEWMEDIAEXPRESS-AS-AP - NewMedia Express Pte Ltd | SG |
| 111.221.46.15 | 111.221.46.0/24 | AS38001 | NEWMEDIAEXPRESS-AS-AP - NewMedia Express Pte Ltd | SG |
WHOIS identity
No WHOIS records are currently associated with sgmint1.noc401.com in WhisperGraph.
Subdomains
1 observed subdomain of sgmint1.noc401.com.
| Subdomain |
|---|
| 911.sgmint1.noc401.com |
Threat posture
History
Related pages
Pivot deeper into the graph from sgmint1.noc401.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sgmint1.noc401.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.