.png)
Belgium 6-11-25 Invitation Only Physical english
The modern cyber threat landscape has evolved from simple data breaches to sophisticated, systemic attacks designed to cripple an entire organisation. Ransomware, in particular, has made traditional backup and recovery strategies insufficient, as attackers often compromise backups before launching their main assault. In this new reality, the question is no longer "if" an attack will happen, but "when” and how quickly you can recover. Furthermore, regulations like DORA and NIS2 are making robust recovery a legal imperative, compelling businesses to adopt solutions that can guarantee data integrity and business continuity even after a catastrophic cyber event, making a Cybervault a critical component of regulatory compliance.
Read More
Belgium 13-11-25 Country Members Physical english
The Role of the Chief Information Security Officer (CISO) The role of the Chief Information Security Officer (CISO) is no longer confined to securing the network perimeter. As organisations become more digitally connected and data-driven, the CISO’s responsibilities have expanded far beyond traditional security measures. Today’s CISO must not only defend against cyber threats but also enable the business to innovate securely, manage complex regulatory environments, and instill a culture of trust across the organisation. This event will explore the evolving role of the CISO as a strategic leader who balances security with business enablement. As digital transformation accelerates, how can CISOs align their security strategies with organisational goals, ensure compliance, and lead their teams in the fight against increasingly sophisticated threats? Key Discussion Points: From Gatekeeper to Strategic Partner: How CISOs can shift from being seen as barriers to innovation to becoming key enablers of business agility and transformation through security. Balancing Risk and Innovation: Learn how top CISOs navigate the delicate balance between mitigating risk and supporting the organisation’s need to innovate and scale in a secure environment. Governance, Risk, and Compliance (GRC): Explore how CISOs are managing an increasingly complex regulatory landscape, ensuring compliance while still driving business objectives forward. Building a Security-First Culture: Practical strategies for CISOs to foster a culture where security is embedded into every part of the business, from boardroom discussions to frontline operations. CISO as Crisis Manager: How to prepare for and lead your organisation through major cybersecurity incidents. From ransomware attacks to data breaches, we’ll discuss how today’s CISO is as much a crisis manager as they are a strategist. Why You Should Attend: As a CISO, your role is evolving faster than ever before. This event is designed to provide you with actionable insights into how to embrace your expanded responsibilities while keeping your organisation safe and secure. Whether you’re focused on aligning security with business goals, navigating regulatory challenges, or leading in times of crisis, this event will equip you with the strategies to lead the next era of cybersecurity.
Read More
Belgium 18-11-25 Squad Only Physical english
Too often, architecture is drawn top-down, neat boxes, elegant flows, and little connection to the way teams really work. But what if we flipped it? What if our systems evolved from the actual processes, pains, and needs that drive the business? If you’re tired of systems that look good on slides but frustrate in practice, this session will ground the conversation where value is created, at the process level.
Read More
November 4, 2025 Squad Session Squad Only Virtual english
You’ve got a roadmap, a backlog, and a lot of pressure. Every team wants their feature. Every stakeholder claims urgency. And your developers? They just want to deliver something meaningful. But how do you prioritise in a way that serves the business, and keeps the team sane? If your backlog keeps growing and your outcomes stay flat, this session helps you turn intent into value, without losing control.
Read More
November 18, 2025 Squad Session Squad Only Physical english
Too often, architecture is drawn top-down, neat boxes, elegant flows, and little connection to the way teams really work. But what if we flipped it? What if our systems evolved from the actual processes, pains, and needs that drive the business? If you’re tired of systems that look good on slides but frustrate in practice, this session will ground the conversation where value is created, at the process level.
Read More
November 20, 2025 Squad Session Squad Only Virtual english
You can’t build a smart service without smart data. And you can’t access smart data without trust. Across Europe, industries are trying to make this work, through data spaces, standardisation, and new governance frameworks. But progress is slow. If you’re part of a sector with potential for shared intelligence, but stuck in silos, this session will challenge assumptions and explore practical pathways.
Read MoreHow Atlassian Enforces Best Practices in Its Cloud Infrastructure
How Atlassian Enforces Best Practices in Its Cloud Infrastructure
INTRODUCTION
This is an updated version of an October 2019 post from the ATLASSIAN Community – How Atlassian enforces Best Practices in its Cloud Infrastructure. Link to original blog post.
The majority of Atlassian’s business runs on Amazon Web Services (AWS). Due to the large scale of our infrastructure, we allow for teams to manage their own changes without a centralised review. Atlassian operates on a “trust, but verify” model: We promote a set of best practices and guidelines for teams to follow and we then check that these best practices are being implemented. Where the target is missed, we help the team readjust.
The most widely known example are S3 buckets that are publicly available and can be accessed by anyone. Countless companies have been caught off guard by accidentally putting confidential information in public buckets. It has prompted Amazon to offer additional safeguards in the form of bucket-level overrides to deny any sort of public object, acknowledging the severity of this problem.
At Atlassian, we have added a new tool to our vulnerability management belt so we can assist teams in following the best practices we have established: Trend Micro Cloud One™ – Conformity which specialises in continuously scanning the configuration of cloud infrastructure.
While they offer support for multiple cloud providers as well as checks for all five pillars of the well-architected framework, we use the tool for its “Security” checks for AWS.
ADOPTION
Nearly all of our AWS accounts are being scanned on an hourly basis and the results are reported to the security team. To enable our developers to move fast and remove security as a gatekeeper we didn’t stop there, though. Instead, we integrated Cloud One - Conformity with our vulnerability pipeline which files Jira tickets for any findings we discover through these scans. Our developers live and breathe Jira day in, day out, so surfacing this information here is much more natural for them than having to look for these findings in some third party tool or needing security as an intermediary.
Anyone who has ever tried to deploy a security scanner inside an organisation knows that they are never set-and-forget. Instead, they require fine-tuning to ensure they only produce meaningful results. Every enterprise environment is different and particularly at scale, edge cases exist that scanners would not anticipate. For example, our internal PaaS enforces a set of best practices that have been developed in collaboration with the security team. Some of the configurations that come out of this are secure in this context, but the scanner will still report on them because they generally wouldn’t be. As a result, we spent some time refining the set of rules we care about.
In our first iteration, we decided to focus on our highest severity AWS accounts. These accounts hold our customers' data or manage our infrastructure, for example our CI/CD. In addition, we narrowed down the initial set of rules to those we consider high severity. We then spent some time working closely with those teams that own these important AWS accounts to ensure all findings provide a meaningful security benefit. Based on this feedback, we adjusted the configuration of our rules to fit right into our organisation. Only for this subset of accounts & rules are we creating Jira tickets, as we have verified the quality of these findings.
The next iteration has already started and is expanding out the scope of accounts having Jira tickets created as well as including more rules that are being reviewed. Eventually, all our AWS accounts will be under our security SLA and every check will have been reviewed and configured to the specifics of our environment.
We also continue working closely with the Conformity team, who are responsive to our feedback and quickly fix any bugs we discover in their product. They are great at including our feature requests in their roadmap and always keep us informed on when work is starting on anything we care about. This way, we keep increasing the value their service provides to us which directly translates into an ever increasing security posture.
When the security researcher “benmap” presented at DEF CON 27 recently, the community learned just how vulnerable public EBS volumes can leave a company, reminding everyone that not just S3 buckets can be made public and contain sensitive information. Naturally, we investigated our own environment for such public volumes. Since Conformity was already actively scanning all of our accounts, we were able to perform a fast investigation that gave a complete picture of all public volumes and we could quickly confirm that none of them contained any sensitive information. In addition, we will be alerted to any future volumes that are being made public and can ensure we are not exposing any sensitive information through them.
As a helpful side-effect these scans provide a forcing function for teams to go into their own environments and clean up any stale resources left over from development experiments. Atlassian enables our developers to iterate quickly, try out new features and innovate on our services. As a security team, we are responsible for making sure that these experiments happen within a suitable environment and in a way that don’t put customer data at risk. Part of this responsibility is making sure that unused resources are being cleaned up and Conformity helps us achieve this. We notify developers about resources with insecure configurations and sometimes developers realise they do not need those resources anymore and delete them.
With a tool like Trend Micro Cloud One - Conformity in our arsenal, we now have ongoing assurance that our cloud infrastructure is in a good and secure state.
We go beyond just vulnerabilities and use it to actually enforce best practices, which ensures our cloud security posture is best of breed.
89 Views 1 Likes Read More
Digital Transformation is redefining the future of health care and health delivery. All stakeholders are convinced that these innovations will create value for patients, healthcare practitioners, hospitals, and governments along the patient pathway. The benefits are starting from prevention and awareness to diagnosis, treatment, short- and long-term follow-up, and ultimately survival. But how do you make sure that your working towards an architecturally sound, secure and interoperable health IT ecosystem for your hospital and avoid implementing a hodgepodge of spot solutions? How does your IT department work together with the other stakeholders, such as the doctors and other healthcare practitioners, Life Sciences companies, Tech companies, regulators and your internal governance and administrative bodies?
Read More
The Telenet Business Leadership Circle powered by CIONET, offers a platform where IT executives and thought leaders can meet to inspire each other and share best practices. We want to be a facilitator who helps you optimise the performance of your IT function and your business by embracing the endless opportunities that digital change brings.
Read More
Découvrez la dynamique du leadership numérique aux Rencontres de CIONET, le programme francophone exclusif de CIONET pour les leaders numériques en Belgique, rendu possible grâce au soutien et à l'engagement de nos partenaires de programme : Deloitte, Denodo et Red Hat. Rejoignez trois événements inspirants par an à Liège, Namur et en Brabant Wallon, où des CIOs et des experts numériques francophones de premier plan partagent leurs perspectives et expériences sur des thèmes d'affaires et de IT actuels. Laissez-vous inspirer et apprenez des meilleurs du secteur lors de sessions captivantes conçues spécialement pour soutenir et enrichir votre rôle en tant que CIO pair. Ne manquez pas cette opportunité de faire partie d'un réseau exceptionnel d'innovateurs numériques !
Read More
CIONET is committed to highlighting and celebrating female role models in IT, Tech & Digital, creating a leadership programme that empowers and elevates women within the tech industry. This initiative is dedicated to showcasing the achievements and successes of leading women, fostering an environment where female role models are recognised, and their contributions can ignite progress and inspire the next generation of women in IT. Our mission is to shine the spotlight a little brighter on female role models in IT, Tech & Digital, and to empower each other through this inner network community.
Read More
Would you like to know more about CIONET Belgium, membership or partnership opportunities? Do you have feedback or any other question? Send us a message!
You can either send us a registered handwritten letter explaining why you'd like to become a member or you can simply talk to us right here!