Infiltration of Malicious Code into Trusted Software Packages

In the modern digital age, software packages are fundamental to the day-to-day operations of businesses, governments, and individuals. These software packages form the backbone of countless processes, from operating systems to enterprise applications. However, as reliance on software has grown, so has the risk of malicious code infiltrating trusted applications, potentially compromising systems, stealing sensitive data, or wreaking havoc on organizations. Malicious code injected into software packages, which are otherwise considered trustworthy, is a growing cybersecurity threat that must be addressed with vigilance and caution. This article will explore how malicious code infiltrates trusted software, the consequences of such infiltration, standard methods used by attackers, and the best practices for defending against this evolving threat.

Understanding Malicious Code in Trusted Software

Malicious code refers to any harmful software, program, or script intentionally introduced into a computer or network to cause damage, disrupt normal operations, steal data, or perform other destructive actions. While the most common forms of malicious code include viruses, worms, Trojans, and ransomware, any code that causes unwanted or detrimental effects can be considered malicious.

Malicious code infiltration into trusted software packages occurs when an attacker inserts harmful elements into software that users typically trust or that is widely accepted as secure. Trusted software packages, such as operating systems, productivity applications, or even system management tools, are frequently used by individuals and businesses. These software packages are often subject to rigorous testing and review processes to ensure their safety and functionality. However, when an attacker succeeds in embedding malicious code within these trusted packages, the consequences can be devastating.

The risk of malicious code is heightened because many users may not suspect malicious behavior from software downloaded from reputable sources or that has passed initial security audits. The challenge arises because many trusted software packages are so widely used that any vulnerability presents an attractive target for attackers. When these vulnerabilities are exploited, the attacker can insert malicious code into the software, executed when the user installs or runs the program.

Methods of Infiltrating Trusted Software Packages

There are several techniques that attackers can use to inject malicious code into trusted software packages. These methods exploit software development or distribution lifecycle weaknesses, targeting various points along the software delivery pipeline. Below are some of the most common methods of infiltration:

A. Supply Chain Attacks

Supply chain attacks are among the most common methods of inserting malicious code into trusted software packages. In these attacks, cybercriminals target trusted suppliers or third-party vendors that provide software libraries, updates, or components integrated into larger software packages. The attackers gain access to a trusted software vendor’s development environment and inject malicious code into the software before it is distributed.

For example, attackers may compromise a developer’s system, where they gain access to proprietary code or development tools. They can then modify the source code or the software package before it is compiled and distributed. Once the malicious software is released, it is widely downloaded by unsuspecting users or organizations. These attacks have been highly effective as they exploit the trust placed in the supply chain and the often complex relationships between software vendors and their suppliers.

One of the most famous examples of a supply chain attack was the SolarWinds hack in 2020. In this attack, Russian state-sponsored hackers infiltrated SolarWinds, a trusted IT management software provider, and inserted malicious code into their Orion software platform. The compromised version of Orion was then distributed to more than 18,000 organizations, including government agencies and private companies, leading to one of the most significant cyber espionage operations in history.

B. Code Signing Abuse

Code signing is a security mechanism that allows developers to digitally sign their software packages, ensuring that the software is authentic and has not been tampered with. When users download or install software, the digital signature provides a level of trust that the software comes from a legitimate source and has not been altered.

However, attackers can exploit code signing by stealing or forging valid digital certificates. Once an attacker has access to a legitimate code-signing certificate, they can sign their malicious code and distribute it as though it were a trustworthy application. This method is hazardous because it takes advantage of the inherent trust that users place in signed software, making it difficult for traditional security measures to detect the malicious nature of the software.

This technique has been used in high-profile attacks where malicious code is distributed through seemingly legitimate software packages. Because the software is signed with a trusted certificate, many security tools and users bypass warnings or other safeguards, assuming the software is safe. Without a mechanism to verify the integrity of the code at runtime, these attacks can remain undetected until significant damage is done.

C. Vulnerabilities in Update Mechanisms

Another method for infiltrating malicious code into trusted software is through vulnerabilities in software update mechanisms. Software vendors often release updates to patch vulnerabilities, improve performance, or add new features. However, if the update mechanism is compromised, attackers can inject malicious code into software updates that are automatically downloaded and executed on the user’s machine.

