Hostname
16.msgfocus.com
Last fetched
16.msgfocus.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
16.msgfocus.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.67.250.100 | 18.67.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.67.250.124 | 18.67.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.67.250.55 | 18.67.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.67.250.89 | 18.67.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.166.14.108 | 3.166.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.166.14.26 | 3.166.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.166.14.5 | 3.166.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.166.14.55 | 3.166.14.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
No WHOIS records are currently associated with 16.msgfocus.com in WhisperGraph.
Subdomains
1 observed subdomain of 16.msgfocus.com.
| Subdomain |
|---|
| www.16.msgfocus.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for 16.msgfocus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | msgfocus.com |
Related pages
Pivot deeper into the graph from 16.msgfocus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "16.msgfocus.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.