Sii Poland

SII UKRAINE

SII SWEDEN

  • Trainings
  • Career
Join us Contact us
Back

Sii Poland

SII UKRAINE

SII SWEDEN

Back

Cybersecurity Fundamentals

Training language: PL

  • The number of participants 8-15 people
  • Duration 4 days
  • Materials language PL/EN

Why take this course

This training bridges the gap between theory and practice. Based on the NIST framework and industry standards, we guide you through the complete security lifecycle: from understanding the attacker’s mindset, through building a “digital fortress,” to managing crises when prevention fails.

We do not teach dry definitions. We adopt an Active Defense perspective. You will understand why hackers no longer rely on brute-forcing firewalls but instead prefer to steal user identities. You will learn to view your organization through the eyes of a cybercriminal and effectively close doors you may not even know exist.

Modern cybersecurity is no longer the exclusive domain of IT specialists hidden away in server rooms. In an era of digital transformation, supply chain attacks, and AI-generated malware, information security has become a cornerstone of business survival. Organizations often fall into the trap of the “illusion of security” — investing in expensive tools while forgetting that people remain the primary attack vector.

What you’ll learn

  1. Understand the anatomy of a cyberattack
  2. Differentiate between automated mass attacks and targeted APT campaigns, map them to attack stages (Cyber Kill Chain / MITRE ATT&CK), and select appropriate defensive measures.
  3. Build a Human Firewall
  4. Recognize advanced manipulation techniques (social engineering) and minimize the risk of human error within teams and organizations.
  5. Secure network and system infrastructure
  6. Design multi-layered protection (Defense in Depth) using network segmentation, firewalls, IDS/IPS solutions, and secure configurations for endpoints and mobile devices.
  7. Apply cryptography in practice
  8. Protect data at rest and in transit using VPNs, TLS, disk encryption, and key management best practices.
  9. Implement effective Identity and Access Management (IAM)
  10. Translate theory into practice through MFA, SSO, federation, the Principle of Least Privilege (PoLP), PAM fundamentals, and identification of “toxic” permission combinations.
  11. Respond to security incidents
  12. Operate according to the NIST Incident Response lifecycle: preparation, detection, containment, eradication, and recovery; understand digital forensics fundamentals.
  13. Understand cloud security fundamentals and the role of a SOC
  14. Understand shared responsibility models in IaaS/PaaS/SaaS environments, common cloud misconfigurations, and the basic SOC workflow (logs → SIEM → alert → playbook).
  15. Use AI responsibly in cybersecurity
  16. Leverage AI tools for security operations (e.g., log analysis and rule creation) while recognizing risks such as prompt injection, shadow AI, and data leakage through AI chat applications.

 

Certification & Exam

CPE / Certification:

  • Completion of the full training program qualifies participants for up to 26 CPE credits (depending on the requirements of their certification body or organization).
  • Opportunity to take the final examination (1 hour / 60 multiple-choice questions).
  • Upon passing the exam, participants receive the “Sii Cybersecurity Fundamentals” certificate.

Who is this course for

  • Individuals starting a career in cybersecurity (Junior / Junior+ level) who already have basic IT knowledge (operating systems, networking, and basic administration tools).
  • Professionals planning to transition into cybersecurity from roles such as system administrator, network administrator, DevOps engineer, or IT support specialist.
  • Mid-level professionals who have so far focused on a single cybersecurity area (e.g., networking or Windows/Linux administration only) and want to build a structured foundation across the entire cybersecurity domain.

If you are an experienced senior professional seeking highly advanced offensive techniques, enterprise-grade security architecture, or specialized topics (e.g., malware analysis, large-scale threat hunting, advanced red teaming), we recommend our Advanced / Expert level courses.

Training schedule

Day 1 – Foundations and the Weakest Link: People at the Center of Security

Information Security Architecture

  • CIA Triad (Confidentiality, Integrity, Availability) in modern business.
  • AAA Model (Authentication, Authorization, Accountability) – theoretical introduction.
  • Zero Trust Mindset:
    Why does the traditional “castle-and-moat” model no longer work?
    – “Never trust, always verify” – what does this mean in practice?

Threat Landscape

  • Who attacks us? Profiling threat actors: from Script Kiddies, through cybercriminal groups, to nation-state actors (APTs).
  • Motivations: cyber warfare, industrial espionage, hacktivism, and financial gain.

Hacking Humans – Social Engineering

  • Psychology of attacks: influence tactics (urgency, authority, fear).
  • Attack vectors: Phishing, Spear Phishing, Vishing (voice-based attacks), Pretexting.
  • Physical security: Tailgating, Dumpster Diving, and device protection.

Hands-On Practice

  • Analysis of real phishing emails – “Spot the 5 Differences” workshop.
  • Case study of a major data breach caused by human error.

Day 2 – Think Like a Hacker: Anatomy of an Attack and Malware

Malware Ecosystem

  • Classification: viruses, worms, trojans, spyware, adware.
  • Ransomware: evolution from simple encryption to double and triple extortion (data theft + encryption + DDoS).
  • Fileless malware attacks.

Application and Web Security

  • How a hacker “communicates” with a database – introduction to SQL Injection.
  • XSS and session hijacking – how an innocent-looking form field can become a gateway to account compromise.
  • Patch Management:
    Importance of updates.
    – How missing patches lead to zero-day exploits and attack chains.

AI and Modern Cyber Threats

  • How AI is changing the threat landscape:
    • Generating large-scale, personalized phishing campaigns.
    • Voice and video deepfakes targeting executives and finance teams.
  • Risks associated with LLMs:
    • Prompt injection and data leakage.
    • Shadow AI – employees using unauthorized AI tools.
    • Hallucinations as a source of incorrect security decisions.
  • Using AI for defense:
    • Assistance in log and report analysis.
    • Support in creating detection rules, scripts, and documentation.

