arrow_backகளப் பணிக்குரிய குறிப்புகளுக்குத் திரும்பவும்
BLUE TEAM வெளியிடப்பட்டது 7 Jul 2026

SIEM செயல்பாடுகளுக்கு முன்னுரை: நடைமுறை Blue Team வழிகாட்டி

Log ingestion முதல் alert triage வரை SIEM செயல்பாடுகளின் அடிப்படைகளைக் கற்றுக்கொள்ளுங்கள், பகுப்பாய்வாளர்கள் தினசரி பயன்படுத்தும் நடைமுறை படிகளுடன்.

Security Information and Event Management (SIEM) தளங்கள் பெரும்பாலான Security Operations Centers (SOC) இன் மையத்தில் உள்ளன. அவை logs ஐ aggregate செய்கின்றன, events ஐ correlate செய்கின்றன, மற்றும் alerts ஐ உயர்த்துகின்றன যা பகுப்பாய்வாளர்கள் triage மற்றும் investigate செய்ய வேண்டும். இந்த வழிகாட்டி core operational workflow ஐ நடைபெறும் போக்கு விளக்குகிறது, இதன் மூலம் நீங்கள் SIEM பகுப்பாய்வாளரைப் போல சிந்திக்கத் தொடங்கலாம், உங்கள் organization பயன்படுத்தும் platform எது (Splunk, Elastic, Microsoft Sentinel, QRadar, முதலியன) என்பது பொருட்டல்ல.

SIEM உண்மையில் என்ன செய்கிறது

மূলத்தில், SIEM மூன்று வேலைகளைச் செய்கிறது: endpoints, network devices, applications, மற்றும் cloud services இலிருந்து logs சேகரிப்பது; அந்த data ஐ consistent schema ஆக normalize செய்வது; மற்றும் detection rules ஐ பயன்படுத்தி events ஐ correlate செய்து alerts உருவாக்குவது. பகுப்பாய்வாளர்கள் பின்னர் அந்த alerts ஐ triage மற்றும் investigation lifecycle ஆக வேலை செய்கிறார்கள். இந்த pipeline ஐ புரிந்துகொள்வது data தவறாக இருந்தாலோ அல்லது alerts இல்லை எனப்படினும் உங்களுக்கு பிரச்சனைகளைக் கண்டறிய உதவும்.

Log Sources ஐ அமைப்பது

தெரிவு செய்யும் logic ஏதாவது வேலை செய்ய முன், நீங்கள் நம்பகமான data தேவை. பொதுவான sources உள்ளன:

  • Endpoint telemetry (EDR agents, Windows Event Logs via Sysmon)
  • Network data (firewall logs, DNS queries, proxy logs, NetFlow)
  • Authentication logs (Active Directory, VPN, SSO providers)
  • Cloud audit logs (AWS CloudTrail, Azure Activity Logs, GCP Audit Logs)

ஒரு புதிய source ஐ onboarding செய்யும் போது, timestamp accuracy ஐ verify செய்யுங்கள், field parsing சரியாக உள்ளதை உறுதிப்படுத்துங்கள், மற்றும் ingestion volume ஐ expected baselines க்கு எதிராக சரிபார்க்கவும். ஒரு misconfigured parser errors எறிந்து விடாமல் detections ஐ silent ஆக உடைக்கும், எனவே raw events ஐ parsed fields க்கு எதிராக தொடர்ந்து spot-check செய்யுங்கள்.

Detection Rules ஐ எழுதுவது மற்றும் Tuning செய்வது

বেশிபாலும் SIEMs ஒருவித correlation search அல்லது detection rule syntax ஐ பயன்படுத்துகின்றன. Splunk இன் SPL ல் ஒரு எளிய உதாரணம் இப்படி இருக்கலாம்:

index=auth sourcetype=windows EventCode=4625
| stats count by user, src_ip
| where count > 10

இது 10 க்கு அதிகமாக failed logon attempts கொண்ட accounts ஐ flag செய்கிறது, ஒரு classic brute-force indicator. Rules ஐ உருவாக்கும் போது:

  1. Narrow ஆக தொடங்கவும், பிறகு false positive rate உ அடிப்படையில் விரிவு செய்யவும்.
  2. ஒவ்வொரு rule ஐ MITRE ATT&CK technique க்கு map செய்யவும் context மற்றும் coverage tracking க்கு.
  3. Rule இன் intent, expected data source, மற்றும் known false-positive scenarios ஐ document செய்யவும்.
  4. Realistic thresholds ஐ set செய்யவும் — too sensitive என்றால் பகுப்பாய்வாளர்கள் noise ல் மூழ்குவார்கள்; too loose என்றால் உண்மையான threats slip through செய்யும்.

