🖥️
Siber Güvenlik Notları
  • WHOAMI
    • 👨‍💻Who Am I?
  • 🔭Information Gathering
    • Pentest VM Setup
    • Passive Information Gathering
    • Subdomain Enumeration
    • Host Discovery
    • Port Scanning
    • Email Enumeration
    • Leaked Passwords
    • Zafiyet Araştırma
  • 🪟Windows Pentesting
    • Windows Privilege Escalation
    • Windows Persistence
    • Windows Lateral Movement
    • AV Evasion
  • 🐧Linux Pentesting
    • Linux Privilege Escalation
    • Linux Persistence
    • Linux Lateral Movement
  • 🕸️Web Application Pentesting
    • Web Pentest Checklist
    • SQL Injection
    • NoSQL Injection
    • OS Command Injection
    • XXE Injection
    • SSTI
    • XSS
    • CSRF
    • SSRF
    • LFI/RFI
    • Insecure Deserialization
    • CORS Misconfiguration
    • Directory Traversal
    • File Upload
    • Broken Authentication
    • Broken Access Control
    • Business Logic
    • Race Conditions
    • Web Cache Deception
    • AWS Testing
    • Web Cache Poisoning
    • Clickjacking
    • API Testing
    • Broken Link Hijacking
    • HTTP Request Smuggling
    • LLM
    • HTTP Host Header Attack
    • OAuth Zafiyetleri
    • GraphQL API
    • HTTP Parameter Pollution
    • Configuration and Deployment Management Testing
    • Information Disclosure
    • Prototype pollution
    • JWT
  • 🖲️Network Service Pentesting
    • 📘Active Directory Services
      • Bleeding Edge Vulns
      • Misconfigs
      • Domain Trust
      • DNS (53)
      • Kerberos (88)
      • LDAP (389,636)
      • RPC WMI (135)
      • SMB (445)
      • WinRM - 5985
    • 📂FTP - 21
    • 🔐SSH - 22
    • 🤣Telnet - 23
    • SMTP - 25
    • TFTP - 69 UDP
    • HTTP - 80,443
      • Apache
      • Joomla
      • Drupal
      • Wordpress
      • WEBDAV
      • PHP
      • Laravel
    • IMAP/POP3 - 110,143,993,995
    • SNMP - 161
    • Rservices - 512
    • IPMI - 623
    • Rsync - 873
    • MSSQL - 1433
    • Oracle TNS - 1521
    • NFS - 2049
    • Docker
    • Grafana - 3000
    • MySQL - 3306
    • RDP - 3389
    • Postgresql - 5432
    • Redis - 6379
    • JDWP - 8000
    • MongoDB - 27017
  • 🕸️Network Pentesting
    • ARP Poisoning
  • 📞Android Pentesting
    • Android Derleme Süreci
    • Reversing
    • Rooting
    • Burp Suite Sertifikası
    • SSL Pinning Bypass
    • Patching
    • MobSF Kurulumu
    • Flutter Pentesting
  • 📰Teori
    • Güvenlik Ürünleri
    • OSI
    • Security Principles
  • Diger
    • Hacking Gadgets
      • Wifi Pineapple
      • Pwnagotchi
    • Stego
    • Buffer Overflow
    • Phishing
    • Nessus
    • DDOS Attacks
    • MSFConsole
  • ⏪Reverse
    • GCC Reverse
    • Python Reverse
    • Flare VM
    • Remnux
  • 🛜Wireless Pentesting
    • Wireless Pentest
    • Wireless V2
Powered by GitBook
On this page
  • SIEM (Security Information and Event Management):
  • EDR (Endpoint Detection and Response):
  • XDR (Extended Detection and Response):
  • SOAR (Security Orchestration, Automation, and Response):
  • MDR (Managed Detection and Response):

Was this helpful?

  1. Teori

Güvenlik Ürünleri

PreviousFlutter PentestingNextOSI

Last updated 1 year ago

Was this helpful?

SIEM (Security Information and Event Management):

  • Güvenlik bilgilerini ve olaylarını yönetmek için kullanılan bir sistemdir.

  • Logları toplar, analiz eder ve güvenlik olaylarını gerçek zamanlı olarak izler.

  • Örneğin, bir ağdaki anormal aktiviteleri tespit eder ve bu bilgileri merkezi bir noktada toplar.

EDR (Endpoint Detection and Response):

  • Uç nokta cihazlarında (bilgisayarlar, sunucular, mobil cihazlar) meydana gelen güvenlik tehditlerini tespit eder ve yanıt verir.

  • Tehditleri algılar, analiz eder ve gerektiğinde müdahale eder.

  • Örneğin, bir bilgisayarda zararlı yazılım tespit edildiğinde bu sistemi kullanarak tehditi izole eder ve temizler.

XDR (Extended Detection and Response):

  • EDR'nin bir genişletilmiş versiyonudur ve ağlar, sunucular, bulut ortamları gibi daha geniş bir yelpazede tehditleri tespit eder ve yanıt verir.

  • Farklı güvenlik verilerini (ağ, e-posta, uç nokta, sunucu) birleştirir ve analiz eder.

  • Örneğin, hem uç noktadaki hem de ağdaki tehditleri tek bir sistem üzerinden izler ve yönetir.

SOAR (Security Orchestration, Automation, and Response):

  • Güvenlik süreçlerini otomatikleştirir ve yönetir.

  • Güvenlik ekiplerinin olaylara daha hızlı ve etkili yanıt vermesini sağlar.

  • Örneğin, bir güvenlik ihlali olduğunda otomatik olarak ilgili sistemleri uyarır ve belirli adımları otomatik olarak yürütür.

MDR (Managed Detection and Response):

  • Üçüncü taraf bir hizmet sağlayıcısı tarafından sunulan yönetilen tespit ve yanıt hizmetidir.

  • Güvenlik operasyonlarının dışarıdan yönetilmesini sağlar, 7/24 izleme ve tehdit yanıtı sunar.

  • Örneğin, küçük bir şirketin kendi güvenlik operasyon merkezini kurması yerine bir MDR hizmeti alarak bu işlemleri uzman bir ekibe devretmesi.

📰