I have a system and inside of it there are 3 computers, Windows, Second Virtual Machine , Third Virtual machine.My system looks like this.
Windows Macihne sends UDP packet-> Second Virtual Machine scans with suricata and routes the packet to -> Third Virtual Machine.
What i do is , I send a UDP data with my windows machine with a java code , then that UDP package will go to second virtual machine and at VM2 i can see the data flow using tcpdumb command and with my suricata log then i have iptable rules that i use for routing the package to VM3. And there is a java code that works at VM3 to claim the UDP data.
What i want to do is i want to integrate clamav into this system and at the VM2 when package arrives i want clamav to autoscan this UDP packet and i want to route it.
Since i have so many configurations and 2 java codes that are basically simple UDPSender and UDP Receiver. i would like to ask you that is clamav integration possible to that system.
Thank you all.