Client portal

Sign in to manage tickets, messages, and your account.

Sign in to portal
NexusByte banner
Security Best Practices: Expert Insights and Recommendations
IT security specialist reviewing a network dashboard while hardening a business against cyber threats
Biraj Regmi
Oct 18, 2020

Security Best Practices: Expert Insights and Recommendations

Most businesses do not get breached because a genius hacker cracked their encryption. They get breached because a staff member reused a password, an unpatched server sat exposed for months, or someone clicked a convincing invoice that was not an invoice at all. Cyber security failures are rarely exotic. They are almost always the predictable result of skipping a handful of basics that everyone knows they should do and somehow never quite get around to.

That is actually good news, because it means the gap between a business that is a soft target and one that is genuinely hard to compromise comes down to discipline rather than budget. You do not need a security operations centre or a six-figure spend to dramatically lower your risk. You need a clear set of practices, applied consistently, and reviewed often enough that they do not quietly rot.

This guide sets out the security best practices that matter most for small and medium businesses, especially those operating here in Australia under the Privacy Act and the Notifiable Data Breaches scheme. It is written to be practical rather than theoretical: what to do, why it matters, and how to fit it into a business that has a hundred other things to worry about.

Start by understanding what you are actually protecting

Security done well is not a shopping list of tools; it is a set of decisions about risk. Before you buy anything or change any settings, you need a clear picture of what you are protecting, who might want it, and what happens if it is lost, stolen, or held to ransom. This is the difference between spending money on things that reduce real risk and spending it on things that merely feel reassuring.

Start by mapping your assets. Where does customer data live? Which systems would stop the business if they went down? What accounts, if compromised, would give an attacker the keys to everything? For most businesses the crown jewels are a short list: the email system, the financial and payment systems, customer records, and whatever runs the core of the business day to day. Once you know what matters most, you can concentrate your effort there instead of spreading it thinly across everything.

Think in terms of layers, not walls

The old model of security was a hard perimeter with a soft interior, like a castle wall. That model is broken. Staff work from home, data lives in the cloud, and devices come and go. Modern security assumes that any single control can fail and builds several independent layers so that one mistake does not become a catastrophe. A stolen password should run into multi-factor authentication. A phishing email that slips through should run into a trained employee. Malware that lands on a laptop should run into endpoint protection and a segmented network. No single layer has to be perfect if the layers behind it are doing their job.

Get passwords and authentication right

Credentials are the front door to almost everything, and weak or reused passwords remain the most common way attackers get in. The advice here has evolved, and some of what people were taught a decade ago is now actively counterproductive.

Use long, unique passphrases and a password manager

Length beats complexity. A long passphrase made of several unrelated words is far harder to crack and far easier to remember than a short string of symbols that a person will inevitably write on a sticky note. The critical rule, though, is uniqueness: every account needs its own password so that a breach on one service does not cascade across all the others. No human can remember dozens of unique passphrases, which is exactly why a reputable password manager is one of the highest-value security investments a business can make. It generates strong credentials, stores them encrypted, and fills them in automatically so staff are not tempted to cut corners.

Turn on multi-factor authentication everywhere it matters

If you do only one thing after reading this article, enable multi-factor authentication (MFA) on your email, financial systems, and any remote access. MFA means that a stolen password alone is not enough to get in, because an attacker also needs a second factor such as a code from an app or a physical security key. It is the single most effective control against credential theft, and it blocks the overwhelming majority of automated account takeover attempts. Prefer app-based or hardware-key MFA over SMS codes where you can, since text messages can be intercepted or redirected, but SMS-based MFA is still vastly better than none at all.

Apply least privilege to every account

Not everyone needs to be an administrator, and most people need far less access than they have accumulated over time. The principle of least privilege says each account should have only the access it needs to do its job and nothing more. This limits the blast radius when an account is compromised: a breached standard user account is a problem, but a breached global administrator account is a disaster. Review who has elevated access, remove it where it is no longer justified, and use separate accounts for administrative tasks rather than running day to day on an admin login.

Patch relentlessly and reduce your attack surface

