Hostname
afengco.com
Last fetched
afengco.com resolves to 1 IPv4 address operated by AS36994 in ZA. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
afengco.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 |
|---|---|---|---|---|
| 41.0.5.225 | 41.0.5.0/24 | AS36994 | — | ZA |
WHOIS identity
- Registrar
- iana:48
- Organization
- ricco britz
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for afengco.com.
| Mechanism | Target |
|---|---|
| SPF_A | afengco.com |
| SPF_INCLUDE | exmail.co.za |
| SPF_IP | 197.96.136.138/32 |
| SPF_IP | 197.96.137.50/32 |
| SPF_IP | 41.0.5.103/24 |
| SPF_IP | 41.0.5.54/32 |
| SPF_IP | 41.0.5.62/32 |
| SPF_IP | 41.0.5.67/32 |
| SPF_MX | afengco.com |
Related pages
Pivot deeper into the graph from afengco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afengco.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.