D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
im360
/
simple_rpc
/
Filename :
malware.py
back
Copy
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)