Hostname
kscu.com
Last fetched
kscu.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:469 as the registrar.
Nutrition Label
Resolution chain
kscu.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 |
|---|---|---|---|---|
| 18.245.104.51 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.55 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.82 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.98 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.162.3.101 | 3.162.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.162.3.114 | 3.162.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.162.3.78 | 3.162.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.162.3.92 | 3.162.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:469
- Organization
- myprivacy.net ltd.
- Contact emails
Subdomains
7 observed subdomains of kscu.com.
Web-graph footprint
Distinct hostnames that link to or from kscu.com in the public web crawl.
56 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
33 SPF mechanisms authorising senders for kscu.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.central1.com |
| SPF_A | mail2.central1.com |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 173.182.113.66/32 |
| SPF_IP | 173.182.113.67/32 |
| SPF_IP | 173.182.113.69/32 |
| SPF_IP | 173.182.113.70/32 |
| SPF_IP | 173.182.119.69/32 |
| SPF_IP | 204.174.214.170/32 |
| SPF_IP | 204.174.214.194/32 |
| SPF_IP | 206.108.204.158/32 |
| SPF_IP | 207.102.214.146/32 |
| SPF_IP | 207.102.241.162/32 |
| SPF_IP | 207.102.241.226/32 |
| SPF_IP | 207.102.247.170/32 |
| SPF_IP | 207.102.76.34/32 |
| SPF_IP | 207.34.183.162/32 |
| SPF_IP | 207.34.183.165/32 |
| SPF_IP | 209.53.59.206/32 |
| SPF_IP | 209.53.61.174/32 |
| SPF_IP | 209.53.61.178/32 |
| SPF_IP | 209.53.61.206/32 |
| SPF_IP | 24.83.213.170/32 |
| SPF_IP | 24.83.72.26/32 |
| SPF_IP | 24.83.72.42/32 |
| SPF_IP | 64.114.130.162/32 |
| SPF_IP | 64.114.130.202/32 |
| SPF_IP | 64.114.130.218/32 |
| SPF_IP | 64.114.130.26/32 |
| SPF_IP | 64.114.130.34/32 |
| SPF_IP | 64.114.130.66/32 |
Related pages
Pivot deeper into the graph from kscu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kscu.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.