Hostname
training.eucom.ro
Last fetched
training.eucom.ro resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.
Nutrition Label
Resolution chain
training.eucom.ro 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 |
|---|---|---|---|---|
| 13.225.134.114 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.225.134.61 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.225.134.65 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 13.225.134.95 | 13.225.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.66.192.109 | 18.66.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.192.112 | 18.66.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.192.18 | 18.66.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.192.38 | 18.66.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with training.eucom.ro in WhisperGraph.
Subdomains
1 observed subdomain of training.eucom.ro.
| Subdomain |
|---|
| ltyp.training.eucom.ro |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for training.eucom.ro.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | sparkpostmail.com |
Related pages
Pivot deeper into the graph from training.eucom.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "training.eucom.ro"})-[: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.