Hostname
ignite.co.za
Last fetched
ignite.co.za resolves to 1 IPv4 address operated by Dimension Data - Dimension Data in ZA.
Nutrition Label
Resolution chain
ignite.co.za 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 |
|---|---|---|---|---|
| 196.37.111.154 | 196.37.0.0/16 | AS3741 | Dimension Data - Dimension Data | ZA |
WHOIS identity
No WHOIS records are currently associated with ignite.co.za in WhisperGraph.
Subdomains
161 observed subdomains of ignite.co.za.
Showing 25 of 161. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ignite.co.za in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for ignite.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_INCLUDE | _spf-securemail.synaq.com |
| SPF_INCLUDE | emarsys.net |
| SPF_INCLUDE | emsmtp.com |
| SPF_IP | 196.2.49.0/24 |
| SPF_IP | 196.28.182.96/27 |
| SPF_IP | 196.28.70.0/25 |
| SPF_IP | 196.28.80.21 |
| SPF_IP | 208.86.201.112/32 |
| SPF_IP | 67.231.144.107/32 |
Related pages
Pivot deeper into the graph from ignite.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ignite.co.za"})-[: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.