Hostname
takko.com
Last fetched
takko.com resolves to 2 IPv4 addresses operated by AS16276 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
takko.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 |
|---|---|---|---|---|
| 162.19.245.95 | 162.19.128.0/17 | AS16276 | — | DE |
| 49.13.37.163 | 49.13.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- takko holding
- Contact emails
Subdomains
58 observed subdomains of takko.com.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from takko.com in the public web crawl.
696 sites link to this hostname.
72 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for takko.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.web.takko.demandware.net |
| SPF_A | takko.com |
| SPF_INCLUDE | _spf.mailout.mms-support.de |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-00615701.pphosted.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 160.8.37.212 |
| SPF_IP | 160.8.66.193 |
| SPF_IP | 193.159.228.192/27 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 91.192.40.0/22 |
| SPF_MX | takko.com |
Related pages
Pivot deeper into the graph from takko.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "takko.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.