- Added fiddler, a tool to run or develop bots with use of a debugger and without redis.
- Fixes:
- Issue #3 - Due to new setup.
- Issue #1 - New setup of detecting bots. Adapted the same approach as IntelMQ does it on theirs.
- Redesigned detection of bots.
- Adaptation to work with IntelMQ3.
- Issue detection works now with exceptions as previous with BotIssues
- Upgrade to intemq 3.x
- Fixes:
- Issue #2 - Extended values in IntelMQBot to have a better understanding. Was done way to dirty.
- Adapted code to work with intelmq 2.3.2 and the new dev format
- Remark: IntelMQ 3.0.0 does not have a BOTS, runtime.conf, aso anymore
- Custom Bot configuration parameters can be specified in config.json or in the class itself.
- Remark: The parameters specified in the class have priority over the config.json or default BOTS
- Added possibility to install and uninstall default intelmq bots
- Fixing elements works on all fields of BOTS
- Fixer removes double definition of the same bot module in BOTS
- Removed python3.6 for execution script
- Fixed had coded version
- Refactored code
- Bots are not integrated into intelmq anymore, but only referenced in the configurations
- Added new parameters for configuration purposes
- "module" in config.json is not used anymore
- Installer will not install bots code files into intelmq they must be kept separately
- Added example bot folder
- Fixed location issue
- Initial Release