Many modern software applications are set up to automatically check for and install updates, a convenient feature for users. However, this also allows attackers to insert malicious code into legitimate updates if the update server or delivery system is not adequately secured. In such cases, the attacker can push harmful updates to users, who may not notice that the update has been compromised. This method is particularly effective for quickly targeting large numbers of users.

This type of attack was demonstrated in the NotPetya ransomware attack in 2017. The malware was spread through a compromised update of a popular Ukrainian accounting software package. The update mechanism was exploited, and the malicious code was silently installed on the victims’ systems.

D. Malicious Software Bundling

Malicious software bundling is a technique in which an attacker packages malicious code and legitimate software applications. This is commonly done through “freeware” or “shareware” programs, which are advertised as beneficial or harmless software bundled with hidden malicious payloads. Users may unknowingly install the malicious code when downloading the software, often because the malicious component is hidden within the installation process.

Software bundling typically occurs when users download programs from unofficial or third-party websites hosting cracked or pirated software. These websites may distribute applications that appear legitimate but have been modified to include malware. Even reputable software distributors may sometimes be targeted by attackers who slip malicious code into otherwise trusted packages, particularly when the software is downloaded from less well-known or unofficial channels.

Consequences of Malicious Code Infiltration

Infusing malicious code into trusted software packages can lead to various damaging consequences for individuals and organizations. The severity of the impact depends on the type of malicious code involved, the scope of the attack, and how quickly the threat is detected and mitigated.

A. Data Theft and Loss

One of the primary risks associated with malicious code is the potential for data theft. Attackers who successfully infiltrate trusted software packages can use malware to steal sensitive information, such as login credentials, financial data, intellectual property, and personal details. This data can be sold on the black market, used for identity theft, or exploited for espionage. In high-profile attacks, malicious code can be used to exfiltrate massive amounts of sensitive data, leading to significant financial losses, reputational damage, and legal consequences.

B. Disruption of Services

Malicious code can also disrupt services and operations. For example, ransomware attacks involving critical file encryption can halt business operations until a ransom is paid. In other cases, malicious code can cause systems to crash or perform poorly, rendering them unreliable or unusable. This disruption can lead to downtime, lost productivity, and potentially long-term damage to systems and infrastructure.

C. Spread of Malware

Once malicious code has infiltrated trusted software packages, it may be able to propagate across networks and systems, further compromising connected devices. This can lead to a wide-scale infection as malicious software spreads to other systems through network connections, USB devices, or shared files. The ability of malicious code to spread rapidly through networks increases the potential for large-scale attacks and widespread damage.

Defending Against Malicious Code Infiltration

Organizations and individuals must take a proactive approach to cybersecurity to defend against the infiltration of malicious code into trusted software. Some key strategies include:

A. Vigilance in Software Procurement

Organizations should implement strict policies for sourcing and validating software. This includes ensuring that software is downloaded only from trusted, reputable sources, conducting thorough checks on software vendors, and regularly reviewing code integrity and updates before installation.

B. Regular Patching and Security Updates

Regularly applying security patches and updates is critical for closing vulnerabilities that attackers could exploit. Organizations should ensure that their update mechanisms are secure and that updates are only sourced from legitimate, verified servers.

C. Strong Authentication and Monitoring

Implementing strong authentication practices, including multi-factor authentication (MFA), and continuously monitoring suspicious activity is key to detecting and mitigating malicious code infiltration. Intrusion detection and prevention systems (IDPS) can help identify abnormal patterns that may indicate the presence of malware.

D. Code Auditing and Integrity Checks

Regular code audits and integrity checks can help identify any changes or tampering with trusted software packages. Organizations should leverage tools that scan for vulnerabilities and signs of malicious alterations in software packages.

Malicious code infiltration into trusted software packages represents a growing cybersecurity threat that must be taken seriously. With cybercriminals increasingly targeting software supply chains, update mechanisms, and trusted vendors, businesses and individuals must remain vigilant and proactive in their cybersecurity efforts. By implementing strong security measures, such as code auditing, secure update mechanisms, and continuous monitoring, organizations can reduce the risk of malicious infiltration and protect their data, infrastructure, and reputation from cyber threats.

Share it :
TBA

TBA

Moderator

TBA

TBA

Moderator

Security leaders are increasingly expected to demonstrate measurable value. This final roundtable explores how security can be connected directly to business resilience, innovation and growth.

  • Translating security investment into business outcomes.
  • Demonstrating the value of resilience and preparedness.
  • Prioritising investment according to business-critical risk.
  • Building stronger relationships between security, finance and business leadership.
