Cybersecurity is not only for security specialists. Every IT professional needs strong security habits because small mistakes can create big incidents.
What you will learn
- Understand why MFA matters
- Recognize common phishing signs
- Use password managers safely
- Apply least privilege thinking
- Build a simple security checklist for daily work
Interactive task: Keep a notepad open while reading. After each section, write one example from your own workplace.
1. Passwords are still important
A strong password should be long, unique and not reused across websites. Reused passwords are dangerous because one leaked site can affect many accounts.
- Use a password manager.
- Avoid using personal information.
- Do not share passwords in chat, email or screenshots.
- Use unique passwords for admin accounts.
2. MFA reduces account takeover risk
Multi-factor authentication adds a second proof of identity, such as an authenticator app, hardware key or push approval.
Password + MFA is much stronger than password alone.
For IT administrators, MFA should be mandatory wherever possible.
3. How to identify phishing
Phishing tries to trick users into giving credentials, opening malware or approving fake requests.
- Unexpected urgency: โYour account will be closed today.โ
- Suspicious sender address.
- Links that do not match the real domain.
- Attachments you were not expecting.
- Requests for passwords, MFA codes or payment changes.
4. Least privilege
Least privilege means users and systems should only have the access they need to do their job, not more.
Example: a normal user should not have domain administrator access. A service account should not have global permissions unless absolutely required.
5. Daily security checklist for IT staff
- Use MFA on important accounts.
- Keep systems updated.
- Verify suspicious requests through another channel.
- Do not run unknown scripts from the internet.
- Backup important data.
- Document changes and approvals.
Quick check
- What does MFA add to password security?
- Name two signs of phishing.
- What does least privilege mean?
- Why should IT admins use separate admin accounts?
Next steps
- Review your own MFA settings.
- Check if any passwords are reused.
- Create a short security awareness checklist for your workplace.
Educational note: This tutorial is for learning purposes. Always test commands and configuration changes carefully in a safe environment before using them on production systems.
