Hostname
partnersgroup.id
Last fetched
partnersgroup.id resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
partnersgroup.id 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.154.219.124 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.219.34 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.219.50 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.219.8 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.109 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.111 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.126 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.68 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with partnersgroup.id in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for partnersgroup.id.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.104.61.130 |
| SPF_IP | 193.104.61.131 |
| SPF_IP | 212.25.0.148/32 |
| SPF_IP | 213.156.239.8 |
| SPF_IP | 46.175.49.163 |
| SPF_IP | 83.138.66.14 |
Related pages
Pivot deeper into the graph from partnersgroup.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "partnersgroup.id"})-[: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.