Hostname
kom.tm
Last fetched
kom.tm resolves to 3 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
kom.tm resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.90.133.112 | 157.90.0.0/16 | AS24940 | — | DE |
| 45.55.72.95 | 45.55.64.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 54.84.55.102 | 54.84.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with kom.tm in WhisperGraph.
Subdomains
27 observed subdomains of kom.tm.
Showing 23 of 27. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for kom.tm.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.protonmail.ch |
| SPF_MX | kom.tm |
Related pages
Pivot deeper into the graph from kom.tm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kom.tm"})-[: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.