Uncommon Child Process Spawned By Odbcconf.EXE
Description
Detects an uncommon child process of "odbcconf.exe" binary which normally shouldn't have any child processes.
Query · sigma
selection: ParentImage|endswith: \odbcconf.exe condition: selection
Known false positives
- In rare occurrences where "odbcconf" crashes. It might spawn a "werfault" process
- Other child processes will depend on the DLL being registered by actions like "regsvr". In case where the DLLs have external calls (which should be rare). Other child processes might spawn and additional filters need to be applied.