A single data breach in India now costs a company an average of โน25.5 crore, and that number has climbed every year for over a decade. For a commerce student, this isn’t just an IT statistic, it’s a business risk that touches finance, operations, and even a company’s ability to survive a bad quarter. The good news is that most breaches are not the result of some unstoppable genius hacker. They happen because a business skipped one of a handful of basic security actions. Six of these actions, in particular, form the backbone of any credible business data protection plan: firewalls, antivirus software, strong passwords, regular backups, penetration testing, and restricted access to critical data. Add employee training to the mix, and you have a security posture that covers both the technology and the people using it.
Table of Contents
- Why these six actions matter more than ever
- The six actions at a glance
- 1. Firewalls: controlling what enters and leaves the network
- 2. Antivirus software: catching what gets through
- 3. Complex passwords: the first and weakest line of defence
- 4. Regular backups: the insurance policy for your data
- 5. Penetration testing: finding the cracks before attackers do
- 6. Limiting access to critical data
- The human layer: why employee training ties everything together
- Putting it all together
Why these six actions matter more than ever
Business data today lives everywhere: on office desktops, employee laptops, mobile phones, and cloud servers. Every one of these is a potential entry point for an attacker. The Indian Computer Emergency Response Team (CERT-In), the national nodal agency for cybersecurity, regularly runs awareness campaigns precisely because most incidents trace back to gaps that were entirely preventable. The six actions covered here are not exotic enterprise tools reserved for large corporations. They are foundational controls that any business, from a college-run startup to a mid-sized firm, can and should put in place.
The six actions at a glance
| Security action | What it protects against |
|---|---|
| Firewalls | Unauthorised network access |
| Antivirus software | Malware, viruses, and spyware |
| Complex passwords | Account takeover and credential theft |
| Regular backups | Data loss from ransomware or hardware failure |
| Penetration testing | Unknown vulnerabilities in systems |
| Access restriction | Insider misuse and unnecessary exposure |
1. Firewalls: controlling what enters and leaves the network
A firewall sits between a business’s internal network and the open internet, filtering traffic based on a set of security rules. Think of it as a checkpoint that decides which data packets are allowed in and which are turned away. According to the Federal Communications Commission’s small business cybersecurity guidance, a firewall is one of the most basic yet effective tools for preventing outsiders from reaching sensitive data stored on a private network.
Most businesses use two layers: a hardware firewall protecting the entire office network, and software firewalls installed on individual devices. This layered approach means that even if one device is compromised, the attacker cannot easily move across the rest of the network. For businesses that have shifted to hybrid work, firewall protection increasingly extends to cloud applications and remote employee connections as well, not just the physical office.
2. Antivirus software: catching what gets through
No firewall is perfect. Malicious files can slip in through email attachments, USB drives, or compromised websites. This is where antivirus software earns its keep. It scans files and programs for known malware signatures and suspicious behaviour, then removes or quarantines threats before they can spread.
The effectiveness of antivirus software depends heavily on how well it is maintained. The FCC’s guidance stresses keeping security software, browsers, and operating systems updated, since outdated antivirus definitions cannot recognise newer threats. A good habit for any business is to automate updates and schedule a full system scan after every major update, rather than relying on employees to remember to do it manually.
3. Complex passwords: the first and weakest line of defence
Passwords remain the most common way businesses authenticate users, and also the most common way attackers get in. The good news is that password guidance has actually become simpler over the past few years. The National Institute of Standards and Technology’s Digital Identity Guidelines now recommend prioritising length over complicated character combinations, allowing long passphrases that are easier for employees to remember and harder for attackers to crack through brute force. Forcing frequent password changes is no longer considered best practice either, since it tends to push people toward weaker, predictable variations of old passwords.
What actually works for a business is straightforward:
- Length over complexity: A long passphrase beats a short password stuffed with symbols.
- Unique passwords per account: Reused passwords mean one leaked account compromises several.
- Password managers: These generate and store strong, unique passwords so employees don’t have to memorise dozens of them.
- Multi-factor authentication: Even a stolen password becomes far less useful when a second verification step is required.
4. Regular backups: the insurance policy for your data
Ransomware attacks work by locking a business out of its own data until a ransom is paid. The single best defence against this is a reliable backup that lets a business restore its systems without paying anyone. The Cybersecurity and Infrastructure Security Agency (CISA) recommends what is widely known as the 3-2-1 rule: keep three copies of important data, store them on two different types of media, and keep at least one copy offsite or in the cloud.
Backups are only useful if they actually work when needed. It’s worth building in a habit of periodically testing whether a backup can actually be restored, rather than assuming it will work because the backup job ran successfully. Businesses that skip this step often discover the flaw in their backup process during an actual crisis, which is the worst possible time to find out.
5. Penetration testing: finding the cracks before attackers do
Penetration testing, often shortened to “pen testing,” involves hiring security professionals to deliberately try to break into a business’s systems, using the same techniques real attackers would. The goal is to find vulnerabilities and fix them before they can be exploited for real. The U.S. Small Business Administration recommends vulnerability scanning and resilience assessments as a routine part of any business’s cybersecurity strategy, not a one-time exercise.
In India, this practice has a specific regulatory dimension. CERT-In maintains a list of empanelled security auditing organisations that are officially authorised to carry out these assessments for businesses and government bodies. For companies in regulated sectors such as finance or IT services, working with a CERT-In empanelled auditor is often not just good practice but a compliance requirement. Even for smaller businesses outside these sectors, periodic testing helps catch misconfigurations, outdated software, and weak points that day-to-day operations tend to overlook.
6. Limiting access to critical data
Not every employee needs access to every file. The principle of least privilege means giving each person access only to the data and systems required for their specific role, nothing more. CISA’s ransomware response guidance lists restricting access according to this principle as one of the core practices that limits how far an attacker can move once inside a network, even if one account gets compromised.
Practically, this means:
- Role-based access: Finance staff see financial records; marketing staff see marketing assets.
- Regular access reviews: Removing permissions when employees change roles or leave the company.
- Segmented systems: Keeping sensitive databases separate from general-use networks.
This also reduces the damage from human error. If an employee accidentally clicks a phishing link, the blast radius is limited to whatever that one account could access, rather than the entire company’s data.
The human layer: why employee training ties everything together
Even the best firewall or backup system can be undone by a single employee clicking a malicious link or reusing a weak password across accounts. This is why security awareness training is treated as a foundational practice rather than an optional add-on. CERT-In runs national awareness initiatives specifically because building security literacy among users and organisations is seen as essential to reducing incidents at the source, not just responding after they happen.
A practical training programme for a business doesn’t need to be elaborate. Covering how to spot phishing attempts, why password reuse is risky, and what to do if a device is lost or a suspicious email is received goes a long way. Running periodic phishing simulations also helps employees build the instinct to pause and verify before clicking, which is often the difference between a contained incident and a full-blown breach.
Putting it all together
None of these six actions work well in isolation. A firewall without regular backups still leaves a business exposed to ransomware. Strong passwords without restricted access still allow a compromised account to reach everything. The real strength of this framework comes from layering these controls together, so that if one fails, another catches the problem before it becomes a crisis. For a commerce student stepping into a business environment, understanding this layered approach is less about becoming an IT expert and more about knowing what questions to ask, and what basic protections no business should operate without.
What do you think? If you were setting up IT security for a small business from scratch with a limited budget, which of these six actions would you prioritise first, and why? Do you think employee training deserves to be treated as a seventh essential action rather than a supporting practice?
References
- https://in.newsroom.ibm.com/India-Records-its-Highest-Average-Cost-of-a-Data-Breach-2026
- https://www.cert-in.org.in/PDF/CSA_Booklet.pdf
- https://www.fcc.gov/communications-business-opportunities/cybersecurity-small-businesses
- https://pages.nist.gov/800-63-4/sp800-63b.html
- https://www.cisa.gov/audiences/small-and-medium-businesses/secure-your-business/back-up-business-data
- https://www.sba.gov/business-guide/manage-your-business/strengthen-your-cybersecurity
- https://www.cisa.gov/stopransomware/ransomware-guide
Leave a Reply