














<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:20220101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20220514T164500
DTEND;TZID="Asia/Kolkata":20220514T190000
DTSTAMP:20260901T212047
CREATED:20220508T102557Z
LAST-MODIFIED:20220514T085515Z
UID:20105-1652546700-1652554800@isaca-chennai.org
SUMMARY:May 2022 PDM Virtual Event: Information Security Controls and implementation – Changes in ISO 27002
DESCRIPTION:We are happy to invite you to the May 2022 Professional development meeting (PDM) event. \nMeeting Agenda:\n16:45 – Virtual Networking\n17:00 – Greetings from ISACA Chennai Chapter\n17:03 – Monthly Security News Round-up\n17:25 – Chapter Updates and Speaker Introduction\n17:30 – Information Security Controls and implementation – Changes in ISO 27002 by Madhavan S\, BSI India Pvt Ltd.\n19:00: End of PDM \nMeeting CPE:\nMeeting CPE: 2 Hours\nCPE Reporting: We have received a notification from ISACA global to refrain from using the CPE Upload Tool until further notice. We encourage members to report their own CPEs. \nAbout  the Talk: \nRevision on ISO 27002 standard \nSpeaker Profile: \nMadhavan has specialized in Information security\, Business continuity Risk assessment   His experience exceeds 39 years in industry which includes twenty-one years of Implementation Assessment\, & Training experience of QMS TL9000\, ISMS & its family  & BCMS IT Enabled Services\, Telecom\, B2B Industry vertical. Trainer for Personal privacy\, and Anti Bribery Act \nPrevious Organisations: Overseas Communication Services\, VSNL\, TIEBU\, TCTS \nCurrently he is Technical & Compliance Manager in BSI Group India\, IMETA region.  He is a Lead Assessor for several ISO Management Systems schemes\, mainly ISO9001\, TL900\, IS 27001\,  ISO27001\, and ISO 22301> He is a technical reviewer for India\, IMETA & APAC. \n
URL:https://isaca-chennai.org/events/may-2022-pdm-virtual-event-information-security-controls-and-implementation-changes-in-iso-27002/
LOCATION:Virtual Event\, India
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR