-
The page https://oasis-open.github.io/cti-documentation/ says:
> [Read the Latest Specification! (2.0 CSD 1)](https://docs.google.com/document/d/1yvqWaPPnPW-2NiVCLqzRszcx91ffMowfT5MmE9Nsy_w)
Unf…
ghost updated
7 years ago
-
Hi,
I noticed that some events (specifically from hailataxii) are still producing events with empty attributes as the attributes is not formatted properly.
I am sure that the feeds should norma…
-
I'm coming across a "[Errno 110] Connection timed out" error when running the following command against a remote server:
` /var/git/MISP-Taxii-Server/scripts$ sudo python3 run-taxii-poll.py `
I …
-
Is there any way I can specify timeout for the TAXII request ?
-
Hi,
I am facing ssl error on trying to send a discovery request with https binding, I am using libtaxii as client, what could be the issue? doesnt opentaxii support https? how to make this certific…
-
This breaks some cloud deployments, we should either make this configurable or add a knob to turn off auto feed configuration all together
-
The method in DocumentUtilities has following implementation:
```java
public static Document toDocument(JAXBElement jaxbElement,
boolean prettyPrint) {
Document document = null;
try …
-
Below the code to subscribe to a feed on hailataxii.com
```
import libtaxii as t
import libtaxii.clients as tc
import libtaxii.messages_11 as tm11
from libtaxii.constants import *
client = t…
-
When uncommenting:
```
taxii_services.register_message_handlers()
```
In
```
yeti/__init__.py
```
Throws the following error:
> Traceback (most recent call last):
> File "manage.py", line 10…
-
Below the code to subscribe to a feed on hailataxii.com
```
import libtaxii as t
import libtaxii.clients as tc
import libtaxii.messages_11 as tm11
from libtaxii.constants import *
client = t…