-
Hello everyone,
I am currently dealing with DFIR-IRIS and trying to send data via a webhook. I would like to send when a new IOC is created the value and type of the IOC via a webhook to for exampl…
-
This issue is about the implementation of the first iocs endpoint:
* GET /api/v2/cases/{identifier}/iocs
The tasks are the following:
* document the new API in the openapi documentatio…
-
The Inversion of Control in [Futility](https://github.com/CASL/Futility) is organized as follows.
User create some subroutine, for example
```Fortran
SUBROUTINE testcalcResid() BIND(C)
…
-
Hi,
I have an issue getting my LeBlenderControllers to work with IoC (Autofac).
https://our.umbraco.org/projects/backoffice-extensions/leblender/general-discussion/75816-diioc-autofac-with-a-leblen…
-
DFIR-IRIS documentation (https://docs.dfir-iris.org/operations/modules/natives/IrisWebHooks/#examples-without-rendering) gives example configuration of Discord webhook:
`{
"instance_url": "h…
-
```
Thank you for release 2.5!
Very often I somehow have to extend the functionality of jmesa. Always I’m
faced with difficulties because of I can’t override classes, implementing
the interfaces “j…
-
```
Thank you for release 2.5!
Very often I somehow have to extend the functionality of jmesa. Always I’m
faced with difficulties because of I can’t override classes, implementing
the interfaces “j…
-
Hi all,
I would like to collaborate with various IOCs from my research, reversing and from my network of honeypots and honeynets worldwide.
contains malicious IPs, hashes, and raw data that can …
-
bpftrace won't attach to tracepoint event that provided for uprobe [1] or kprobe [2]
```
# perf probe -x ./test -a func
Added new event:
probe_test:func (on func in /root/TTT/test)
Yo…
-
Since dependency injection can be done via $_classes, this is helpful in methods for doing static::_instance('ClassName') to get an instance of the class you want, so that tests can override certain m…