Cyber Security Management for SME businesses – 28th Sept 2023

Cyber Security Management for SME businesses
Thursday | 28th September 2023
4:00 PM – 5:00 PM AEST

A lack of cyber security knowledge, low budget, and an increase in cyber-attacks can seriously impact a business’s stability and compromise growth. This is why it is fundamental for business owners to start applying best practices to secure their business and stay prepared for future threats.

Join NetStripes CEO Dinesh De Silva as he shares insights into cyber security best practices and steps to creating a disaster recovery plan for small businesses.

Topics of discussion 

  • Types of cyber threats that could affect your business
  • Best practices to consider when creating a cyber-security and recovery plan
  • 8 Steps for a practical cyber security and disaster recovery plan

Reserve Your Seat

Reserve Your Seat
By submitting, you agree to receiving promotional emails and netStripes Terms & Conditions. You can unsubscribe at any time.

Keynote Speaker
Keynote Speaker
Dinesh De Silva
Founder of NetStripes

Dinesh is a leading authority on Small and Medium Business Digital Innovation. His current passion is to empower 1 Million SMEs to accelerate their business growth through Digital Innovation, which he believes can change the course of small businesses in this country, whilst creating millions of jobs across the world.

Having worked with over 7,000 business owners in recent years, he is regularly called upon to share his insights as a thought leader. Media appearances include ABC News, ABC Radio, Sky Business, Sky News, AFR, and CIO.

Here are the upcoming webinar details

document.addEventListener("DOMContentLoaded", function () { // Event listener for clicks document.addEventListener("click", function (e) { // Check if the clicked button is inside the popup const submitButton = e.target.closest(".sg-popup-id-55187 #aibutton-popup"); if (submitButton) { e.preventDefault(); // Prevent default behavior // Get the input field value inside the popup const inputField = document.querySelector(".sg-popup-id-55187 #ai-search-input"); const queryInput = inputField?.value.trim(); // Validate the input if (!queryInput || !queryInput.startsWith("http")) { alert("Please enter a valid URL starting with http or https."); return; } // Build the destination URL const destinationUrl = `https://wpupdate.netstripes.info/ai-search-bar/?q=${encodeURIComponent( queryInput )}`; // Open the results in a new tab window.open(destinationUrl, "_blank"); } }); });