Ashley Jones

Ashley Jones is currently the Cybersecurity Advisor for Washington D.C in Region 3 with DHS CISA, responsible for proactively engaging with members of the private and public sector to ensure the nation’s critical infrastructure is resilient and protected from cyber-attack. Previously, Ms. Jones has worked at the Defense Intelligence Agency (DIA), Defense Information Systems Agency (DISA), Department of the Army-Central United States Registry (CUSR), and Federal Student Aid (FSA). In her career, she has served as an Information System Security Manager (ISSM) as well as a subject matter expert (SME) on various cybersecurity topics related to risk management, vulnerability management, assessments and authorizations and cyber policy. Ms. Jones currently holds a Bachelor of Science in Electrical Engineering and a Master of Science in Management Information Systems with a concentration in Cybersecurity and Information Assurance and possesses the following professional industry certifications: Security+ and Certified Information Systems Auditor (CISA).

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage