Size: a a a

2020 July 05

MH

Mohammed Houssani in MaxPatrol SIEM
Hello All, am trying to create MSSQL task , but am receiving the following error on the log file
источник

MH

Mohammed Houssani in MaxPatrol SIEM
ERROR odbclog: Invalid parameter: No replaceable variables found in query ''
 [resource id] = DBMonitor.InvalidParameterError
источник

SA

Saeed Alloubani in MaxPatrol SIEM
Hi All. when assets belongs to Non Compliant minimum password length or depth.. which standard it refers to?
источник

EP

Eugene P in MaxPatrol SIEM
Saeed Alloubani
Hi All. when assets belongs to Non Compliant minimum password length or depth.. which standard it refers to?
Do you mean one of pre-saved queries in Asset Grid?
источник

SA

Saeed Alloubani in MaxPatrol SIEM
Eugene P
Do you mean one of pre-saved queries in Asset Grid?
yes, when you consider this as non compliant, does this refer to a standard like PCI or ISO or it is just the Microsoft recommendations?
источник

EP

Eugene P in MaxPatrol SIEM
Saeed Alloubani
yes, when you consider this as non compliant, does this refer to a standard like PCI or ISO or it is just the Microsoft recommendations?
These compliance queries are made by our experts and do not refer directly to any formal benchmark. If it does not fit your company's policy you can make a copy of the query and correct some parameters
источник

SA

Saeed Alloubani in MaxPatrol SIEM
Eugene P
These compliance queries are made by our experts and do not refer directly to any formal benchmark. If it does not fit your company's policy you can make a copy of the query and correct some parameters
got that. thanks @MEPhIzik
источник

RS

Roman Sergeev in MaxPatrol SIEM
Mohammed Houssani
ERROR odbclog: Invalid parameter: No replaceable variables found in query ''
 [resource id] = DBMonitor.InvalidParameterError
have you define "key fields" for your query?

how odbclog module works?
we have a query for events selection
but events are the infinite stream
we call a query, fetch all events and pause collector for a short time
next run and we have to fetch only NEW events
how to distinguish them from OLD?
and how to keep DBA happy?
we need something in data with predictable behaviour to be used as marker OLD/NEW
usually you have some fields with monotonic behaviour - date or number fields

for example
BigLog table (Id bigint identity, eventbody text)
base query is a select Id, eventbody from BigLog
but Id is autoincrement field
we define Id as a keyfield and slightly modify query with predicate like
where Id > :Id:
":Id:" - placeholder to be replaced by odbclog on every run with maximum value from previous run
источник

RS

Roman Sergeev in MaxPatrol SIEM
just look in our standard profiles for ideas
источник

М

Мария in MaxPatrol SIEM
Всем доброго времени суток! Пытаюсь запустить правило коррелеации  в PTSIEMSDK_GUI. Получаю ошибку: [ERROR] Compilation failed:
error: Unable to load json document: The document root must not be followed by other values.
Build failed
Total files: 0
Total errors: 1
Подскажите, пожалуйста, как можно это исправить?
источник

LY

Leonid Yuriev in MaxPatrol SIEM
Мария
Всем доброго времени суток! Пытаюсь запустить правило коррелеации  в PTSIEMSDK_GUI. Получаю ошибку: [ERROR] Compilation failed:
error: Unable to load json document: The document root must not be followed by other values.
Build failed
Total files: 0
Total errors: 1
Подскажите, пожалуйста, как можно это исправить?
"Правильный" json: { ... }
"НЕ правильный" json: { ... }, { ... }
источник
2020 July 06

М

Мария in MaxPatrol SIEM
Пыталась запустить пример из гайда, но все равно выдает ошибку
источник

М

Мария in MaxPatrol SIEM
Пробовала такой вариант тоже не подошел. (В нормализованом событии таб допавила)
источник

М

Мария in MaxPatrol SIEM
Если не сложно подскажите, пожалуйста,  как это исправить ?
источник

М

Мария in MaxPatrol SIEM
Использую такой файл схемы табличных списков
источник

М

Мария in MaxPatrol SIEM
Пример взяла из ptmpsiem22.0_developguide_ru.pdf стр. 48 4.6.6. match
источник

IU

Igor Utkin in MaxPatrol SIEM
Мария
Использую такой файл схемы табличных списков
"fileds"
источник

К

Кац in MaxPatrol SIEM
а я думал после нажатия на пасхалку начнут падать сиемы, а не конфетти...
источник

MH

Mohammed Houssani in MaxPatrol SIEM
Hello All , Did anyone tried to get kasper logs from SQLExpress not MSSQL ? and is there any Task configuration differences ?
источник

RS

Roman Sergeev in MaxPatrol SIEM
the only difference is a instance name of SQL Server
источник