Hostname
murata.com
Last fetched
murata.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
murata.com 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 |
|---|---|---|---|---|
| 54.92.42.189 | 54.92.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ********
- Contact emails
Subdomains
90 observed subdomains of murata.com.
Showing 25 of 90. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from murata.com in the public web crawl.
3,002 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for murata.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc8.sapsf.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mdadam.maildealer.jp |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.humanage.co.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 149.72.48.236 |
| SPF_IP | 202.222.34.19/32 |
| SPF_IP | 202.222.34.2/32 |
| SPF_IP | 205.220.164.123 |
| SPF_IP | 205.220.176.123 |
| SPF_IP | 208.185.229.41/32 |
| SPF_IP | 208.185.229.42/32 |
| SPF_IP | 208.185.229.43/32 |
| SPF_IP | 208.185.229.44/32 |
| SPF_IP | 208.185.229.45/32 |
| SPF_IP | 218.213.231.163 |
| SPF_IP | 218.213.231.164 |
| SPF_IP | 3.113.83.41 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 54.199.30.79 |
Related pages
Pivot deeper into the graph from murata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "murata.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.