Hostname
local.50five.com
Last fetched
local.50five.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
local.50five.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 |
|---|---|---|---|---|
| 18.193.121.93 | 18.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with local.50five.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for local.50five.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5712831.spf02.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.dyncloud.io |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.69.163.24 |
| SPF_IP | 159.69.163.26 |
| SPF_IP | 188.94.76.130 |
| SPF_IP | 195.201.208.140 |
| SPF_IP | 195.201.208.142 |
| SPF_IP | 195.201.208.144 |
| SPF_IP | 212.178.207.0/24 |
| SPF_IP | 2a01:4f8:c0:2f09:0:0:0:2 |
| SPF_IP | 3.124.192.207 |
| SPF_IP | 3.75.133.105 |
| SPF_IP | 81.173.75.167/31 |
| SPF_IP | 88.99.251.54 |
| SPF_IP | 91.183.188.0/24 |
Related pages
Pivot deeper into the graph from local.50five.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "local.50five.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.