














<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:20260101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20260822T170000
DTEND;TZID="Asia/Kolkata":20260822T190000
DTSTAMP:20260821T174744
CREATED:20260819T050628Z
LAST-MODIFIED:20260819T130553Z
UID:49978-1787418000-1787425200@isaca-chennai.org
SUMMARY:Aug 2026 PDM - Threat Modelling in the AI era
DESCRIPTION:\nProgram Details:  \nDate:   Saturday\, Aug 22\, 2026\nMode: Virtual\nCPE:    2 hours \nAgenda: \n17:00 – 17:15: Virtual Networking\n17:15 – 17:18: Welcome by ISACA Chennai Chapter Director Programs\n17:18 – 17:30: Chapter Updates & Speaker Introduction\n17:30 – 18:50: Session on “Threat Modelling in the AI era” by Mr. Sidhant Gupta\n18:50 – 19:00: Questions and Closure comments \n\nSynopsis: \nOrganizations today are rapidly adopting AI-powered systems\, creating new and complex attack surfaces that extend beyond traditional cybersecurity risks. Threats such as prompt injection\, data poisoning\, adversarial manipulation\, model theft\, and insecure AI supply chains require enterprises to rethink conventional threat-modelling approaches. \nThis PDM explores how organizations can proactively identify\, assess\, and mitigate security threats across AI and GenAI systems throughout their lifecycle. The session will provide practical insights into embedding threat modelling into AI design and deployment\, strengthening governance oversight\, and fostering collaboration among security\, technology\, risk\, and business leaders. \nThe session will enable organizations to anticipate emerging risks and build secure\, trustworthy\, and resilient AI solutions rather than responding only after vulnerabilities are exploited. \nAbout the speaker:\n \n \n\nSidhant Gupta is a Cyber Security Manager with more than 10 years of experience in cybersecurity\, secure architecture\, threat modeling\, risk management\, and AI governance. He has led and delivered security consulting engagements for global organizations across the banking\, insurance\, pharmaceutical\, healthcare\, and manufacturing sectors\, helping them identify and mitigate complex cyber and AI-related risks. \nSidhant specializes in Threat Modeling\, Secure Architecture Reviews\, AI Governance\, and Third-Party Risk Management\, with extensive experience applying methodologies such as STRIDE and PASTA to modern applications\, cloud platforms\, and emerging AI ecosystems. He has also led AI governance initiatives\, including the development of GenAI governance frameworks\, security controls\, risk assessment methodologies\, and responsible AI practices. \nHe holds several globally recognized certifications\, including CISSP\, CISM\, ISO/IEC 42001 (AI Management Systems)\, CEH\, ECSA\, Azure AI Fundamentals\, and CCSK. \nFor more information\, please visit his LinkedIn profile – https://www.linkedin.com/in/sidhant511/ \n  \n
URL:https://isaca-chennai.org/events/aug-2026-pdm/
LOCATION:Virtual Event\, India
CATEGORIES:PDM
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR