Hostname
tla.logoslogistics.com
Last fetched
tla.logoslogistics.com resolves to 2 IPv4 addresses operated by AS47846 in DE.
Nutrition Label
Resolution chain
tla.logoslogistics.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.195.240.13 | 91.195.240.0/23 | AS47846 | — | DE |
| 91.197.229.12 | 91.197.228.0/22 | AS204436 | — | GB |
WHOIS identity
No WHOIS records are currently associated with tla.logoslogistics.com in WhisperGraph.
Subdomains
1 observed subdomain of tla.logoslogistics.com.
| Subdomain |
|---|
| www.tla.logoslogistics.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for tla.logoslogistics.com.
| Mechanism | Target |
|---|---|
| SPF_A | tla.logoslogistics.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.filteredmx.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 91.197.229.38 |
| SPF_MX | tla.logoslogistics.com |
Related pages
Pivot deeper into the graph from tla.logoslogistics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tla.logoslogistics.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.