An enormous proportion of successful attacks exploit vulnerabilities that already have a fix available. The patch existed; nobody applied it. Keeping software up to date is unglamorous, but it closes the doors attackers are actively walking through.

  • Enable automatic updates on operating systems, browsers, and applications wherever it is safe to do so, and put a clear process around the systems that need manual testing before updates.
  • Pay particular attention to anything exposed to the internet: firewalls, VPNs, remote desktop, and web servers are prime targets and should be patched with urgency.
  • Keep an inventory of the software and devices you actually run, because you cannot patch what you do not know exists.
  • Retire software and hardware that no longer receives security updates, since unsupported systems accumulate known holes that will never be fixed.

Reducing your attack surface goes hand in hand with patching. Every service you expose, every port you open, and every application you install is another potential way in. Turn off what you do not use, close what does not need to be open, and question whether each new tool is worth the risk it adds. Our networking and cybersecurity services include hardening and vulnerability reviews that systematically shrink that surface.

Defend against phishing and social engineering

Technology can only do so much when the attacker targets the person rather than the machine. Phishing, business email compromise, and other social engineering attacks work by manipulating human trust, and they remain the leading cause of serious breaches because they bypass many technical controls entirely.

Train people to recognise the patterns

Effective defence starts with awareness. Staff should be able to spot the hallmarks of a phishing attempt: an unexpected sense of urgency, a request to change bank details or move money, a slightly wrong sender address, links that do not go where they claim, and attachments from people who would not normally send them. Regular, short training keeps this front of mind far better than a once-a-year compliance video, and simulated phishing exercises help people practise in a safe setting. The goal is a culture where questioning a suspicious message is normal and where nobody is punished for reporting a mistake quickly.

Put verification steps around money and data

Some of the most damaging attacks involve no malware at all. An attacker simply emails the finance team, impersonating a supplier or a director, and asks for an urgent payment or a change of bank details. The defence is a process, not a product: any change to payment details or any unusual transfer request should be verified through a separate, known channel, such as a phone call to a number you already have on file, before anyone acts. Building that habit into your finance workflow prevents a whole category of costly fraud.

Back up your data as if you will need it tomorrow

Ransomware has made backups the difference between a bad afternoon and an existential crisis. If your data is encrypted or destroyed, reliable backups are what let you recover without paying a criminal and hoping they keep their word. Yet backups are one of the most commonly neglected controls, often because they are set up once and never tested.

Follow the 3-2-1 rule

A sound backup strategy keeps at least three copies of your data, on two different types of media, with at least one copy stored offsite or offline. The offline or immutable copy is what protects you against ransomware, which will happily encrypt any backup it can reach over the network. Cloud backups with versioning, combined with a copy that attackers cannot alter, give you a strong position to recover from almost anything.

Test your restores, not just your backups

A backup you have never restored is a hope, not a plan. Many businesses discover during a crisis that their backups were incomplete, corrupted, or configured to skip the very data they now need. Schedule regular test restores so you know exactly how long recovery takes and that the data actually comes back intact. Our data management services help set up backup and recovery that is verified rather than assumed, and our business IT support team can monitor it so failures are caught early.

Secure your network and endpoints

Every laptop, phone, and server is a potential entry point, and the network that connects them can either contain a breach or help it spread. A few well-chosen controls make a large difference here.

  • Firewalls and segmentation: a properly configured firewall controls what can talk to what, and segmenting the network keeps a compromise in one area from reaching everything else. Guest Wi-Fi, for instance, should never share a network with your core systems.
  • Endpoint protection: modern endpoint detection and response goes well beyond old-style antivirus, watching for suspicious behaviour and stopping threats that signature-based tools miss.
  • Encryption: full-disk encryption on laptops and phones means a lost or stolen device does not become a data breach, and encrypting data in transit protects it as it moves.
  • Secure remote access: with hybrid work now normal, remote access should run through a VPN or a zero-trust access solution, always protected by MFA, rather than exposing services directly to the internet.

These controls are most effective when they are configured, monitored, and maintained rather than installed and forgotten. If your team does not have the time or expertise to manage them properly, our cybersecurity specialists can take that off your plate.

Protect your website and online services

For many businesses the website is both a shopfront and a live target, exposed to the internet and constantly probed by automated tools. Web security is a discipline in its own right, and the strongest protections are built into how a site is developed rather than added afterwards.

