Trustwave Unveils New Offerings to Maximize Value of Microsoft Security Investments. Learn More

Trustwave Unveils New Offerings to Maximize Value of Microsoft Security Investments. Learn More

Services
Capture
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

twi-managed-portal-color
Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

twi-briefcase-color-svg
Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

tw-laptop-data
Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

twi-database-color-svg
Database Security

Prevent unauthorized access and exceed compliance requirements.

twi-email-color-svg
Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

tw-officer
Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

tw-network
Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Offensive Security
Solutions to maximize your security ROI
Microsoft Exchange Server Attacks
Stay protected against emerging threats
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
SpiderLabs Blog

How to Create the Asset Inventory You Probably Don't Have

This is Part 12 in my ongoing project to cover 30 cybersecurity topics in 30 weekly blog posts. The full series can be found here.

Before the days of the cloud, developing an asset inventory was difficult due to the large variety and dispersity of third-party applications used to maintain an IT infrastructure. Windows machines might authenticate to Active Directory or Novel Netware, network scanners struggled to find every endpoint and lacked the ability to identify applications on every host. Inventory management tools were often expensive and complicated to connect to all these different sources to provide a central asset database. With many security-related services becoming part of the SaaS resources provided by cloud vendors, there are less complications with maintaining an asset inventory.

 

The Importance of an Asset Inventory

Without access to an asset inventory, an organization may be guessing about what needs to be protected. As such, there can be serious gaps in the security posture, which attackers will readily take advantage of. An asset inventory should be one of the first steps to developing and evolving an effective security architecture.

 

Use Case: M365 and Azure

Although this approach should work in any cloud, we’ll use Microsoft’s cloud environment as an example.

Step 1: Define the Scope of your Asset Inventory Requirements

Here’s a simple asset inventory scope:

  • Hosts – workstations and servers
  • Local Applications – all software running on the above hosts
  • Web Applications – all web applications being connected to from both workstations and servers.

 

Step 2: identity the applications and processes needed to collect this information.

In the case of Azure and M365, much of this information can be collected from a single source: The Defender portal in https://security.microsoft.com

When Defender for Endpoint is installed on all workstations and servers, it provides a full inventory of hosts and their associated applications within Defender. In addition, the Defender service can discover network and IoT devices seen on the adjoined networks.

Defender Devices Tab

Image 1: Defender Devices Tab

 

A full inventory of assets and applications can be exported from the Inventories tab:

Defender Inventories Tab

Image 2: Defender Inventories Tab

 

There is also a query language (KQL) that can be used to customize the output for your asset inventory (using the Hunting tab in the Defender portal), eg:

DeviceInfo
| where OnboardingStatus != "Onboarded"
| summarize arg_max(Timestamp, *) by DeviceId

 

Using asset inventory as part of the security operations process

Here are some examples of how assets are used in everyday security operations:

  • Security planning – prioritization of security defenses based on the operational importance of an asset or application.
  • Security monitoring – using list of assets with your SIEM to monitor unauthorized access and changes.
  • Threat hunting – mapping threat actor activity on the network to specific IP addresses associated with hosts.

 

Summary

A well-kept asset inventory plays an important role in both the design and operations of your security infrastructure. Cloud SaaS services provide several ways to efficiently collect inventory details without paying for additional custom tools.

 

References

 

About This Blog Series

Follow the full series here: Building Defenses with Modern Security Solutions

This series discusses a list of key cybersecurity defense topics. The full collection of posts and labs can be used as an educational tool for implementing cybersecurity defenses.

Labs

For quick walkthrough labs on the topics in this blog series, check out the story of “ZPM Incorporated” and their steps to implementing all the solutions discussed here.

 

Compliance

All topics mentioned in this series have been mapped to several compliance controls here.

David Broggy, Trustwave’s Senior Solutions Architect, Implementation Services, was selected last year for Microsoft's Most Valuable Professional (MVP) Award.

 

Operational Technology Security Maturity Diagnostic

Latest SpiderLabs Blogs

Clockwork Blue: Automating Security Defenses with SOAR and AI

It’s impractical to operate security operations alone, using manual human processes. Finding opportunities to automate SecOps is an underlying foundation of Zero Trust and an essential architecture...

Read More

Professional Services Sector Under Attack - Trustwave SpiderLabs Report 2024

Recent research by Trustwave SpiderLabs, detailed in their newly published report "2024 Professional Services Threat Landscape: Trustwave Threat Intelligence Briefing and Mitigation Strategies,"...

Read More

Atlas Oil: The Consequences of a Ransomware Attack

Overview Atlas Oil, a major player in the oil and fuel distribution industry, fell victim to a ransomware attack orchestrated by the Black Basta group. This attack not only compromised sensitive...

Read More