Hostname
firstohm.com.tw
Last fetched
firstohm.com.tw resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
firstohm.com.tw 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 |
|---|---|---|---|---|
| 13.248.188.167 | 13.248.176.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.61.240 | 76.223.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with firstohm.com.tw in WhisperGraph.
Subdomains
8 observed subdomains of firstohm.com.tw.
Web-graph footprint
Distinct hostnames that link to or from firstohm.com.tw in the public web crawl.
89 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for firstohm.com.tw.
| Mechanism | Target |
|---|---|
| SPF_A | msa.hinet.net |
| SPF_INCLUDE | _spf.ready-market.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 168.95.4.1/24 |
| SPF_IP | 184.168.200.0/22 |
| SPF_IP | 211.23.138.230 |
| SPF_IP | 211.23.138.231 |
| SPF_IP | 220.128.234.48 |
Related pages
Pivot deeper into the graph from firstohm.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firstohm.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.