The essentials include serving everything over HTTPS, validating and sanitising all user input to prevent injection and cross-site scripting attacks, keeping the platform and every plugin patched, and using strong authentication for any admin access. If you run an e-commerce website, payment security and PCI considerations raise the stakes further, since you are handling customer financial data directly. Building on a lean, well-maintained codebase rather than a pile of outdated plugins is itself a security decision, which is why our web development team treats security as a core requirement of every build, and our API development and integration work applies the same discipline to the connections between systems.

Meet your obligations under Australian privacy law

Security is not only good practice; for many Australian businesses it is a legal obligation. The Privacy Act and the Australian Privacy Principles require organisations that handle personal information to take reasonable steps to protect it, and the Notifiable Data Breaches scheme requires you to notify affected individuals and the regulator when a breach is likely to cause serious harm. Failing to prepare for this is both a compliance risk and a reputational one.

Practically, this means collecting only the personal data you genuinely need, storing it securely, restricting who can access it, and having a plan for responding to a breach quickly and transparently. Treating personal information as a liability to be minimised rather than an asset to be hoarded both reduces your risk and simplifies compliance. Good data management practices, from classification to retention, sit at the heart of getting this right.

Have an incident response plan before you need one

The businesses that weather a security incident well are almost always the ones that decided in advance how they would respond. In the middle of a live breach, with systems down and pressure mounting, is the worst possible time to be working out who to call and what to do. A written, practised plan turns panic into procedure.

What a workable plan contains

  • Roles and contacts: who leads the response, who makes decisions, and how to reach your IT support, insurer, and legal advisers out of hours.
  • Containment steps: how to isolate affected systems quickly to stop a problem spreading, without destroying the evidence you may need later.
  • Communication: what you will tell staff, customers, and regulators, and who is authorised to say it, so the message is accurate and consistent.
  • Recovery: how you will restore systems from clean backups and confirm the threat is gone before reconnecting.
  • Review: a commitment to learn from every incident and close the gap that allowed it, rather than simply moving on.

You do not need a hundred-page document. A clear, concise plan that everyone understands and that you rehearse occasionally is worth far more than an exhaustive one that sits unread in a drawer.

Build a security culture, not just a checklist

The most durable security improvement is cultural. Tools and policies matter, but they only work when the people using them care about getting them right. That comes from leadership treating security as everyone's responsibility, from making the secure path the easy path, and from responding to mistakes with coaching rather than blame so that people report problems early instead of hiding them.

Small habits compound. Locking screens when stepping away, questioning unexpected requests, thinking before clicking, and speaking up about anything that looks wrong are worth more than any single piece of software. When security becomes part of how a business operates rather than an obligation imposed on it, the whole organisation gets harder to attack. For businesses that want that discipline without building a security team from scratch, our ongoing managed IT support keeps the day to day covered, while home users and sole traders can get the same peace of mind through our home IT support.

A realistic order of priorities

If all of this feels like a lot, it is because comprehensive security genuinely has many parts. But you do not have to do everything at once, and the highest-impact steps are neither expensive nor complicated. A sensible order for most businesses looks like this:

  • Turn on multi-factor authentication for email, finance, and remote access today.
  • Roll out a password manager and stamp out reused passwords.
  • Get automatic updates working and retire anything unsupported.
  • Set up backups that follow the 3-2-1 rule, then test a restore.
  • Train staff on phishing and put verification around payments.
  • Review who has administrator access and cut it back to what is needed.
  • Write a short incident response plan and store it somewhere you can reach when systems are down.

Work through that list and you will have closed the doors behind the vast majority of real-world breaches. Everything beyond it is refinement.

Bringing it all together

Cyber security is not a product you buy once; it is a set of habits you maintain. The threats keep evolving, but the fundamentals that stop most attacks have been stable for years: strong authentication, timely patching, reliable backups, alert staff, sensible network design, and a plan for when something goes wrong. A business that does those things consistently is a hard target, and hard targets are usually the ones attackers move past in search of easier prey.

The goal is not perfect security, which does not exist, but resilience: making yourself difficult enough to compromise and quick enough to recover that an incident becomes a manageable event rather than a business-ending one. If you would like help putting these practices into place, our Sydney cybersecurity and networking team can assess where you stand, close the gaps that matter most, and keep watch so you can get on with running your business.