Hostname
metecno.fr
Last fetched
metecno.fr resolves to 1 IPv4 address operated by AS31103 in DE. WHOIS lists registrar:epag domainservices gmbh as the registrar.
Nutrition Label
Resolution chain
metecno.fr 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 |
|---|---|---|---|---|
| 193.7.184.60 | 193.7.184.0/24 | AS31103 | — | DE |
WHOIS identity
- Registrar
- registrar:epag domainservices gmbh
- Organization
- metecno bausysteme
- Contact emails
Subdomains
1 observed subdomain of metecno.fr.
| Subdomain |
|---|
| www.metecno.fr |
Web-graph footprint
Distinct hostnames that link to or from metecno.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for metecno.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.7.184.60 |
| SPF_IP | 87.191.49.202 |
| SPF_MX | metecno.fr |
Related pages
Pivot deeper into the graph from metecno.fr.
- IP · 193.7.184.60
- ASN · AS31103
- Registrar · registrar:epag domainservices gmbh
- Country · DE
- Email · walther.markus@metecno.de
- TLD · .fr
- Browse hostnames · me…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "metecno.fr"})-[: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.