Hostname
solutions.cic.edu
Last fetched
solutions.cic.edu resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
solutions.cic.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.49.231.170 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.233.252.15 | 18.232.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.208.249.168 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.223.187.66 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with solutions.cic.edu in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from solutions.cic.edu in the public web crawl.
38 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- stackoverflow.blog
- public-prod-us-1-insightguide.s3.amazonaws.com
- upload-prod-us-1-insightguide.s3.amazonaws.com
- sdk.amazonaws.com
- upload-dev-us-1-insightguide.s3.us-east-1.amazonaws.com
- upload-prod-us-1-insightguide.s3.us-east-1.amazonaws.com
- cdnjs.cloudflare.com
- element451.com
- evalsystem.com
- secure.example.com
Threat posture
History
Related pages
Pivot deeper into the graph from solutions.cic.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "solutions.cic.edu"})-[: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.