Alert Triage Workflow

ஒரு alert fire ஆன போது, பகுப்பாய்வாளரின் வேலை: இது malicious ஆ, மற்றும் இது escalation தேவை செய்கிறதா? ஒரு practical triage checklist:

  • Alert ஐ validate செய்யவும் — underlying event உண்மையில் நடந்தது மற்றும் parsing artifact இல்லை என்பதை உறுதிப்படுத்தவும்.
  • Context உடன் enrich செய்யவும் — asset criticality, user role, source IP இன் geolocation, மற்றும் same host ல் recent related alerts ஐ சரிபார்க்கவும்.
  • Pattern க்கு சரிபார்க்கவும் — user, IP, அல்லது hash க்கு ஒரு wider time window ஆ pivot செய்யவும், இது isolated ஆ அல்லது broader campaign இ பகுதி ஆ பார்க்க.
  • Classify செய்யவும் — true positive, false positive, அல்லது benign true positive (உண்மையான activity, ஆனால் malicious இல்லை, ஒரு admin இன் legitimate script போன்ற).
  • Escalate அல்லது close செய்யவும் — உங்கள் reasoning ஐ இரு வழிகளிலும் document செய்யவும்; closed alerts ஆ audit purposes க்கு স្पष្ट justification தேவை.

Effective Dashboards ஐ உருவாக்குவது

Dashboards specific operational questions ஐ answer செய்ய வேண்டும், இறுதியில் impressive பார்க்க மட்டும் இல்லை. பயனுள்ள உதாரணங்கள்:

  • Top failed authentication sources last 24 hours ஆ
  • Alert volume by severity மற்றும் analyst assignment
  • Data source health (ingestion lag, drop-offs)
  • Detection coverage mapped against ATT&CK tactics

Dashboard sprawl ஐ தவிர்க்கவும் — ஒரு handful of high-signal views twenty rarely-checked panels ஐ விட சிறந்தது.

False Positive Fatigue ஐ Handle செய்வது

Alert fatigue என்பது SOC ல் மிகப்பெரிய operational risks ஆக உள்ளது. இதை fight செய்ய:

  • Regularly closed alerts ஐ review செய்யவும் recurring false-positive patterns ஐ identify செய்ய.
  • Known-benign activity ஐ documented exceptions உடன் suppress செய்யவும் (blanket rule disabling இல்லை).
  • Mean time to triage மற்றும் mean time to respond ஐ metrics ஆக track செய்யவும் bottlenecks ஐ catch செய்ய.
  • Detection rule review cycles ஐ rotate செய்யவும் stale, noisy rules refined அல்லது retired ஆக செய்ய.

Documentation மற்றும் Handoff

ஒவ்வொரு investigation ஆ ஒரு paper trail ஐ விட்டுச் செல்ல வேண்டும்: alert ஐ என்ன trigger செய்தது, என்ன check செய்யப்பட்டது, என்ன conclusion ஐ reach செய்யப்பட்டது, மற்றும் any follow-up actions. இது shift handoffs, compliance audits, மற்றும் analyst turnover ஐ survive செய்யும் institutional knowledge ஐ build செய்ய முக்கியமான. ஒரு simple runbook template per alert type க்கு — investigation steps, escalation contacts, மற்றும் expected evidence — pressure ஆ significant time ஐ save செய்யும்.

Hands-On Practice ஐ பெறுவது

SIEM fluency ஐ build செய்வதற்கான fastest way repetition: ingest sample logs, known attack techniques க்கு எதிராக ஒரு handful of detection rules எழுதவும், மற்றும் full triage cycle ஐ end to end practice செய்யவும். Free datasets மற்றும் open-source SIEM stacks (Elastic Stack போன்ற) இந்த க்கு excellent low-cost environments.

Blue team fundamentals ல் deeper ஐ செல்ல ready ஆ? Log analysis, incident response workflows, மற்றும் detection engineering ல் related Korra Studio segments ஐ explore செய்யவும் உங்கள் SOC skill set ஐ building ஐ continue செய்ய.

AI உதவியுடன் எழுதப்பட்டது, Michal Pilch (CISSP), Korra Studio ஆல் மறுஆய்வு செய்யப்பட்டு வெளியிடப்பட்டது.

மேலும் செல்ல தயாரா?

இது Korra Studio அறிவுத் தளத்தில் இருந்து ஒரு குறிப்பு — மேடை ஒவ்வொரு தலைப்பையும் 1-க்கு-1 மாற்றுச் சொற்களுடன் இணைக்கிறது.

இலவசமாக தொடங்கவும்arrow_forward