Competence · Security Operations · 2026

SOC 24/7 in 2026: how it works, what the law requires and how to assess effectiveness

A Security Operations Center (SOC) is an operational capability: people, procedures and tools that collect security data, detect suspicious activity, assess its significance and coordinate the response. A SIEM, EDR or a round-the-clock rota alone does not constitute a SOC. Its effectiveness depends primarily on visibility, detection quality, authority to act and regular learning from incidents [1].

Law may require continuous monitoring, incident management and rapid reporting of defined events, but it does not require every organisation to buy a product called "24/7 SOC". In Poland, the obligations under the Act on the National Cybersecurity System (KSC), DORA, the GDPR and the National Interoperability Framework must be distinguished. Each has a different scope of entities and a different object of protection. This article presents the legal and technical position verified as of 26 August 2026.

Glass door of the 4crypto Security Operations Center with the SECURITY OPERATIONS CENTER sign and the 4crypto.eu logo
The 4crypto Security Operations Center. This is where we run monitoring, alert triage and incident response. The data stays in a data centre that sits literally beneath our floor - it does not get safer than that.

What a SOC is and when 24/7 operation is needed

A SOC continuously observes the environment, qualifies alerts, investigates and contains incidents, and escalates cases to system owners, management and the relevant response teams. In practice, it combines technical work with decision-making. An analyst needs to know not only that an account performed an unusual operation, but also whether it is privileged, which business process it supports and what blocking it would disrupt.

The terms used to describe these services are not interchangeable:

  • SIEM collects and correlates data; it is a tool, not a response team.
  • SOAR (Security Orchestration, Automation and Response) connects security tools, runs approved playbooks and records their execution. It can automate alert enrichment, case creation, device isolation or account blocking, but it does not replace the SOC or human accountability for high-impact decisions.
  • SOC is an organisational capability for detection, analysis and response.
  • CSIRT/CERT is a response team with a defined remit. It may operate in the same organisation as the SOC, but usually has a broader coordination and communication role.
  • MDR is a managed detection and response service. It may cover endpoints only or a much wider set of telemetry; the service name does not determine its coverage.

An in-house SOAR is particularly important for data sovereignty and confidentiality. The platform may have access not only to alerts, but also to logs, identity data, security configurations, API tokens and incident evidence. 4crypto.eu is developing its own SOAR, designed to operate without communicating with external automation or AI providers in the United States or Asia. This enables data and playbook execution to remain in a controlled environment in Poland or the EEA, limits unnecessary transfers outside the EEA and reduces dependence on additional subcontractors.

A European server address alone does not establish sovereignty. Buyers should examine infrastructure ownership, provider jurisdiction, the processor list, remote administrative access, product telemetry, backups, key management and every outbound connection. Transfers of personal data outside the EEA are governed by Chapter V of the GDPR [12], while the KSC Act requires supply-chain security and continuity to be considered in risk management [7]. A claim that the platform has no external-service connections should be confirmed in the architecture, contract, subcontractor register and network-traffic tests.

The operating model may be in-house, outsourced or co-managed. The choice should follow risk, available expertise, required response time, data jurisdiction and the ability to delegate authority securely. SOC research shows that alignment between organisation, processes and tools matters more than the model label itself [19].

A 24/7 mode is justified when a critical service runs continuously, the cost of delay rises quickly or short escalation deadlines apply. It need not mean that every role is fully staffed at all times. Automated monitoring with a round-the-clock first-line analyst and on-call specialists may be appropriate, provided that a decision-maker on the organisation's side can actually be reached and the permitted actions have been agreed in advance.

How an effective SOC works