TBA

TBA

Moderator

TBA

TBA

Moderator

As technology becomes more distributed, organisations must reconsider where security capabilities should sit. This session examines different operating models and the trade-offs between control, speed and proximity to the business.

  • Centralising specialist security capabilities where scale matters.
  • Embedding security expertise within technology and business teams.
  • Establishing consistent standards across decentralised environments.
  • Designing operating models that can adapt as the organisation changes.
TBA

TBA

Moderator

TBA

TBA

Moderator

Traditional security awareness programmes are evolving as employees increasingly interact with AI, cloud services and sophisticated social-engineering attacks.

  • Moving from annual training towards continuous behavioural engagement.
  • Preparing employees for AI-enabled social engineering and deception.
  • Creating a positive culture of security ownership.
  • Measuring behavioural change rather than training completion.
TBA

TBA

Moderator

TBA

TBA

Moderator

Technology and security decisions increasingly overlap. This discussion explores how organisations can create stronger alignment between technology leadership, security and business priorities.

  • Establishing shared ownership of technology risk.
  • Balancing security requirements with business agility.
  • Aligning investment priorities across technology and security.
  • Creating common measures of performance and resilience.
TBA

TBA

Moderator

TBA

TBA

Moderator

Attackers and automated systems can operate continuously and at enormous scale. This session explores how security teams can redesign processes for a world where response time is increasingly measured in seconds.

  • Automating detection and containment where appropriate.
  • Creating real-time decision and escalation mechanisms.
  • Combining human expertise with machine-scale analysis.
  • Designing operations around speed without sacrificing control.
TBA

TBA

Moderator

TBA

TBA

Moderator

Security teams often operate across dozens of platforms, creating overlapping capabilities, fragmented visibility and operational complexity.

  • Identifying unnecessary duplication across security tools.
  • Consolidating platforms without creating new blind spots.
  • Evaluating security technology according to outcomes.
  • Building a coherent architecture rather than an accumulation of products.
TBA

TBA

Moderator

TBA

TBA

Moderator

Security is increasingly moving closer to engineering and product teams. This session explores how organisations can make security part of the development and operational lifecycle.

  • Integrating security into DevSecOps and product engineering.
  • Shifting security controls closer to development.
  • Creating shared accountability between security and engineering.
  • Measuring secure development through meaningful outcomes.
TBA

TBA

Moderator

TBA

TBA

Moderator

The demand for specialised security expertise continues to grow whilst organisations struggle to find and retain the right people. This discussion explores alternative approaches to building capability.

  • Identifying the skills that will become critical.
  • Developing internal talent and career pathways.
  • Using automation to augment scarce expertise.
  • Determining when to build capability internally and when to partner externally.
TBA

TBA

Moderator

TBA

TBA

Moderator

AI can analyse vast amounts of security data and automate repetitive tasks, but effective security operations still require judgement, context and accountability.

  • Identifying the right balance between automation and human oversight.
  • Automating investigation and response without creating new risks.
  • Reducing alert fatigue and improving analyst productivity.
  • Redesigning SOC workflows around AI capabilities.
TBA

TBA

Moderator

TBA

TBA

Moderator

Security teams face an ever-growing volume of alerts, vulnerabilities and intelligence. The answer may not be more tools, but better prioritisation and orchestration.

  • Reducing noise across security platforms.
  • Correlating signals across identity, endpoint, cloud and network environments.
  • Prioritising threats according to business impact.
  • Automating repetitive investigation and triage.
TBA

TBA

Moderator

TBA

TBA

Moderator

Cyber resilience cannot sit within a single department. This session examines how organisations can establish shared ownership across security, technology, risk and operational functions.

  • Defining clear accountability during major disruption.
  • Integrating security and operational resilience programmes.
  • Establishing common risk and resilience language.
  • Running cross-functional exercises that reflect real-world scenarios.
TBA

TBA

Moderator

TBA

TBA

Moderator

Security teams often report activity rather than outcomes. This discussion explores which measures can genuinely demonstrate preparedness, resilience and risk reduction.

  • Moving beyond alert volumes and vulnerability counts.
  • Measuring resilience of critical business services.
  • Connecting security metrics with business impact.
  • Creating meaningful reporting for senior leadership and boards.
TBA

TBA

Moderator

TBA

TBA

Moderator

