Hostname
d6soft.fr
Last fetched
d6soft.fr resolves to 2 IPv4 addresses operated by AS12876 in FR. WHOIS lists registrar:scaleway as the registrar.
Nutrition Label
Resolution chain
d6soft.fr 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 |
|---|---|---|---|---|
| 195.154.80.116 | 195.154.0.0/16 | AS12876 | — | FR |
| 51.159.7.190 | 51.158.0.0/15 | AS12876 | — | FR |
WHOIS identity
- Registrar
- registrar:scaleway
- Organization
- d6wan
- Contact emails
Subdomains
18 observed subdomains of d6soft.fr.
Web-graph footprint
Distinct hostnames that link to or from d6soft.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 d6soft.fr.
| Mechanism | Target |
|---|---|
| SPF_A | d6soft.fr |
| SPF_INCLUDE | spf.jabatus.fr |
| SPF_IP | 109.234.166.25 |
| SPF_MX | d6soft.fr |
Related pages
Pivot deeper into the graph from d6soft.fr.
- IP · 195.154.80.116
- ASN · AS12876
- Registrar · registrar:scaleway
- Country · FR
- Email · 6ab18a4640811b93.401417@spamfree.bookmyname.com
- TLD · .fr
- Browse hostnames · d6…
- 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: "d6soft.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.