Andreas Misje
Andreas Misje
Thanks for contributing, Michael! I will have a look shortly. It's been quite a while since I touched this code, so give me a chance to get back into the...
I have put a lot of work into a Wazuh connector. It's not yet ready for production, awaiting sufficient testing and documentation, but it's coming soon. Subscribe to [opencti-wazuh](http://github.com/misje/opencti-wazuh) for...
I've now provided a docker image and (what I truly hope is) plenty of documentation for [my connector](https://github.com/misje/opencti-wazuh-connector). I'm ready for testers and gathering feedback, so for those interested in...
I would just like to show what debhelper does (using both dh_installinit and dh_installsystemd). Normally when building a deb package, one would let debhelper do all the heavy packaging work....
I don't think you truly need that helper command. It just adds some safeguards, and it is a fairly small bash script. Some notes from the man page: - The...
My bad, there are some differences that I skipped. Like this one, which is used in the script snippet above: > The "was-enabled" action is not present in systemctl, but...
I was under the impression that IPv6 stateless address autoconfiguration was more common than DHCPv6 setups. I haven't looked into the DHCPv6 protocol and I am not at all familiar...
According to [this e-mail](https://www.spinics.net/lists/netfilter/msg58081.html) replacement APIs are listed in - [Verdict helpers](https://netfilter.org/projects/libnetfilter_queue/doxygen/html/group__nfq__verd.html) - [Config helpers](https://netfilter.org/projects/libnetfilter_queue/doxygen/html/group__nfq__cfg.html) - [Netlink message helper functions](https://netfilter.org/projects/libnetfilter_queue/doxygen/html/group__nlmsg.html)
Maybe [this](https://git.netfilter.org/libnetfilter_queue/tree/examples/nf-queue.c) example is helpful in replacing the API.
Thank you for looking into this. Since my attempt of reproducing the issue using STIX export and import using the workbench failed, and since it isn't really reproducing the issue...