Hostname
whyze.com.sg
Last fetched
whyze.com.sg resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in SG.
Nutrition Label
Resolution chain
whyze.com.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 |
|---|---|---|---|---|
| 101.100.255.114 | 101.100.254.0/23 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | SG |
WHOIS identity
No WHOIS records are currently associated with whyze.com.sg in WhisperGraph.
Subdomains
20 observed subdomains of whyze.com.sg.
Web-graph footprint
Distinct hostnames that link to or from whyze.com.sg in the public web crawl.
17 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for whyze.com.sg.
| Mechanism | Target |
|---|---|
| SPF_A | whyze.com.sg |
| SPF_INCLUDE | amazonaws.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 116.12.213.209 |
| SPF_IP | 116.12.213.221 |
| SPF_IP | 119.31.236.87 |
| SPF_IP | 203.125.147.110 |
| SPF_IP | 54.254.145.15 |
| SPF_MX | whyze.com.sg |
Related pages
Pivot deeper into the graph from whyze.com.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "whyze.com.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.