Hostname
kitbag.com
Last fetched
kitbag.com resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in KE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
kitbag.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.161.74 | 2.17.161.0/24 | AS20940 | AKAMAI-ASN1 | KE |
| 2.17.161.88 | 2.17.161.0/24 | AS20940 | AKAMAI-ASN1 | KE |
| 23.212.110.105 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.88 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.48.224.68 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.71 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- andy gerrard
- Contact emails
Subdomains
30 observed subdomains of kitbag.com.
Showing 24 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kitbag.com in the public web crawl.
300 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for kitbag.com.
| Mechanism | Target |
|---|---|
| SPF_A | kitbag.com |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.231.184.128/25 |
| SPF_IP | 86.188.136.253/25 |
| SPF_IP | 89.21.27.0/24 |
| SPF_MX | kitbag.com |
Related pages
Pivot deeper into the graph from kitbag.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kitbag.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.