Hostname
liveadmin.begalileo.com
Last fetched
liveadmin.begalileo.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
liveadmin.begalileo.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.46.104 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.46.46 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.46.57 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.46.90 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.154.219.127 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.219.33 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.219.55 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.219.86 | 18.154.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.136.102 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.136.124 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.136.24 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.136.28 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with liveadmin.begalileo.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for liveadmin.begalileo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailchimp.com |
| SPF_INCLUDE | zcsend.in |
Related pages
Pivot deeper into the graph from liveadmin.begalileo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "liveadmin.begalileo.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.