Skip to main content

Introduction to Security Operations Center

 

                                                          Fig: Security Operations Center

Keyword: Soc ,

Introduction:

ডিজিটালাইজেশনের বিশ্বে, ডিজিটাল পণ্য মানুষের জীবনের একটি অবিচ্ছেদ্য অংশ হয়ে উঠেছে। ব্যবসায়িক পরিবেশে ডিজিটালাইজেশনের দ্রুত বৃদ্ধি অনিবার্যভাবে জনসাধারণের মনোযোগের জন্য চুম্বক হয়ে উঠেছে। ইন্টারনেটের বর্ধিত ব্যবহারের সাথে, প্রতিটি ব্যবসা প্রতিষ্ঠান তার দর্শকদের কাছে পৌঁছানোর মাধ্যম হিসাবে ইন্টারনেট ব্যবহার করে।

 আর ইন্টারনেট দুনিয়া কখনোই হ্যাকারদের হাত থেকে মুক্ত নয়। একটি ব্যবসায়িক সংস্থার পথে আসা সবচেয়ে বড় চ্যালেঞ্জগুলির মধ্যে একটি হল কীভাবে অনলাইন কার্যক্রম সুচারুভাবে পরিচালনা করা যায়। কিভাবে তাদের কম্পিউটার নেটওয়ার্ক হ্যাক থেকে নিরাপদ রাখা? এছাড়াও, দ্রুত ক্লাউড গ্রহণের নিজস্ব ঝুঁকি এবং নিরাপত্তা বাধার জটিলতা রয়েছে।

Definition:

একটি সিকিউরিটি অপারেশন সেন্টার (SOC) হল একটি সিস্টেম  মধ্যে একটি কেন্দ্রীভূত ফাংশন যা সাইবার নিরাপত্তা ঘটনাগুলি প্রতিরোধ, সনাক্তকরণ, বিশ্লেষণ এবং প্রতিক্রিয়া করার সময় একটি সংস্থার নিরাপত্তা ভঙ্গি ক্রমাগত নিরীক্ষণ এবং উন্নত করার জন্য লোক, প্রক্রিয়া এবং প্রযুক্তি নিয়োগ করে।

[A Security Operation Center (SOC) is a centralized function within an organization employing people, processes, and technology to continuously monitor and improve an organization's security posture while preventing, detecting, analyzing, and responding to cybersecurity incidents.]


Member of Security Operation Center (SOC) team:

A Security Operations Center is a team of experts that has cyber-security personnel, security analysts, and engineers. They work together to combat cyber attackers.


The members of the SOC team are-

A SOC manager


Tier 1 :Alert Analysts

Tier 2 :Incident Responders

Tier 3 :Subject Matter Experts (SMEs)



Reference:

01.Security Operations Center

02.comodo blog

Comments

Popular posts from this blog

Install Java 8 on CentOS 7

  Reading Time: 2 minutes In this tutorial, we’ll be showing you how to install Oracle’s Java 8 programming language specifically onto a CentOS 7 server. This simple object-oriented language is used for many of the applications and websites you come across today.  Let’s jump right in! Pre-flight Open the terminal and login as root.  If you are logged in as another user, you will need to add  sudo  before each command. Working on a  Linux CentOS 7 VPS server No installations of previous Java versions Installing Java 8 on CentOS 7 Step 1: Update As a matter of best practice we’ll update before installing any new programs: yum -y update Step 2: Install Java 8 yum install java-1.8.0-openjdk Step 3:  Verify Java is Installed java -version Example Output: java -version openjdk version "1.8.0_191" OpenJDK Runtime Environment (build 1.8.0_191-b12) OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode) Set Java’s Home Environment Step 1: Find Java’s ...

what is wazuh ? Hands-on Wazuh Host-based Intrusion Detection System (HIDS) Deployment .

Wazuh is a free and open source platform used for threat prevention, detection, and response. It protects workloads across on-premises, virtualized, containerized and cloud-based environments. Wazuh is widely used by thousands of organizations around the world, from small businesses to large enterprises. Wazuh solution consists of an  endpoint security agent , deployed to the monitored systems, and a  management server , which collects and analyzes data gathered by the agents. Besides, Wazuh has been fully integrated with the  Elastic Stack , providing a search engine and data visualization tool that allows users to navigate through their security alerts. Hi Peerlysters, In this article we are going to learn how to deploy a powerful HIDS called "Wazuh" Image Source What is an intrusion detection system? Intrusion detection systems are a set of devices or pieces of software that play a huge role in modern organizations to defend against intrusions and malicious activities....