intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

Output bot to call external program

Open ghost opened this issue 5 years ago • 2 comments

Create an output bot which calls an external program and gives the event data via standard out to it. Add usual formatting options (json, raw yes/not, hierarchical, etc)

ghost avatar Jul 03 '20 15:07 ghost

Just be sure that no command injections are possible.

aaronkaplan avatar Sep 08 '20 17:09 aaronkaplan

For stdin/stdout I think command injection is impossible, except you pass the data to a shell

ghost avatar Sep 09 '20 20:09 ghost