Trustwave is the only vendor featured in six Gartner® Market Guides. Learn More

Trustwave is the only vendor featured in six Gartner® Market Guides. Learn More

Services
Managed Detection & Response

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

Co-Managed SOC (SIEM)

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

Advisory & Diagnostics

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

Penetration Testing

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

Database Security

Prevent unauthorized access and exceed compliance requirements.

Email Security

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

Digital Forensics & Incident Response

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

Firewall & Technology Management

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

Solutions
BY TOPIC
Microsoft Security
Unlock the full power of Microsoft Security
Offensive Security
Solutions to maximize your security ROI
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
Microsoft Security
Unlock the full power of Microsoft Security
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
Loading...
Loading...

HOWTO: Finding active supported devices on SIEM LP with a SQL Query

Expand / Collapse


This article applies to:

  • SIEM LP

Question:

  • I need a list of the active supported devices from my LP. Is there a simple way to list those from MySQL?

Procedure:

 Log in to MySQL and use the following commands (note the SELECT statement is a single line):

 

mysql> use sdw                                                                                                                            

Database changed                                                                                                                          

mysql> SELECT supported_devices.device_id,name,expiry_after FROM supported_devices JOIN device_data_expiry ON supported_devices.device_id=device_data_expiry.device_id;

 

These commands will display a list of the supported devices for a particular installation. This will also display the expiry time. 

Sample output:

 

+-----------+----------------------------------------------------+--------------+| device_id | name                                               | expiry_after |+-----------+----------------------------------------------------+--------------+|         1 | McAfeeePO                                          |          180 ||         3 | Symantec AntiVirus - Flatfile                      |         NULL ||         4 | OracleAudit Trail                                  |          180 ||         5 | CheckPoint Firewall                                |         NULL ||         6 | CiscoASA/PIX                                       |          180 ||        11 | JuniperSSL VPN                                     |          180 |  

Here is an additional example of the output:

 



To contact Trustwave about this article or to request support:


Rate this Article:
     

Related Articles



Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.