Endpoint Central SIEM Log Import

Aksiyon Loglarının SİEM Uygulamasına Import Edilmesi

Merhaba,

Endpoint Central üzerindeki aksiyon loglarının alınmasına yönelik 2 farklı yol bulunuyor. İkisinden biri ile ilerlenebilir. 

1- Aşağıda yer alan Query yi SIEM yazılımı uzaktan çalıştırır ve logları alır. 

2- İlgili query Endpoint Central üzerinden zamanlanarak oluşacak rapor ilgili dizinde olur ve bu dizinden SIEM yazılımı alarak logları çeker.

The actions recorded in the action log viewer can be generated as a report using query report.

This can be exported by configuring a Scheduled Query Report.

Steps to set up a Scheduled query report:
1. Create a Query report with the Query given below
2. Create a Scheduled Report with the Query report created in the previous step
      - Select appropriate File format (csv or xlsx or pdf)
      - Select the option to Publish reports on the Central server and send the URL.

When this option is selected, the Reports get generated in this path :
<ProductInstllation Dir>webapps\DesktopCentral\server-data\<customerID>\schedulereport\<Report Configured Date>\<GenartedTime with Task ID>\<Report Name>

For eg. DesktopCentral_Server\webapps\DesktopCentral\server-data\1\schedulereport\2020-05-21\604May21202003_11PM\QueryReport.csv

This file can then be further included into the SIEM product as required

PgSQL Sorgusu 
Query for Query report (Logs of this month):
  1. SELECT  EventCode.EVENT_TYPE AS Type, LONG_TO_DATE(EventLog.EVENT_TIMESTAMP),EventCode.EVENT_MODULE AS Module,EventLog.LOGON_USER_NAME AS Username,I18N_TRANSLATE(EventLog.EVENT_REMARKS,EventLog.EVENT_REMARKS_ARGS) ,RDSConnectionReason.REASON_MESSAGE AS Reason, EventTimeDuration.EVENT_TIME_DURATION AS time_duration,  LONG_TO_DATE(EventTimeDuration.EVENT_START_TIME), LONG_TO_DATE(EventTimeDuration.EVENT_END_TIME), ResourceEventLogRel.RESOURCE_NAME AS Computer_Name FROM EventLog INNER JOIN EventCode ON EventLog.EVENT_ID=EventCode.EVENT_ID LEFT JOIN  RDSConnectionReason ON RDSConnectionReason.EVENT_LOG_ID=EventLog.EVENT_LOG_ID LEFT JOIN ResourceEventLogRel ON  ResourceEventLogRel.EVENT_LOG_ID=EventLog.EVENT_LOG_ID LEFT JOIN EventTimeDuration ON EventTimeDuration.EVENT_LOG_ID=EventLog.EVENT_LOG_ID  WHERE EventLog.EVENT_TIMESTAMP >= <from_thismonth> AND EventLog.EVENT_TIMESTAMP<= <to_thismonth> ORDER BY EventLog.EVENT_TIMESTAMP

    • Related Articles

    • Endpoint Central SIEM Entegrasyonu

      EPC üzerinde yapılan işlemler için syslog yönlendirme özelliği bulunmuyor. Bunun yerine 2 farklı yöntem kullanılabilir. 1) REST API ile log'ların aktarılması. API Details : API Endpoint : /emsapi/server/auditLogs API Description : To fetch the event ...
    • Ürün içerisindeki Sistem Loglarının Raporunu Veren Sorgu - PgSQL

      Merhaba, Servicedesk Plus ürünü üzerindeki tüm hareketlerin dökümünü veren sorgu rapor aşağıdadır. Bu raporu çalıştırmak için Reports --> New Report --> Query Report menüsü üzerinden query çalıştırılabilir ve sonuçları dökümante edilebilir. SELECT ...
    • OpManager'da Custom Event Log Takip Etmek

      Merhabalar, Bugünkü yazımızda OpManager yazılımında Custom Event Log takibini gerçekleştirmek adına sizlerle bilgi paylaşımında bulunacağım. Bu takip gibi birçok takibi gerçekleştirmek için Best Practice her ne kadar "EventLog Analyzer" ürününü ...
    • File Server Audit Log Açma Scripti

      Merhaba, File server üzerinde Audit Loglarını açmak için CMD üzerinden aşağıdaki komutlar çalıştırılır. AUDITPOL /SET /SUBCATEGORY:"File share" /SUCCESS:ENABLE /FAILURE:ENABLE AUDITPOL /SET /SUBCATEGORY:"File system" /SUCCESS:ENABLE /FAILURE:ENABLE ...
    • ADAudit Plus – Alerts (Uyarılar) ve Alert Profiles (Uyarı Profilleri) Rehberi

      ADAudit Plus Nedir? ADAudit Plus, özellikle Active Directory (AD) ortamlarını izlemek ve güvenliğini sağlamak amacıyla kullanılan bir yazılımdır. Bu yazılım, Active Directory'yi ve Windows Server tabanlı sistemleri izler, denetler ve raporlar sunar. ...