SOC work forms a closed loop. Every stage depends on the quality of the previous one, so automation alone cannot repair poor visibility.

  1. Scope and priorities. First identify the critical services, assets, identities and data flows. Abuse cases and telemetry sources follow from this. An inventory of devices without links to business services is not enough.
  2. Reliable data collection. Useful sources include identity and authentication logs, EDR, network systems, email, cloud services, applications, edge devices, hypervisors and administration tools. The SOC should control data completeness, delay, time synchronisation, integrity and retention. A missing log should be detected like a failed sensor.
  3. Normalisation and context. An event becomes useful only after it is linked to the asset owner, criticality, vulnerabilities, user role and prior activity. IP geolocation or a single reputation indicator is only a clue, not proof of an attack.
  4. Detection. Rules, behavioural analytics and threat intelligence should answer specific hypotheses. MITRE ATT&CK organises knowledge about adversary behaviour and helps describe coverage, but it is not a certificate of effectiveness. Version 19.2 is an evolving catalogue of tactics, techniques, detection strategies and analytics [16].
  5. Triage and investigation. The analyst determines whether the alert describes real activity, its scope and impact, and what remains unknown. The conclusion should be reproducible, with a timeline, evidence, data sources and confidence level.
  6. Response. Isolating a device, revoking a session or blocking an account or address may limit harm, but may also interrupt a service. Automated actions should be pre-authorised, limited to well-understood cases, logged and reversible. NIST SP 800-61 Rev. 3 treats incident response as part of risk management, not as a separate stage triggered only after an alert [14].
  7. Feedback. After an incident, rules, configuration, architecture, instructions and training need to be improved. Otherwise, the SOC repeatedly handles the same problem instead of reducing risk.

A SOC cannot see everything. Encryption restricts content inspection, edge devices and SaaS systems may provide insufficient telemetry, and an attacker may disable a sensor or erase logs. The health of data sources, copies of evidence and independent control mechanisms are therefore part of the detection architecture, not optional extras.

What 2025-2026 data shows

Annual reports describe different datasets. Their figures cannot be compared as though they measured the same population, nor can they support a promise about the effectiveness of a particular SOC.

  • Mandiant M-Trends 2026. The report is based on more than 500,000 hours of investigations conducted in 2025. Global median attacker dwell time was 14 days, up from 11 days a year earlier; for cyber-espionage and North Korean IT worker cases it was 122 days. Exploitation of vulnerabilities accounted for 32% of observed initial access vectors [3]. Dwell time is not the same as an internal MTTD measured from alert arrival.
  • Verizon DBIR 2026. The dataset includes more than 31,000 incidents and over 22,000 confirmed data breaches in 145 countries, recorded from November 2024 through October 2025. Vulnerability exploitation was the initial vector in 31% of breaches, while ransomware was present in 48% [4]. The operational conclusion goes beyond buying EDR: the SOC needs visibility into edge devices, a vulnerability-management process and data on third-party dependencies.
  • ENISA Threat Landscape 2025. The analysis covers 4,875 incidents from 1 July 2024 to 30 June 2025. DDoS accounted for 77% of recorded events, many linked to hacktivism, while ransomware was rated the threat with the greatest impact [5]. Event volume is therefore not a measure of severity.
  • CERT Polska for 2025. The team received 658,320 reports and registered 260,783 unique incidents from them. Computer fraud accounted for 97% of handled incidents [6]. Growth in registrations may reflect attacker activity as well as better detection, greater awareness and new reporting channels.

These sources point to a common conclusion: endpoint monitoring remains necessary but is not sufficient. A detection programme should include identities, web applications, edge infrastructure, cloud services, backups and third-party dependencies.

Common operational failures and useful metrics

Alert overload is not merely a volume problem. Alahmadi, Axon and Martinovic surveyed 20 practitioners and interviewed 21 people from seven SOCs. They found that "false positive" may refer both to an erroneous alert and to the correct detection of legitimate activity. Alerts need context, explainability and reproducible reasoning [2]. The title "99% False Positives" does not demonstrate that 99% of alerts in a typical SOC are wrong.

Coverage gaps are more dangerous than the absence of another tool. An organisation may collect a huge volume of events while failing to record cloud configuration changes, administrator activity, VPN appliance activity or application-token use. Coverage should be measured against threat scenarios and critical assets, then tested through controlled simulations [17][3].

