help in proxmox decoders

31 views
Skip to first unread message

bhavesh pandya

unread,
Jul 29, 2026, 3:57:29 PM (12 days ago) Jul 29
to Wazuh | Mailing List
Jul 26 19:32:54 amd3proxmox python3[2580]: [2026-07-26 19:28:24] VM 101 already has SMBIOS configuration

Olamilekan Abdullateef Ajani

unread,
Jul 29, 2026, 4:36:46 PM (12 days ago) Jul 29
to Wazuh | Mailing List
Hello,

Not sure what you meant, but if it is to help with writing a decoder for the log you shared, I made a sample below, which you can apply to the custom decoder and rules path:

Decoder: /var/ossec/etc/decoders/local_decoder.xml

<decoder name="proxmox-smbios">
  <program_name type="pcre2">^python3$</program_name>
  <prematch type="pcre2">\[\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\]\s+VM\s+\d+\s+already has SMBIOS configuration</prematch>
  <regex type="pcre2">\[(\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2})\]\s+VM\s+(\d+)\s+(already has SMBIOS configuration)</regex>
  <order>event_time,vm_id,status</order>
</decoder>



Rules: /var/ossec/etc/rules/local_rules.xml
<group name="proxmox,">
  <rule id="110800" level="3">
    <decoded_as>proxmox-smbios</decoded_as>
    <description>Proxmox VM $(vm_id) already has an SMBIOS configuration</description>
     </rule>
</group>




Please find the attached result.
proxmox.png

pennywise

unread,
Jul 30, 2026, 2:59:11 PM (11 days ago) Jul 30
to Wazuh | Mailing List
Thanks a lot it works ,
I will let you know for more logs
Reply all
Reply to author
Forward
0 new messages