Skip to content

CW Cybersecurity Center

From the National Security Agency & Department Homeland Security

CW CAE-CD Validation Letter

Dr. Grace Bonanno headshot Dr. Grace Bonanno
Chairperson and Professor, School of Information Technology
Certifications: MCSE, CCNA, CCAI, Network+, MCSA, Security+

School of Information Technology

CW Cyber Warriors Enter National Cyber League Competition

https://nationalcyberleague.org/
Competition Date: November 9, 2024

Read about it: https://www.cw.edu/news/cw-cyber-warriors-enter-national-cyber-league-competition/


2023 CAE National Cyber Competition

https://www.uscybergames.com/event-schedule

Your Competition: Saturday, March 11th | 9:00am ET – 4:30pm ET
Flickr photo gallery »


ICL 2023 Collegiate Cup

Well done! Your team was ranked within the top 50 teams in the ICL 2023 Collegiate Cup; Spring edition.

https://icl.cyberbit.com/icl-collegiate-cup/scoreboard/

https://cyberskyline.com/hosted_events/ncl-fall-2023

Women Rock-IT »

Cisco Networking Academy International Girls in ICT Day Learn-A-Thon »


GEN115 – Guest Speaker on Technology and Securing Technology

Technology and Securing TechnologyIdentity Theft

Dr. Chris Nwosisi, Professor May 2019 Extra-Curricular Competitions (www.cyber-fasttrack.org) Cyber Fasttrack Competition – Do you have a love of logic puzzles, the knack to crack a code, or a well-trained brain for gaming? Cybersecurity could be the hobby, or even career path, you never knew you were missing out on! The Cyber FastTrack scholarship competition is designed to encourage and reward college students with a talent for cybersecurity in the USA.


CW Tech Dr’s

cwtechdoctors@cw.edu

CW Tech DoctorsGrace Bonanno in Classroom Tech Doctors

Students in the Computer Network Administration (CNA) Associates degree program participate in an extra-curricular, Network Technologies Association (NTA) club-related, computer repair service. CW has their own “Geek Squad”. This service is available each semester and has a rotating number of student technicians running and working the service.

CW – Computer Security Awareness – Passwords and Phishing
https://success.cw.edu/StudentContent/CyberSmarter.aspx

CW – Computer Security Awareness – Encryption and MFA
https://success.cw.edu/StudentContent/CyberSmarter.aspx

CW – Computer Security Awareness – Mind Games and Addictive Apps
https://success.cw.edu/StudentContent/CyberSmarter.aspx

CW was ranked #8 among 30 New York colleges in “2021 Most Popular Information Technology Associate Degree Schools.”
https://computersciencedegree.io/majors/information-technology/rankings/most-popular/associates-degrees/middle-atlantic/new-york/

Dr. Chris Nwosisi, CW Associate Chairperson and Professor Delivers numerous information technology presentations all over the globe:

https://scholar.google.com/citations?user=9rNHblYAAAAJ&hl=en

Dr. Warren Rosenberg, Dr. Grace Bonanno and Dr. Chris Nwosisi volunteer to judge the Tri-County Science Fair for last past several years.
https://discoveryctr.org/wp-content/uploads/2021/05/2021-Brochure.pdf
https://discoveryctr.org/wp-content/uploads/2020/06/2020-Brochure.pdf
https://discoveryctr.org/wp-content/uploads/2019/04/2019-TCSF-Brochure.pdf
https://discoveryctr.org/wp-content/uploads/2018/10/2018-Brochure.pdf
https://discoveryctr.org/wp-content/uploads/2016/03/2017-Brochure-post-fair.pdf

Dr. Bonanno delivered workshop on cybersecurity for the Westchester Computer Users Association:
https://www.wpcug.org/index.html

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });