Hostname
note.mu
Last fetched
note.mu resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:800087 as the registrar.
Nutrition Label
Resolution chain
note.mu resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.32.22 | 108.158.32.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 108.158.32.27 | 108.158.32.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 108.158.32.7 | 108.158.32.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 108.158.32.91 | 108.158.32.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.167.227.21 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.58 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.77 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.93 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.100.23 | 3.171.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.100.49 | 3.171.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.100.51 | 3.171.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.100.88 | 3.171.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:800087
- Organization
- piece of cake,
- Contact emails
- —
Subdomains
8 observed subdomains of note.mu.
Web-graph footprint
Distinct hostnames that link to or from note.mu in the public web crawl.
9,206 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for note.mu.
| Mechanism | Target |
|---|---|
| SPF_A | note.mu |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 153.121.44.224 |
| SPF_IP | 2001:e42:102:1106:153:121:44:224 |
Related pages
Pivot deeper into the graph from note.mu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "note.mu"})-[: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.