Colin Charles pfp
Colin Charles

@bytebot

This is a very basic command line (i.e. no GUI) version of what Mitsukeru will do. It automatically detects, and quarantines suspicious binaries that are being executed - you know, like you receive on a chat, or video call, when the other participants claim they can't hear you? Install and go poof -> credentials drained, wallet secret keys compromised. You must have heard this plenty of times. Got a simple C program, the canonical hello world, and a suspicious binary, also in C that tries to open a raw socket, that instantly gets quarantined. Real world use cases usually also involve the use of curl that pipes to a bash script for execution - so you want to be constantly monitoring this sort of weird stuff! This very basic agent uses path based monitoring as well - so its still very much heuristic driven, and extends the idea of Tripwire, just faster. The demo itself is written in bash because executing this manually will take way too long than a good 2 minutes. I'm trying to reduce this to 90 seconds! Also, I am emoji retarded so I did ask Gemini to help add emojis, which I presume makes for better video especially since this is a view of the command line!
2 replies
2 recasts
8 reactions