Skip to content

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

WHISPER CANON · sgmint1.noc401.comRouting diversity1.5/10Peering density9.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/sgmint1.noc401.com

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.

IPPrefixASNOperatorCountry
111.221.46.14111.221.46.0/24AS38001NEWMEDIAEXPRESS-AS-AP - NewMedia Express Pte LtdSG
111.221.46.15111.221.46.0/24AS38001NEWMEDIAEXPRESS-AS-AP - NewMedia Express Pte LtdSG

WHOIS identity

No WHOIS records are currently associated with sgmint1.noc401.com in WhisperGraph.

Subdomains

1 observed subdomain of 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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.