Major incidents can affect identity, endpoints, cloud services, applications and communications simultaneously. This session examines how organisations can coordinate recovery across complex technology environments.

  • Establishing recovery priorities across interconnected systems.
  • Maintaining trusted communications during major incidents.
  • Coordinating technology, security and business recovery teams.
  • Testing recovery at enterprise rather than system level.
TBA

TBA

Moderator

TBA

TBA

Moderator

Traditional point-in-time assessments struggle to keep pace with rapidly changing technology environments. This discussion explores continuous approaches to understanding and reducing exposure.

  • Maintaining an up-to-date view of the attack surface.
  • Prioritising vulnerabilities according to business risk.
  • Identifying exposed assets that traditional inventories miss.
  • Measuring whether exposure is actually declining.
TBA

TBA

Moderator

TBA

TBA

Moderator

Cybersecurity decisions are increasingly influenced by geopolitical developments, sanctions, state-sponsored activity and technology dependencies.

  • Assessing exposure to state-sponsored cyber activity.
  • Understanding geopolitical dependencies within technology ecosystems.
  • Preparing for cyber incidents linked to wider geopolitical events.
  • Integrating geopolitical intelligence into security planning.
TBA

TBA

Moderator

TBA

TBA

Moderator

Identity has become central to modern attacks, with compromised credentials providing direct routes into cloud environments, applications and sensitive data.

  • Moving towards continuous identity verification.
  • Detecting abnormal authentication and privilege use.
  • Protecting privileged and administrative identities.
  • Combining identity intelligence with threat detection and response.
TBA

TBA

Moderator

TBA

TBA

Moderator

Cloud concentration creates enormous efficiency but can also introduce systemic dependencies. This session explores how organisations can prepare for outages, compromises or strategic disruption affecting critical providers.

  • Mapping critical cloud dependencies.
  • Identifying single points of technological failure.
  • Developing realistic multi-cloud and contingency strategies.
  • Testing recovery when core cloud services become unavailable.
TBA

TBA

Moderator

TBA

TBA

Moderator

Organisations increasingly depend on suppliers, SaaS platforms, technology partners and outsourced services. Yet these external relationships can introduce risks that internal security teams cannot directly control.

  • Identifying critical third-party dependencies.
  • Prioritising suppliers according to business impact.
  • Continuously monitoring supplier security posture.
  • Establishing meaningful resilience requirements within contracts.
TBA

TBA

Moderator

TBA

TBA

Moderator

Ransomware continues to evolve from an IT security problem into a threat to operational continuity. This discussion examines how organisations can maintain essential services during a major attack.

  • Protecting critical systems and recovery infrastructure.
  • Building resilient backup and restoration strategies.
  • Testing business operations during prolonged disruption.
  • Coordinating technical recovery with executive crisis management.
TBA

TBA

Moderator

TBA

TBA

Moderator

No security architecture can guarantee that every attack will be stopped. This session explores how organisations can design critical services to withstand compromise and recover rapidly.

  • Identifying business-critical services and dependencies.
  • Designing recovery strategies around operational priorities.
  • Testing resilience against realistic attack scenarios.
  • Measuring recovery capability rather than simply counting incidents.
TBA

TBA

Moderator

TBA

TBA

Moderator

When an autonomous system behaves unexpectedly or an AI-enabled application is compromised, conventional incident-response playbooks may not be sufficient. This discussion explores how response strategies need to evolve.

  • Defining what constitutes an AI security incident.
  • Establishing containment procedures for autonomous systems.
  • Preserving evidence and audit trails from AI activity.
  • Integrating AI incidents into wider crisis-management frameworks.
TBA

TBA

Moderator

TBA

TBA

Moderator

Generative AI is making it easier to impersonate individuals, manipulate communications and create convincing synthetic identities. This session examines how organisations can distinguish trusted interactions from sophisticated deception.

  • Detecting AI-generated impersonation and synthetic identities.
  • Strengthening authentication beyond traditional credentials.
  • Protecting executives and high-value users from targeted deception.
  • Establishing trusted channels for sensitive communications.
TBA

TBA

Moderator

TBA

TBA

Moderator

Effective AI governance needs to provide assurance without turning every AI initiative into a lengthy approval process. This discussion explores how organisations can create proportionate and scalable controls.

  • Establishing risk-based AI governance frameworks.
  • Automating approval and assurance processes.
  • Creating clear ownership across technology, security, legal and business functions.
  • Enabling experimentation within controlled environments.
