Hostname
akiit.com
Last fetched
akiit.com resolves to 2 IPv4 addresses operated by ROCKET-SIRIUS - ROCKET SOFTWARE INC in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
akiit.com 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 |
|---|---|---|---|---|
| 38.91.57.206 | 38.91.56.0/22 | AS32181 | ROCKET-SIRIUS - ROCKET SOFTWARE INC | US |
| 50.31.12.29 | 50.31.0.0/19 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- mr africa, inc... - non-profit literary organization
- Contact emails
Subdomains
8 observed subdomains of akiit.com.
Web-graph footprint
Distinct hostnames that link to or from akiit.com in the public web crawl.
23 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- akiit.com
SPF policy
6 SPF mechanisms authorising senders for akiit.com.
| Mechanism | Target |
|---|---|
| SPF_A | akiit.com |
| SPF_IP | 208.100.15.100 |
| SPF_IP | 208.100.15.126 |
| SPF_IP | 38.91.57.202 |
| SPF_IP | 38.91.57.206 |
| SPF_MX | akiit.com |
Related pages
Pivot deeper into the graph from akiit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akiit.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.