Files
intelmq-docker/mybots/BOTS
Jeremias Pretto 77d05fbc1f Features:
- Support for bot development in intelmq 2.3.1 version
 - Add mail handler
 - Add start botnet at boot option
2021-03-23 11:57:27 -03:00

17 lines
361 B
Plaintext

{
"Collector": {
},
"Parser": {
},
"Expert": {
"Example": {
"description": "Example own bot.",
"module": "intelmq.bots.experts.example.expert",
"parameters": {
}
}
},
"Output": {
}
}