Hostname
community.capsicumcooking.com
Last fetched
community.capsicumcooking.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DK.
Nutrition Label
Resolution chain
community.capsicumcooking.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 |
|---|---|---|---|---|
| 3.174.18.106 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.174.18.121 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.174.18.16 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.174.18.89 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 52.84.50.105 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 52.84.50.125 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 52.84.50.16 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 52.84.50.64 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
WHOIS identity
No WHOIS records are currently associated with community.capsicumcooking.com in WhisperGraph.
Subdomains
1 observed subdomain of community.capsicumcooking.com.
| Subdomain |
|---|
| www.community.capsicumcooking.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for community.capsicumcooking.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 149.72.112.207 |
| SPF_IP | 149.72.112.208 |
| SPF_IP | 149.72.112.209 |
| SPF_IP | 167.89.25.17 |
Related pages
Pivot deeper into the graph from community.capsicumcooking.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "community.capsicumcooking.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.