Automation can accelerate both good and bad decisions. A rule that isolates a device is valuable when the signal is reliable and its impact is understood. The same mechanism applied to a domain controller or an OT component can cause a serious outage. Authority levels, a list of pre-approved actions, manual-confirmation modes and an audit trail are needed [14].

Metrics should describe capability and outcome, not activity for its own sake:

  • the proportion of critical assets and scenarios covered by verified telemetry and working detections;
  • time to acknowledge, detect, contain and recover, each with an unambiguous start and end;
  • alert precision, missed events discovered by other means and the causes of errors;
  • time to close telemetry and detection gaps, and the proportion of post-incident actions completed on time;
  • case backlog, on-call workload and the quality of handovers between shifts.

MTTD alone can be misleading. A result measured from alert creation excludes the period between compromise and the appearance of a signal. It cannot be compared directly with dwell time from Mandiant investigations or with a response time defined differently by another provider.

Legal requirements for monitoring and incident response

The Polish KSC Act, as amended on 23 January 2026, entered into force on 3 April 2026. Entities that met the criteria for an essential or important entity on that date generally have 12 months to implement the obligations in Chapter 3, until 3 April 2027. Among other things, Article 8 requires systematic risk management, continuous monitoring of systems used to provide the service, and incident management. For a major incident, Article 11 provides for an early warning without undue delay and no later than 24 hours after detection, notification within 72 hours, and a final report within one month of notification [7]. The duties apply to entities that meet the statutory criteria and conduct activities listed in the annexes; they do not automatically cover every company.

NIS2 is a directive implemented in Poland through the KSC amendment. Articles 21 and 23 are important when interpreting the common EU model, but a Polish entity should determine its specific duties primarily under the national law in force [8].

DORA has applied since 17 January 2025 to the financial entities listed in the regulation. It requires anomaly-detection mechanisms and an ICT incident-management process [9]. Delegated Regulation 2024/1774 further specifies log collection, monitoring and analysis, alert prioritisation and handling outside working hours [10]. For a major ICT-related incident, the initial notification must be made as early as possible, no later than four hours after classification as major and generally no later than 24 hours after awareness of the incident; further deadlines are set by Article 5 of Delegated Regulation 2025/301 [11].

The GDPR does not impose a general obligation to operate a SOC. Article 32 requires security measures appropriate to the risk. Article 33 concerns a personal data breach, not every cybersecurity incident; the controller must notify the supervisory authority without undue delay and, where feasible, within 72 hours of becoming aware of the breach, unless it is unlikely to result in a risk to people's rights and freedoms. A processor must notify the controller without undue delay [12].

Poland's National Interoperability Framework (KRI) requires public-task entities to maintain an information security management system and conduct an internal audit at least annually. Section 19(3) expressly refers to PN-ISO/IEC 27001, PN-ISO/IEC 27002 and PN-ISO/IEC 27005. These are Polish Standards in the formal sense-national adoptions of international ISO/IEC standards, not standards developed exclusively in Poland. The provision describes a route for deeming the requirements of Section 19(1) and (2) satisfied, but does not mandate certification or the purchase of a SOC. The separate Section 20 concerns mandatory logging of selected activities and log-retention periods [13].

Standards and frameworks play a different role from legislation. ISO/IEC 27001:2022 with Amendment 1:2024 specifies information-security management-system requirements [18]; ISO/IEC 27035-1:2023 gives principles and a process for incident management [15]; NIST CSF 2.0 and SP 800-61 Rev. 3 provide voluntary risk-management and response frameworks [17][14]. They may become contractual requirements or part of a chosen compliance method, but they are not themselves Polish law.

SOC automation and development in 2026

LLM/AI (language models) can summarise cases, suggest queries, organise timelines and help create rules. They are not an independent source of evidence. Results must be checked against raw telemetry, and generated queries or scripts tested before production use.

The main risks are disclosure of logs and customer data to the model provider, incorrect conclusions expressed with confidence, malicious instructions hidden in analysed content and automated execution of an action with excessive impact. Safe deployment requires data minimisation, tenant separation, access control, logging prompts and outputs, resilience testing and human approval for high-impact actions.

