














<script>
document.addEventListener("DOMContentLoaded", function () {

    const tabs = document.querySelectorAll(".workshop-tabs li");
    const panes = document.querySelectorAll(".tab-pane");

    tabs.forEach(tab => {

        tab.addEventListener("click", function(){

            tabs.forEach(item => item.classList.remove("active"));
            panes.forEach(item => item.classList.remove("active"));

            this.classList.add("active");

            document.getElementById(this.dataset.tab).classList.add("active");

        });

    });

});

</script>

<script>
    function saveAsPDF() {
        const form = document.getElementById('speakerConsentForm');

        if (!form.reportValidity()) {
            return;
        }

        window.print();
    }
</script>


<script>
document.addEventListener("DOMContentLoaded", function () {
    const iconMap = {
        "fa-linkedin": "fab",
        "fa-facebook": "fab",
        "fa-twitter": "fab",
        "fa-youtube": "fab",
        "fa-instagram": "fab"
    };

    document.querySelectorAll("i").forEach(function(icon) {
        Object.keys(iconMap).forEach(function(cls) {
            if (icon.classList.contains(cls)) {
                icon.classList.remove("fa");
                icon.classList.add(iconMap[cls]);
            }
        });
    });
});
</script>









BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ISACA Chennai Chapter - ECPv4.9.4//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ISACA Chennai Chapter
X-ORIGINAL-URL:https://isaca-chennai.org
X-WR-CALDESC:Events for ISACA Chennai Chapter
BEGIN:VTIMEZONE
TZID:"Asia/Kolkata"
BEGIN:STANDARD
TZOFFSETFROM:+0530
TZOFFSETTO:+0530
TZNAME:IST
DTSTART:20230101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20230121T093000
DTEND;TZID="Asia/Kolkata":20230121T173000
DTSTAMP:20260812T223206
CREATED:20221217T024606Z
LAST-MODIFIED:20230110T084633Z
UID:24221-1674293400-1674322200@isaca-chennai.org
SUMMARY:ISO 27001:2022 Lead Auditor Program IRCA Accredited
DESCRIPTION:The new ISO/IEC 27001:2022 has been published on October 25\, 2022. Some of the main new updates of ISO/IEC 27001:2022 include a major change of Annex A\, minor updates of the clauses\, and a change in the title of the standard. The latest version of ISO/IEC 27002 has been published at the beginning of 2022\, and its latest changes have also impacted ISO/IEC 27001. \n  \nAs the world is facing new evolving security challenges\, the internationally recognized standard ISO/IEC  27001\, which aims to protect the confidentiality\, availability\, and integrity of organizations’ information assets has been updated and its new more relevant\, and up-to-date edition has been published. Different from ISO/IEC 27001:2013\, the new version’s complete title is ISO/IEC 27001:2022 Information Security\, Cybersecurity and Privacy Protection. \n  \nThis five-day lead auditor certification program is being done in partnership with INTERTEK. The certificate will be provided by Intertek Academy with IRCA accreditation. \nProgram dates: Jan 21\, 22\, 27\, 28 and 29. The last day we will have remote proctored certification exam. \n  \n
URL:https://isaca-chennai.org/events/iso-270012022-lead-auditor-program/
LOCATION:Virtual Event\, India
CATEGORIES:Workshop
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR