Hostname
fromtis.com
Last fetched
fromtis.com resolves to 5 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
fromtis.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.50.131.142 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.152 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.58 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.67 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 34.73.23.41 | 34.73.16.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- milton bressa silva
- Contact emails
Subdomains
24 observed subdomains of fromtis.com.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from fromtis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fromtis.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.