Updates to ATT&CK also influence how detections are designed. In release v19.2, MITRE expands detection strategies and analytics, helping teams link adversary behaviour to required telemetry [16]. A product's percentage of "covered" techniques remains a weak measure: one technique may have many variants, and a rule without the right data and testing does not provide real detection capability.

A mature SOC will therefore be judged less by the number of screens and alerts, and more by evidence that it can detect a material scenario, take a proportionate response and improve defences after the event.

10 questions for an in-house SOC or MDR provider

A list to print out before your first meeting with a provider or IT manager. Every answer should be documented in the contract.

  1. Scope. Which services, assets, accounts and data sources are monitored, and what remains outside the service?
  2. Availability. Who actually works outside office hours, what is the on-call model and how is a P1 case escalated?
  3. Time definitions. Which event starts the clock for acknowledgement, detection, response and containment?
  4. Detection effectiveness. Which scenarios are covered, how have they been mapped to ATT&CK and when were they last verified in a controlled test?
  5. Authority. Which actions may the SOC take independently, which require approval and who can grant it at any time?
  6. Evidence. How are log completeness, time synchronisation, integrity, retention and secure export controlled?
  7. Legal duties. Who classifies the incident, starts statutory clocks, approves the notification and contacts the competent authority or CSIRT?
  8. Data and subcontractors. Where is data processed, who can access it, what transfers outside the EEA occur, how are customer environments separated and which external services does the SOAR connect to?
  9. Improvement. How are false and missed detections measured, and how quickly are rules, telemetry and procedures corrected?
  10. Continuity and exit. What happens if the provider fails or the contract ends: in what format will data, rules, cases and operational knowledge be returned?

Frequently asked questions

Does the KSC Act or NIS2 require a 24/7 SOC?

Neither uses such a blanket requirement. The amended KSC Act requires covered entities, among other things, to monitor defined systems continuously, manage incidents and report them on time. An organisation may provide these functions in-house, externally or through a mixed model, provided that it meets the requirements and can demonstrate this.

Is SIEM the same as a SOC?

No. SIEM is a platform for collecting, searching and correlating data. A SOC also includes people, accountability, investigation procedures, response authority, communication and continuous detection improvement.

Does a small organisation need a round-the-clock SOC?

Not always. It depends on service criticality, threat profile, legal and contractual duties and the cost of delay. Managed EDR with on-call response may be enough for some organisations; others need broader visibility into identities, cloud, networks and applications.

Do MDR and SOC mean the same thing?

A SOC describes an operational capability; MDR is a way to deliver some or all of that capability as a service. Before buying, check the telemetry and response scope because MDR offerings vary considerably.

Can a SOC isolate devices and block accounts automatically?

Yes, if the permitted actions have been approved in advance and the rules account for business impact. SOAR usually orchestrates these responses: once defined conditions are met, it runs an approved playbook-for example, isolating a device through EDR, revoking a session or blocking an account in the identity-management system-and then records the action. SOAR should not be given unrestricted decision-making authority. High-impact actions need confidence thresholds, human approval, reversibility and a complete audit trail [14].

Does the GDPR's 72-hour period start with a cyberattack?

No. The period concerns a controller's notification of a personal data breach and starts when the controller becomes aware of that breach. Not every cybersecurity incident is a personal data breach, and not every breach must be reported to the authority.

How should SOC effectiveness be measured?

Use a combination of critical-scenario and asset coverage, detection-test results, alert quality, time to detect and contain, missed events and the speed of closing gaps revealed by incidents. Alert counts or a short MTTD alone are insufficient.

Does outsourcing transfer accountability to the provider?

Not entirely. The provider may perform technical tasks and prepare notification materials, but the entity's management remains responsible for its statutory duties, risk decisions and oversight of the service.

Need consulting in this area?

A free 30-60 minute consultation. No obligations. We discuss needs, scale and a high-level timeline.

Bibliography and sources

All cited sources are publicly available. ISO/IEC standards, IETF RFCs, EU directives and national acts link to the original documents.

  1. [1]peer-reviewedVielberth, M., Böhm, F., Fichtinger, I., Pernul, G. (2020). Security Operations Center: A Systematic Study and Open Challenges. IEEE Access, 8, 227756-227779. DOI: 10.1109/ACCESS.2020.3045514
  2. [2]peer-reviewedAlahmadi, B. A., Axon, L., Martinovic, I. (2022). 99% False Positives: A Qualitative Study of SOC Analysts' Perspectives on Security Alarms. 31st USENIX Security Symposium, 2783-2800. Publikacja i pełny tekst
  3. [3]reportMandiant, Google Cloud (2026). M-Trends 2026: Data, Insights, and Strategies From the Frontlines. Oficjalne omówienie i raport
  4. [4]reportVerizon Business (2026). 2026 Data Breach Investigations Report, 19th edition. Pełny raport (PDF)
  5. [5]reportEuropean Union Agency for Cybersecurity (ENISA) (2025, wersja 1.2 z 9.01.2026). ENISA Threat Landscape 2025. Strona publikacji i raport
  6. [6]reportCERT Polska / NASK PIB (2026). Raport roczny z działalności CERT Polska w 2025 roku. Pełny raport (PDF)
  7. [7]regulationUstawa z dnia 23 stycznia 2026 r. o zmianie ustawy o krajowym systemie cyberbezpieczeństwa oraz niektórych innych ustaw, Dz.U. 2026 poz. 252, w szczególności art. 1 pkt 16 i 19 oraz art. 33 i 49. Dziennik Ustaw (PDF)
  8. [8]regulationDyrektywa Parlamentu Europejskiego i Rady (UE) 2022/2555 z 14 grudnia 2022 r. (NIS2), w szczególności art. 21 i 23. EUR-Lex
  9. [9]regulationRozporządzenie Parlamentu Europejskiego i Rady (UE) 2022/2554 z 14 grudnia 2022 r. (DORA), w szczególności art. 10 i 17-20. EUR-Lex
  10. [10]regulationRozporządzenie delegowane Komisji (UE) 2024/1774 z 13 marca 2024 r., w szczególności art. 22-23. EUR-Lex
  11. [11]regulationRozporządzenie delegowane Komisji (UE) 2025/301 z 23 października 2024 r., art. 5. EUR-Lex
  12. [12]regulationRozporządzenie Parlamentu Europejskiego i Rady (UE) 2016/679 (RODO), w szczególności art. 32-33 oraz 44-49. EUR-Lex
  13. [13]regulationRozporządzenie Rady Ministrów z 21 maja 2024 r. w sprawie Krajowych Ram Interoperacyjności, Dz.U. 2024 poz. 773, § 19-20. Dziennik Ustaw (PDF)
  14. [14]standardNelson, A., Rekhi, S., Souppaya, M., Scarfone, K. (2025). NIST SP 800-61 Rev. 3: Incident Response Recommendations and Considerations for Cybersecurity Risk Management. DOI: 10.6028/NIST.SP.800-61r3
  15. [15]standardISO/IEC 27035-1:2023. Information technology - Information security incident management - Part 1: Principles and process. Katalog ISO
  16. [16]standardMITRE (2026). MITRE ATT&CK, version 19.2, stan na 24.08.2026. Oficjalna historia wersji
  17. [17]standardNational Institute of Standards and Technology (2024). The NIST Cybersecurity Framework (CSF) 2.0, NIST CSWP 29. DOI: 10.6028/NIST.CSWP.29
  18. [18]standardISO/IEC 27001:2022. Information security, cybersecurity and privacy protection - Information security management systems - Requirements, wraz z ISO/IEC 27001:2022/Amd 1:2024. Katalog ISO
  19. [19]peer-reviewedKokulu, F. B. i in. (2019). Matched and Mismatched SOCs: A Qualitative Study on Security Operations Center Issues. ACM CCS 2019, 1955-1970. DOI: 10.1145/3319535.3354239
4crypto.eu