Hostname
aftnet.be
Last fetched
aftnet.be resolves to 1 IPv4 address operated by TECHABYTESOLUTIONS-AS-AP Techabyte Solutions in BE. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
aftnet.be 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 |
|---|---|---|---|---|
| 185.47.29.217 | 185.47.29.0/24 | AS206960 | TECHABYTESOLUTIONS-AS-AP Techabyte Solutions | BE |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of aftnet.be.
Web-graph footprint
Distinct hostnames that link to or from aftnet.be in the public web crawl.
109 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aftnet.be.
| Mechanism | Target |
|---|---|
| SPF_A | aftnet.be |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 153.92.224.0/19 |
| SPF_IP | 185.107.232.0/22 |
| SPF_IP | 185.24.144.0/22 |
| SPF_IP | 185.41.28.0/22 |
| SPF_IP | 185.47.28.43/32 |
| SPF_IP | 185.47.29.171 |
| SPF_IP | 185.47.29.172 |
| SPF_IP | 94.143.16.0/21 |
| SPF_MX | aftnet.be |
Related pages
Pivot deeper into the graph from aftnet.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aftnet.be"})-[: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.