TBA

TBA

Moderator

TBA

TBA

Moderator

AI introduces attack techniques that do not fit neatly into traditional application-security models. This session explores emerging methods for manipulating models, agents and AI-enabled applications.

  • Understanding prompt injection and indirect manipulation.
  • Protecting AI systems from malicious inputs and instructions.
  • Detecting attempts to manipulate model behaviour.
  • Designing layered controls around AI applications and agents.
TBA

TBA

Moderator

TBA

TBA

Moderator

The value of AI depends heavily on access to enterprise data, but this creates significant exposure when sensitive information is used for training, retrieval or inference.

  • Preventing sensitive data leakage through AI systems.
  • Applying access controls to AI-driven data retrieval.
  • Protecting confidential information throughout the AI lifecycle.
  • Maintaining visibility over what data AI systems can access.
TBA

TBA

Moderator

TBA

TBA

Moderator

AI introduces a new ecosystem of models, datasets, APIs, platforms and external providers. Each dependency can introduce vulnerabilities that are difficult to identify through traditional security assessments.

  • Assessing third-party AI models and service providers.
  • Understanding provenance and integrity of training data.
  • Managing vulnerabilities across AI dependencies.
  • Establishing assurance requirements for AI suppliers.
TBA

TBA

Moderator

TBA

TBA

Moderator

AI systems can behave unexpectedly even when they operate within their intended parameters. This session explores how organisations can detect, investigate and contain harmful or unreliable AI behaviour.

  • Establishing runtime monitoring and behavioural controls.
  • Detecting model drift and unexpected outcomes.
  • Creating escalation procedures for high-risk decisions.
  • Balancing automation with meaningful human intervention.
TBA

TBA

Moderator

TBA

TBA

Moderator

Security cannot be added after AI has already entered production. This discussion examines how security, privacy and governance can be incorporated into AI architecture from the outset.

  • Embedding security requirements into AI development.
  • Establishing secure-by-design principles for AI applications.
  • Managing risks across development, testing and production.
  • Creating clear ownership between technology, security and business teams.
TBA

TBA

Moderator

TBA

TBA

Moderator

The growth of applications, APIs, service accounts and AI agents is creating an identity environment in which non-human identities may outnumber human users. This session examines how organisations can regain visibility and control.

  • Discovering and classifying machine and AI identities.
  • Applying least privilege to non-human users.
  • Automating credential rotation and lifecycle management.
  • Detecting dormant, excessive or compromised privileges.
TBA

TBA

Moderator

TBA

TBA

Moderator

Operating AI systems in live environments introduces dynamic risks. Learn how to define operational boundaries, integrate human oversight, and set up monitoring and alerting mechanisms that maintain both compliance and agility in high-stakes operations.

  • Define operational boundaries for autonomous agents.
  • Integrate human-in-the-loop review processes.
  • Alert and respond to compliance or behavioral deviations.
SEE ALL UNIQUE TOPICS

Round Table Discussion

Mattias Wiklund

Regional CIO, Toyota Northern Europe

Moderator

Riccardo Pietri

CISO, Anyfin

Moderator

Jonas Berglund

Security Transformation Associate Director, Accenture

Moderator

As organizations increasingly deploy AI agents and autonomous systems, securing their identities throughout the lifecycle—from onboarding to decommissioning—has become critical. This session explores strategies for enforcing role-based access, automating credential management, and maintaining continuous policy compliance while enabling AI systems to operate efficiently.

  • Role-based access and automated credential lifecycle management.
  • Continuous monitoring for policy compliance.
  • Ensuring secure decommissioning of autonomous systems.
Nazlı Şahin

Director - Security, Risk, and Compliance, Accedo

Moderator

Christian Nehammer

Account Executive, WIZ

Moderator

Joel Norrmarker

Senior Solutions Engineer, WIZ

Moderator

Aladdin Elfares

Account Executive, WIZ

Moderator

Automated workflows and CI/CD pipelines often rely on high-value credentials and secrets that, if compromised, can lead to severe security incidents. This discussion covers practical approaches to securing keys, detecting anomalous activity, and enforcing least-privilege access without creating operational bottlenecks.

  • Detect and respond to anomalous credential usage.
  • Implement least-privilege access policies.
  • Secure CI/CD and AI automation pipelines without slowing innovation.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Surinder Lall

