Hostname
mateco.de
Last fetched
mateco.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
mateco.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 168.119.26.166 | 168.119.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mateco.de in WhisperGraph.
Subdomains
17 observed subdomains of mateco.de.
Web-graph footprint
Distinct hostnames that link to or from mateco.de in the public web crawl.
131 sites link to this hostname.
54 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for mateco.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu-k2.o365.crossware.co.nz |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.210.116.177/32 |
| SPF_IP | 104.40.179.195 |
| SPF_IP | 104.41.148.118 |
| SPF_IP | 104.45.140.251 |
| SPF_IP | 185.114.122.75 |
| SPF_IP | 185.126.51.0/24 |
| SPF_IP | 194.36.239.111/32 |
| SPF_IP | 20.16.200.104 |
| SPF_IP | 23.101.3.54 |
| SPF_IP | 79.171.92.14 |
| SPF_IP | 79.171.92.17 |
| SPF_IP | 79.171.92.18 |
| SPF_IP | 79.171.92.30 |
Related pages
Pivot deeper into the graph from mateco.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mateco.de"})-[: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.