Hostname
kfc.com
Last fetched
kfc.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
kfc.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.241.206 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.214 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.60.96.38 | 23.60.96.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.60.96.46 | 23.60.96.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 69.192.139.100 | 69.192.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 69.192.139.77 | 69.192.139.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 92.123.104.10 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.22 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- web admin
- Contact emails
Subdomains
51 observed subdomains of kfc.com.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kfc.com in the public web crawl.
2,914 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for kfc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | bmail.compusensecloud.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.45.168.219 |
| SPF_IP | 104.45.173.170 |
| SPF_IP | 74.201.71.39/32 |
Related pages
Pivot deeper into the graph from kfc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kfc.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.