ok

Mini Shell

Direktori : /opt/imunify360/venv/lib64/python3.11/site-packages/im360/simple_rpc/
Upload File :
Current File : //opt/imunify360/venv/lib64/python3.11/site-packages/im360/simple_rpc/malware.py

import asyncio

from defence360agent.rpc_tools.lookup import (
    RootEndpoints,
    bind,
)
from im360.plugins.sensor.generic 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)

Zerion Mini Shell 1.0