MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //proc/self/root/opt/imunify360/venv/lib/python3.11/site-packages/im360/simple_rpc/malware.py
import asyncio

from defence360agent.rpc_tools.lookup import (
    RootEndpoints,
    bind,
)
from imav.plugins.generic_sensor import Protocol


class MalwareEvents(RootEndpoints):
    @bind("malware", "generic", "event")
    async def generic_event(self, **kwargs):
        loop = asyncio.get_event_loop()
        proto = Protocol(loop, self._sink)
        proto._process_msg(kwargs)