| ACSCAustralian Cyber Security CentreRules & frameworks | The federal body providing cyber security advice to Australian organisations, part of the Australian Signals Directorate. It publishes the Essential Eight and runs ReportCyber. | The national safety authority — guidance, alerts and the place you report an incident. |
|---|
| AdwareAttacks & scams | Software that forces unwanted advertising onto a device, often bundled with something free. Usually more annoying than dangerous, but it shows something got installed that shouldn't have. | Junk mail that comes with a key to your letterbox. |
|---|
| Air gapProtection & tools | Keeping a copy of data completely disconnected, so ransomware spreading through the network simply can't reach it. | The records in the safe deposit box across town, with no phone line to your office. |
|---|
| AntivirusAVProtection & tools | Software that spots known malicious files by matching them against a list. Still useful, no longer sufficient on its own. | A guard with a book of mugshots. Great for known faces, blind to new ones. |
|---|
| Application allow-listingProtection & tools | Only approved programs are permitted to run. Everything else is blocked by default, including malware that's never been seen before. | A guest list instead of a bouncer trying to recognise troublemakers. |
|---|
| Attack surfaceEveryday jargon | Every account, device, app and connection an attacker could try. Each new tool or login adds to it. | Every door, window and vent on the building. |
|---|
| AuthenticationLogins & identity | Proving you are who you say you are. Passwords, codes, fingerprints and passkeys are all forms of it. | Showing your driver's licence at the door. |
|---|
| AuthorisationLogins & identity | What you're allowed to do once you're in. Different from authentication — being let into the building doesn't mean you can open the safe. | Which rooms your pass actually unlocks. |
|---|
| BackupProtection & tools | A separate copy of your data you can restore from. The rule of thumb is 3-2-1: three copies, two types of storage, one kept offsite. | A spare set of records in another building. |
|---|
| BiometricsLogins & identity | Using a physical trait — fingerprint, face — to unlock a device. Convenient and hard to steal remotely, though it usually protects the device rather than the account. | A lock that only opens for your thumb. |
|---|
| BotnetAttacks & scams | A network of hijacked computers controlled remotely by an attacker. Owners rarely notice; their machines are quietly rented out to send spam or attack other targets. | A crowd of unwitting people all posting the same letter, hired by someone they've never met. |
|---|
| Brute force attackAttacks & scams | Trying enormous numbers of passwords until one works. Automated tools test billions of combinations, which is why length matters more than special characters. | Trying every key on a giant keyring, very fast, all night. |
|---|
| Business email compromiseBECAttacks & scams | An attacker gets into a genuine mailbox and uses it to redirect payments or harvest more access. Because the email really is from that account, technical checks don't flag it. | A thief who doesn't forge the letterhead — they've taken over the actual office. |
|---|
| CIS ControlsRules & frameworks | An internationally used, prioritised list of security controls. Practical and ordered so you can work down it rather than doing everything at once. | A checklist written in the order the jobs should actually be done. |
|---|
| CloudEveryday jargon | Software and storage running on someone else's servers, reached over the internet. The provider keeps the service running; your data and access remain your responsibility. | Renting a serviced office instead of owning the building. |
|---|
| Conditional accessLogins & identity | Rules that decide how much proof a sign-in needs based on context: who, what device, where from, how risky. Normal logins stay invisible; odd ones get challenged or blocked. | Security waving through the regulars and stopping the person nobody recognises. |
|---|
| Credential stuffingAttacks & scams | Taking usernames and passwords leaked from one website and trying them automatically on hundreds of others. It works because most people reuse passwords. | Finding a key in the street and trying it on every door in the suburb. |
|---|
| CredentialsLogins & identity | The username and password combination that gets someone into an account. | The name on the pass and the key that comes with it. |
|---|
| Cyber insuranceRules & frameworks | Insurance covering the costs of an incident. Insurers now ask detailed questions about MFA, backups and monitoring, and answers affect both premium and payout. | Building insurance where the insurer wants to see the locks before they write the policy. |
|---|
| Data breachData & privacy | Information being accessed, taken or disclosed without authorisation. In Australia, serious breaches involving personal information must be reported. | The filing cabinet was opened by someone who shouldn't have opened it. |
|---|
| Data sovereigntyData & privacy | Which country your data physically sits in, and therefore whose laws apply to it. It comes up in government, health and education contracts constantly. | Which country's rules apply depends on which country the warehouse is in. |
|---|
| DeepfakeAttacks & scams | AI-generated audio or video imitating a real person. A few seconds of recorded speech is enough to clone a voice well enough to fool a colleague. | A very good impersonator who has studied one specific person. |
|---|
| Defence in depthEveryday jargon | Layering several independent controls so no single failure gets an attacker all the way through. | Slices of Swiss cheese stacked so the holes don't line up. |
|---|
| Denial of serviceDoS / DDoSAttacks & scams | Flooding a website or system with so much traffic that real customers can't get through. Nothing is stolen; you simply stop trading. | A thousand people queueing at your counter with no intention of buying anything. |
|---|
| DLPData loss preventionData & privacy | Rules that stop sensitive information — card numbers, bank details, customer records — leaving the business by email or file sharing. | A mailroom that opens outgoing post and stops anything confidential going out. |
|---|
| DMARC, SPF & DKIMEveryday jargon | Three settings on your domain that let other mail servers verify email really came from you. Without them, anyone can send mail that appears to be from your business. | A verified letterhead other people's mailrooms can actually check. |
|---|
| DNS filteringWeb filteringProtection & tools | Blocking known-malicious websites before a browser can load them, which stops a lot of phishing at the moment of the click. | A road closed before you can drive down it. |
|---|
| DomainEveryday jargon | Your business's address on the internet — the part after the @ in your email. Losing control of it means losing email and website at once. | Your street address, and the deed that says it's yours. |
|---|
| EDREndpoint detection & responseProtection & tools | Watches how programs behave on a device rather than matching a list, and can isolate a machine automatically when something looks wrong. | A guard who notices someone acting strangely, not just someone on the wanted list. |
|---|
| Email filteringProtection & tools | Scanning inbound mail for phishing, malware and impersonation before it reaches an inbox — and flagging mail that comes from outside the business. | Sorting the post before it reaches anyone's desk. |
|---|
| EncryptionData & privacy | Scrambling data so only someone with the key can read it. Protects information at rest on a device and in transit across the internet. | Writing in a code only you and the recipient can read. |
|---|
| EndpointProtection & tools | Any device a person uses to reach your systems: laptop, desktop, phone, tablet. The word covers all of them at once. | Every door and window on the building, wherever it happens to be parked. |
|---|
| Essential EightRules & frameworks | Eight baseline strategies recommended by the Australian Government — including patching, MFA, restricting admin rights and backups — with maturity levels from zero to three. | The national road rules of business security: not everything, but the bit everyone's expected to know. |
|---|
| ExploitAttacks & scams | A piece of code that takes advantage of a specific flaw in software. Patching removes the flaw, which makes the exploit useless. | The particular jiggle that opens a faulty latch. |
|---|
| FirewallProtection & tools | Controls what network traffic is allowed in and out based on a set of rules. | The bouncer deciding who gets through the door. |
|---|
| HardeningEveryday jargon | Changing default settings to a secure configuration and turning off what you don't use. Most break-ins exploit defaults nobody changed. | Changing the locks and codes the builder left set when you moved in. |
|---|
| HTTPS & TLSEveryday jargon | The padlock in your browser. It means the connection is encrypted — it does not mean the site is honest, and scam sites have padlocks too. | A sealed envelope. Nobody read it in transit; that says nothing about who sent it. |
|---|
| Identity providerIdP / SSOLogins & identity | One central account that signs you in to many services — signing into apps 'with Microsoft', for example. Fewer passwords to manage, and one place to shut everything off when someone leaves. | One building pass that works across every office, issued and cancelled from reception. |
|---|
| Immutable backupProtection & tools | A backup that can't be changed or deleted for a set period, even by an administrator. Specifically defeats ransomware crews who hunt for backups first. | Records in a time-locked vault that won't open early for anyone, including you. |
|---|
| Incident response planRules & frameworks | A written plan for what happens when something goes wrong: who does what, who to call, how to contain it, what to tell customers. | The evacuation plan on the wall, written while everyone was calm. |
|---|
| Insider threatAttacks & scams | Risk from someone who already has legitimate access — usually careless rather than malicious, but a departing employee with live logins is a genuine problem. | The ex-tenant who never handed back their key. |
|---|
| ISO 27001Rules & frameworks | An international standard for managing information security, certified by an external auditor. Larger clients and tenders increasingly ask for it. | A formal building certification, signed off by an inspector, not a self-assessment. |
|---|
| KeyloggerAttacks & scams | Software or hardware that records every keystroke, capturing passwords and card numbers as they're typed. | Someone reading over your shoulder every time you type, permanently. |
|---|
| Least privilegeLogins & identity | Giving each account only the access its job needs. Limits the blast radius when a login is compromised. | Keys to your own office, not the master key to the building. |
|---|
| MalwareAttacks & scams | The umbrella word for malicious software: viruses, worms, trojans, ransomware, spyware. Anything installed to cause harm or make money at your expense. | 'Pest' — accurate, but it doesn't tell you if it's mice or termites. |
|---|
| Man-in-the-middleAttacks & scams | Intercepting communication between two parties who believe they're talking directly. Public wi-fi is the classic setting. | A postman steaming open every letter, reading it, then sealing it and delivering it on time. |
|---|
| Maturity levelRules & frameworks | A score for how thoroughly a control is applied — Essential Eight uses zero to three. It measures consistency, not effort. | The difference between locking most doors most nights and locking every door every night. |
|---|
| MDMMobile device managementProtection & tools | Central control of company laptops and phones: enforcing settings, pushing updates, and locking or wiping a device remotely if it goes missing. | Being able to change the locks on a company car from the office. |
|---|
| MDR / SOCManaged detection & responseProtection & tools | A team of analysts in a security operations centre watching your alerts 24/7 and acting on the real ones, so tools don't just generate noise nobody reads. | The monitoring company that actually sends someone when the alarm goes off. |
|---|
| Multi-factor authenticationMFA / 2FALogins & identity | Requiring a second proof beyond the password — usually a tap or code on your phone. Blocks the overwhelming majority of password-based attacks. | Needing both the key and your ID to get through the door. |
|---|
| Notifiable Data Breaches schemeNDBData & privacy | Australian law requiring organisations covered by the Privacy Act to notify affected individuals and the OAIC when a breach is likely to cause serious harm. | A legal duty to tell people their records were in the cabinet that got opened. |
|---|
| On-premisesOn-premEveryday jargon | Servers and systems physically in your building rather than in the cloud. Fully your responsibility to patch, back up and secure. | Owning the warehouse rather than renting space in one. |
|---|
| PasskeyLogins & identity | A password replacement built into your device, unlocked with your face or fingerprint. There's nothing to type, so there's nothing to phish, and it only works on the real website. | A car key that only starts your car and can't be described over the phone. |
|---|
| Password managerLogins & identity | An encrypted vault that creates and stores a different strong password for every account, so nobody has to remember or reuse them. | A locked keyring where every key is different and you only remember the one that opens the ring. |
|---|
| Password sprayingAttacks & scams | Trying a handful of very common passwords against many accounts, rather than many passwords against one. It avoids lockouts, which trigger on repeated failures for a single user. | Trying the same obvious key on a thousand doors instead of a thousand keys on one. |
|---|
| PatchProtection & tools | An update that fixes a flaw. Once released, the flaw is public knowledge, so unpatched systems become easier targets immediately. | The recall repair. Free, quick, and now every thief knows which model to try. |
|---|
| Penetration testPen testProtection & tools | Hiring specialists to attack your systems with permission, to find what a real attacker would find. Deeper and more manual than an automated scan. | Paying a locksmith to break into your own building and write down how they did it. |
|---|
| Personal informationPIIData & privacy | Anything that identifies a person — name, address, date of birth, Medicare or licence numbers. It carries the strictest handling obligations. | The details on someone's licence, which you're now responsible for. |
|---|
| Privacy Act & APPsRules & frameworks | Australian law governing how organisations handle personal information, via the Australian Privacy Principles. Obligations increasingly reach smaller businesses too. | The rules about what you may do with information people trusted you with. |
|---|
| Privileged accountAdmin accountLogins & identity | An account that can change settings, create users or read anyone's mail. Should be separate from the account used for everyday work and email. | The master key. Useful, and not something to carry to lunch. |
|---|
| RansomwareAttacks & scams | Malware that encrypts your files and demands payment for the key. Most groups now steal a copy first and threaten to publish it, so backups alone no longer end the problem. | Someone changing every lock in your building and selling you the new keys — after photographing the files. |
|---|
| RetentionData & privacy | How long data is kept before it's deleted. Cloud platforms only hold deleted items for a limited window — often far shorter than businesses assume. | How long the archive keeps a box before it goes to the tip. |
|---|
| Risk registerRules & frameworks | A simple list of the things that could go wrong, how likely and serious each is, and who's dealing with it. Turns vague worry into a plan. | A written list of everything that could go wrong, with a name next to each one. |
|---|
| RTO & RPORules & frameworks | Recovery time objective — how long you can afford to be down. Recovery point objective — how much recent work you can afford to lose. They decide what your backup design needs to be. | 'How long can the shop stay shut' and 'how many hours of takings can we lose'. |
|---|
| SandboxEveryday jargon | Opening something suspicious in an isolated environment to see what it does, without letting it touch anything real. | Opening a suspicious parcel inside a blast box. |
|---|
| ScarewareAttacks & scams | Alarming pop-ups claiming your device is infected, pushing you to install a 'fix' that's the actual infection or to ring a fake support line. | A stranger banging on your door shouting that your house is on fire, while holding a bucket for sale. |
|---|
| Session tokenCookieLogins & identity | The 'you're already signed in' pass your browser holds after login. Attackers who steal one can skip the password and the MFA prompt entirely. | A wristband from the door — once you have it, nobody checks your ID again. |
|---|
| Shadow ITData & privacy | Apps and services staff sign up for without telling anyone — free file converters, AI tools, personal cloud storage. Business data ends up somewhere nobody can see or secure. | A filing cabinet someone bought and put in their own garage. |
|---|
| SIEMProtection & tools | A system that collects logs from across your environment and correlates them, so separate small oddities can be spotted as one connected attack. | One control room with every camera feed on the wall, instead of tapes in each room. |
|---|
| SIM swappingAttacks & scams | Convincing a phone company to move your number to the attacker's SIM, so verification codes sent by SMS go to them. It's why app-based codes beat text messages. | Redirecting your mail to someone else's address without you knowing. |
|---|
| Social engineeringAttacks & scams | Manipulating people rather than technology. Phishing, phone scams, fake tradespeople — anything that persuades a human to open the door. | The con artist who knocks and talks their way in, rather than picking the lock. |
|---|
| Supply chain attackAttacks & scams | Attacking you through a supplier, contractor or piece of software you trust. Their access becomes the attacker's access. | Tampering with the delivery before it reaches your loading dock. |
|---|
| TenantEveryday jargon | Your organisation's own private space inside a cloud platform like Microsoft 365 — your users, data and settings, separate from every other customer. | Your suite in a shared building: same address, your own locked door. |
|---|
| TrojanAttacks & scams | Malware disguised as something legitimate. You install it deliberately, believing it's useful. | The wooden horse. Wheeled in willingly, full of trouble. |
|---|
| TyposquattingAttacks & scams | Registering domains that look almost right — a swapped letter, a hyphen, .co instead of .com.au — to catch mistyped addresses and unread email senders. | A shopfront next door with a near-identical sign, hoping you don't look twice. |
|---|
| VPNVirtual private networkProtection & tools | An encrypted tunnel across the public internet. It protects traffic in transit; it does not inspect that traffic for anything harmful. | An armoured van. Safe in transit, and it doesn't care what's in the boxes. |
|---|
| Vulnerability scanProtection & tools | An automated check for known weaknesses — missing patches, weak settings, exposed services — usually run on a schedule. | Walking the building each month rattling every door handle. |
|---|
| Zero trustLogins & identity | A model where nothing is trusted just because it's inside the network. Every request is verified on its own merits, every time. | Airport-style checks at every gate, not one gate at the entrance to the suburb. |
|---|
| Zero-dayAttacks & scams | A flaw attackers know about before the vendor does, so no patch exists yet. Rare, valuable and the reason detection matters as well as patching. | A design fault in the lock that the maker hasn't discovered — but the burglars have. |
|---|