Endpoint and Mobile Security

  • Threats: malicious applications, rooting/jailbreaking, device loss.
  • BYOD (Bring Your Own Device) – challenges for organizations, policies, and MDM.

Hands-On Workshops

  • Analysis of ransomware operations based on a selected CERT report or incident analysis:
    • Mapping to the Cyber Kill Chain and MITRE ATT&CK.
  • Demonstration of selected attacks.
  • AI-generated phishing content and messages – participants learn how to identify differences and warning signs.

Day 3 – The Digital Fortress: Building Secure Infrastructure

Network Security

  • Firewalls:
    • Packet filtering vs. NGFW (Next-Generation Firewall).
  • IDS vs IPS:
    • Detection vs. prevention.
    • Their role in security architecture.
  • Security Zones:
    • DMZ, network segmentation.
    • Isolation of critical assets.

Secure Communication and Applied Cryptography

  • Encryption in practice: what the browser padlock really means (TLS/SSL).
  • Protecting data in transit: VPNs, secure remote access, common user mistakes.
  • Cryptography for non-technical audiences:
    • Symmetric vs. asymmetric encryption (public/private keys).
  • PKI and digital certificates – how trust is established on the Internet.

Wireless Security

  • Evolution of Wi-Fi:
    • Why WEP/WPA are obsolete.
    • WPA2/WPA3 as the minimum standard.
  • Rogue AP and Evil Twin threats and how to mitigate them.

Cloud Security Fundamentals

  • Service models: IaaS, PaaS, SaaS – the shared responsibility model.
  • Common mistakes:
    • Public storage buckets.
    • Excessive permissions.
    • Lack of MFA.
    • Insufficient logging.
  • Differences between traditional DMZs and cloud architectures.

Hands-On Workshops

  • Designing a secure network architecture for a sample company:
    • Segmentation, DMZ, security zones.
  • Analysis of a sample architecture diagram (on-premises + cloud):
    • Participants identify vulnerabilities and configuration errors.
  • Configuring a basic secure connection:
    • VPN tunnel, HTTPS, certificate testing.
  • Basic network traffic analysis.

Day 4 – Crisis Management, Identity, and Strategy (GRC)

Identity and Access Management (IAM)

  • AAA model at the organizational level.
  • MFA (Multi-Factor Authentication) – why passwords are not enough.
  • SSO and federation – convenience versus security risks.
  • Principle of Least Privilege (PoLP), Privileged Access Management (PAM), and toxic combinations of permissions.

Incident Response

  • Incident lifecycle according to NIST:
    Preparation, Detection, Containment, Eradication, Recovery.
  • Digital Forensics – fundamentals:
    – Preserving evidence.
    – “Do not contaminate your own evidence.”

SOC and Detection in Practice (Introduction)

  • What is a SOC? Roles of L1, L2, and Detection Engineer.
  • Data sources: logs, EDR, SIEM – where alerts come from.
  • Example of a simple Incident Response playbook:
    • Unusual login alert → verification and response steps.

Risk Management and Business Continuity

  • Risk analysis:
    • Identification of critical assets.
    • Simple risk matrix (likelihood × impact).
  • BCP (Business Continuity Plan) vs. DRP (Disaster Recovery Plan) – differences and examples.
  • Backup and redundancy:
    • The 3-2-1 rule and common mistakes.

Hands-On Workshops

  • Configuring a basic MFA scenario (test/demo account).
  • Permission matrix exercise:
    Identifying toxic combinations (e.g., creating a user account + approving payments).
  • SOC mini-case:
    – Analysis of a simple unusual login alert.
    – Decision-making: false positive vs. real incident – what actions should be taken?
  • Mini risk assessment for a small organization:
    What is critical? What must remain operational at all costs?

Have questions about this training?

Ewelina Rutkowska-Chruściel Koordynatorka ds. Klienta Biznesowego
Contact me
Interested in training?
Contact us to get more information

Contact our expert

Your file

Uploaded file:
  • file_icon Created with Sketch.

Acceptable files: doc, docx, pdf. (max 5MB)
Please submit your file in DOC, DOCX or PDF format
The upload size is limited to 5 MB
File is empty
File was not uploaded

At any time, you may withdraw your consent to the processing of personal data, but such withdrawal shall not affect the legal compliance of any processing of such data, which had occurred before you withdrew your consent. Detailed information on the processing of your personal data is specified in the Sii Poland Group Privacy Policy.

Ewelina Rutkowska-Chruściel

Koordynatorka ds. Klienta Biznesowego

Your message was sent successfully

We will look over your message and get back to you as soon as possible

Sorry, something went wrong and your message was not delivered

Refresh the page and try again. Contact us, if problem occurs again

We’re sorry, but the selected file appears to be damaged and we can't process it.

Please try uploading a different copy or a new version of the file. Contact us, if problem occurs again.

Processing…

Similar trainings

ITIL® and PRINCE2® are registered trademarks of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved. AgilePM® is a registered trademark of Agile Business Consortium Limited. All rights reserved. Lean IT® Association is a registered trademark of the Lean IT Association LLC. All rights reserved. SIAM™ is a registered trademark of EXIN Holding B.V. All prices presented on the website are net prices. 23% VAT should be added.

Get in touch Find training

Änderungen im Gange

Wir aktualisieren unsere deutsche Website. Wenn Sie die Sprache wechseln, wird Ihnen die vorherige Version angezeigt.

Einige Inhalte sind nicht in deutscher Sprache verfügbar.
Sie werden auf die deutsche Homepage weitergeleitet.

Möchten Sie fortsetzen?