Hostname
internal.gfm-test01.com
Last fetched
internal.gfm-test01.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
internal.gfm-test01.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.165.122.100 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.165.122.116 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.165.122.14 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.165.122.52 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.245.31.108 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.37 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.57 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.85 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with internal.gfm-test01.com in WhisperGraph.
Subdomains
5 observed subdomains of internal.gfm-test01.com.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for internal.gfm-test01.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
Related pages
Pivot deeper into the graph from internal.gfm-test01.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "internal.gfm-test01.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.