Head of Cyber Governance, Risk and Compliance, DMG Media

Moderator

Marcus Ehrstrand

Senior Solutions Engineer, Okta

Moderator

As generative and predictive AI models are deployed across enterprises, understanding their provenance, training data, and deployment risks is essential. This session provides frameworks for model governance, data protection, and approval workflows to ensure responsible, auditable AI operations.

  • Track model provenance and lineage.
  • Prevent data leakage during training and inference.
  • Approval workflows for production deployment.
Sushil Shenoy

IT Security Specialist, VizRT

Moderator

Thom Langford

EMEA CTO, Rapid 7

Moderator

Operating AI systems in live environments introduces dynamic risks. Learn how to define operational boundaries, integrate human oversight, and set up monitoring and alerting mechanisms that maintain both compliance and agility in high-stakes operations.

  • Define operational boundaries for autonomous agents.
  • Integrate human-in-the-loop review processes.
  • Alert and respond to compliance or behavioral deviations.
Thea Sogenbits

CISO, Estonian Tax and Customs Board

Moderator

Scott Walker

VP of Sales, EMEA, Orca

Moderator

AI agents often interact with sensitive data, making it vital to apply robust data protection strategies. This session explores encryption, tokenization, access governance, and audit trail practices to minimize exposure while enabling AI-driven decision-making.

  • Implement encryption, tokenization, and access controls.
  • Maintain comprehensive audit trails.
  • Reduce exposure through intelligent data governance policies.

Nithin Krishna

Head of Cyber Defense Center, Jeppesen Foreflight

Moderator

Magnus Järnhandske

Chief of Cyber Security Operations, Asurgent

Moderator

Autonomous systems can behave unpredictably, potentially creating self-propagating risks. This discussion covers behavioral anomaly detection, leveraging AI for threat intelligence, and implementing containment and rollback strategies to mitigate rogue AI actions.

  • Behavioral anomaly detection.
  • AI-assisted threat detection.
  • Containment and rollback strategies.
Marius Baczynski

Director of Security Service Sales, Radware

Moderator

Enterprises need to maintain security while avoiding lock-in with specific AI vendors. This session explores open standards, interoperability, and monitoring frameworks that ensure security and governance across multi-vendor AI environments.

  • Open standards and interoperable monitoring frameworks.
  • Cross-platform governance for multi-vendor environments.
  • Maintain security without sacrificing flexibility.
Bernard Helou

Cybersecurity Manager, Schibsted Media

Moderator

AI systems can occasionally act outside intended parameters, creating operational or security incidents. This session addresses detection, escalation, containment, and post-incident analysis to prepare teams for autonomous agent misbehavior.

  • Detection and escalation protocols.
  • Containment and mitigation strategies.
  • Post-incident analysis and lessons learned.

Henrik Tholsby

CISO, Danderyds sjukhus

Moderator

Peter Dahl Inselseth

Major Account Director - Nordics, CATO Network

Moderator

Christian Sahlén

Head of Security & Governance (CISO), TF Bank

Moderator

Organizations must ensure AI operations comply with GDPR, the AI Act, PII, and other regulations. This session explores embedding compliance controls into operational workflows, mapping regulatory requirements to AI systems, and preparing audit-ready evidence.

  • Map regulatory requirements to operational workflows.
  • Embed compliance controls into daily AI operations.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

 

Bojana Stevanovic Medenica

Manager IT & IS, Extenda Retail

Moderator

Louise Lundgren

Sales Director - N.EUR, Synack

Moderator

Static audits are no longer enough. This session explores embedding continuous compliance and assurance into operations, enabling real-time monitoring, cross-team collaboration, and proactive gap resolution.

  • Automated evidence collection and dashboards.
  • Cross-team integration between IT, HR, and risk.
  • Rapid identification and resolution of compliance gaps.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Jan Olsson

Kriminalkommisarie / Police Superintendent, Swedish National Police SC3

Moderator

Johan Frederiksson

AVP Nordics, Igel

Moderator

Hybrid work increases complexity in maintaining compliance. This session focuses on policies, monitoring, and cultural strategies for securing distributed teams without reducing agility.

  • Endpoint and remote access controls.
  • Policy enforcement across multiple locations.
  • Promote a security and compliance-first culture.
Vivek Rao

Information Security Risk Specialist, Entercard Group AB

Moderator

Linda Avad

Chief Information Security Officer, Alecta

