Hostname
aft-dev.com
Last fetched
aft-dev.com resolves to 1 IPv4 address operated by DRI in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
aft-dev.com 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 |
|---|---|---|---|---|
| 46.18.193.135 | 46.18.193.0/24 | AS6738 | DRI | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- jean-paul deneuville
- Contact emails
Subdomains
22 observed subdomains of aft-dev.com.
Web-graph footprint
Distinct hostnames that link to or from aft-dev.com in the public web crawl.
253 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for aft-dev.com.
| Mechanism | Target |
|---|---|
| SPF_A | relai.aft-dev.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.eudonet.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tipimail.com |
| SPF_IP | 159.183.147.101 |
| SPF_IP | 168.245.119.218 |
| SPF_IP | 185.236.57.20/32 |
| SPF_IP | 213.245.2.0/25 |
| SPF_IP | 217.69.22.169 |
| SPF_IP | 217.69.22.177 |
| SPF_IP | 217.69.23.48 |
| SPF_IP | 46.18.193.135 |
| SPF_IP | 51.210.151.176 |
| SPF_IP | 54.37.212.211 |
| SPF_IP | 91.216.58.142 |
Related pages
Pivot deeper into the graph from aft-dev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aft-dev.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.