Book Image

Microsoft Sentinel in Action - Second Edition

By : Richard Diver, Gary Bushey, John Perkins
Book Image

Microsoft Sentinel in Action - Second Edition

By: Richard Diver, Gary Bushey, John Perkins

Overview of this book

Microsoft Sentinel is a security information and event management (SIEM) tool developed by Microsoft that helps you integrate cloud security and artificial intelligence (AI). This book will teach you how to implement Microsoft Sentinel and understand how it can help detect security incidents in your environment with integrated AI, threat analysis, and built-in and community-driven logic. The first part of this book will introduce you to Microsoft Sentinel and Log Analytics, then move on to understanding data collection and management, as well as how to create effective Microsoft Sentinel queries to detect anomalous behaviors and activity patterns. The next part will focus on useful features, such as entity behavior analytics and Microsoft Sentinel playbooks, along with exploring the new bi-directional connector for ServiceNow. In the next part, you’ll be learning how to develop solutions that automate responses needed to handle security incidents and find out more about the latest developments in security, techniques to enhance your cloud security architecture, and explore how you can contribute to the security community. By the end of this book, you’ll have learned how to implement Microsoft Sentinel to fit your needs and protect your environment from cyber threats and other security issues.
Table of Contents (23 chapters)
1
Section 1: Design and Implementation
4
Section 2: Data Connectors, Management, and Queries
9
Section 3: Security Threat Hunting
15
Section 4: Integration and Automation
18
Section 5: Operational Guidance

An introduction to the Microsoft Sentinel Logs page

The Log Analytics workspace follows a hierarchical pattern regarding how it organizes its information. At the top is the Log Analytics workspace. This is the container for all the individual tables for your instance of Microsoft Sentinel. This is equivalent to a database in SQL.

Within each workspace are individual tables. These are equivalent to a table in SQL and are the entities that hold data. They have a set of columns and zero or more rows of data.

Within each of those tables are the columns that hold the data. The columns can hold different data types including text, date/time, integers, and others.

Note

A lot of the documentation you will read will use the terms table and log interchangeably. We are choosing to use the term table, as that is the term Microsoft uses inside the Logs page and most documentation, even though the page itself is called Logs.