Hostname
bloomingma.com.tw
Last fetched
bloomingma.com.tw resolves to 4 IPv4 addresses operated by AS3462 in TW.
Nutrition Label
Resolution chain
bloomingma.com.tw resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 220.128.96.1 | 220.128.96.0/19 | AS3462 | — | TW |
| 60.250.28.16 | 60.250.0.0/16 | AS3462 | — | TW |
| 60.250.29.1 | 60.250.0.0/16 | AS3462 | — | TW |
| 60.250.30.214 | 60.250.0.0/16 | AS3462 | — | TW |
WHOIS identity
No WHOIS records are currently associated with bloomingma.com.tw in WhisperGraph.
Subdomains
3 observed subdomains of bloomingma.com.tw.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bloomingma.com.tw.
| Mechanism | Target |
|---|---|
| SPF_IP | 60.250.29.1 |
| SPF_MX | bloomingma.com.tw |
| SPF_MX | mail.bloomingma.com.tw |
Related pages
Pivot deeper into the graph from bloomingma.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bloomingma.com.tw"})-[: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.