Moderator

Staffan Fredriksson

CISO, Regent AB

Moderator

Leaders need measurable insights into organizational resilience. This session covers dashboards, automated alerting, and reporting frameworks for operational and compliance metrics.

  • Dashboards for key resilience indicators.
  • Automated alerts for control failures.
  • Documentation for leadership and regulators.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Helene Neuss

Information Security Strategist, Länsförsäkringar Bank

Moderator

Gamze Zengin

Information Security, Compliance & Risk Officer,
Åhléns Åhléns - Online & Varuhus

Moderator

Skilled cybersecurity professionals are in high demand. This session explores strategies for recruitment, career development, and retention to secure top talent in a competitive market.

  • Employer branding and recruitment strategies.
  • Career development pathways.
  • Retention programs for high-demand skills.
Helana Malm

Head of CSO Office | Deputy Head of Group Security & Cyber Defence, Chair of Women in Security, Swedbank

Moderator

Dzana Dzemidzic

BISO,
Swedbank

Moderator

Teams must be prepared for evolving threats, including AI-driven risks. Learn how to design training programs, simulations, and metrics for skill development.

  • AI security and automation-focused training.
  • Scenario-based simulations and exercises.
  • Skill tracking and competency measurement.
Johanna Parikka Altenstedt

Acting Head of Cybercenter and the Digital Security Unit, RISE

Moderator

Andreas Bergqvist

CSO, BankID

Desirée Winther

Team Lead | Public Sector Sweden, Commvault

Moderator

Collaboration between sectors accelerates threat detection and response. Explore frameworks for intelligence sharing, coordinated response, and evaluating partnerships.

  • Share actionable intelligence securely.
  • Establish coordinated response frameworks.
  • Measure partnership effectiveness.
Florin Chirilas

Local IT Security Officer, Vattenfall

Moderator

Severin Simko

Security Architect, Devoteam

Moderator

Incident response effectiveness relies on preparedness and coordination. This session highlights training, roles, and post-incident analysis to strengthen response capabilities.

  • Cross-functional training programs.
  • Clear escalation paths and role definitions.
  • Post-incident analysis and continuous improvement.
Jörgen Otosson

CISO, BITS DATA

Moderator

Anders Johansson

CISO, Alfa eCare Group

Moderator

Björn Orri Guðmundsson

CEO & Co-Founder, Aftra

Moderator

Human limitations impact security operations. Learn strategies to monitor stress, implement support programs, and build resilience.

  • Monitor workload and stress indicators.
  • Implement well-being and counseling programs.
  • Build resilience into operations.
Teresia Wilsted

ISO, MedMera Bank

Moderator

Oscar Wallenas

Enterprise Account Executive, Elastic

Moderator

International teams require consistent policies and flexible execution. This session covers coordination, communication, and tool centralization for global operations.

  • Align policies globally while empowering local execution.
  • Define communication protocols across time zones.
  • Centralized tools with flexible deployment.

Due to programme updates, this round table is no longer available for registration.

Please choose another available topic from the list.

Javvad Malik

Lead CISO Advisor, KnowBe4

Moderator

Sarbjit Singh

CISO, Mentimeter AB

Moderator

Reljo Saarepera

Programme Director, Estonian Public Procurement Center

Moderator

Effective collaboration depends on streamlined tools and processes. Explore strategies to reduce tool fatigue, enable real-time coordination, and enhance teamwork.

  • Evaluate ticketing, SIEM, and collaboration platforms.
  • Avoid tool fatigue and duplication.
  • Enable real-time coordination and alerting.
Niclas Kjellin

Cybersecurity Expert, Cloud Security Alliance

Moderator

Seamus Lennon

Vice President of Operations for EMEA, ThreatLocker

Moderator

Knowledge sharing strengthens resilience. Learn how to exchange actionable intelligence securely, standardize reporting, and maintain trust across organizations.

  • Threat intelligence and mitigation strategies.
  • Standardized reporting formats for partners.
  • Ensure confidentiality and trust frameworks.
Smeden Svahn

CISO, Adda

Moderator

Trish Almgren

Senior Manager, Product Marketing, Infoblox

Moderator

Aligning security initiatives improves impact and efficiency. This session covers prioritization, coordination, and shared accountability across teams and sectors.

  • Coordinate timelines and goals across teams.
  • Identify overlapping initiatives and redundancies.
  • Establish shared accountability structures.
;