Hostname
e.benamic.com
Last fetched
e.benamic.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
e.benamic.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 |
|---|---|---|---|---|
| 143.204.160.17 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.160.51 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.160.7 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.160.88 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.126 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.19 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.42 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.65 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with e.benamic.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for e.benamic.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 1623548.spf02.hubspotemail.net |
| SPF_INCLUDE | _spf.prod.hydra.sophos.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.tbgns.com |
Related pages
Pivot deeper into the graph from e.benamic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.benamic.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.