-
> This small app can be deployed quickly thanks to the use of a Vagrant machine, which sets up the mongo database that you will be using. Thanks to Flask and Python, you can run a small webserver whic…
-
Branch: parsers_use_handlers
Mike,
So far in testing, the new parsers are all working well with the exception of Email ingestion via the TAXII Agent (A number of different packages with email have b…
-
I'm seeing a number of XML validation errors in STIX packages created within CRITs and exported via TAXII Service (preview). The stix:Observables here is just one example.
Have been able to identify…
-
As far as I can tell these are the questions we need to answer:
**1. When should we decide on a data format? Shortly after 2.0 starts, or after we're a good ways in to the abstract model?**
_Argumen…
-
Things were up and running fine, but as soon as I added the crits_services dir and restarted apache2, I haven't been able to log back into the GUI. It just throws a 500 Internal Server Error.
My ap…
-
I pulled some data from a TAXII feed and encountered some bytes that were not proper UTF-8. This triggered a "lxml.etree.XMLSyntaxError" exception. When get_message_from_xml is run on the response_me…
-
The way CRITs assigns STIX Package IDs can sometimes create schema-invalid STIX [1]
``` python
stix_msg['stix_obj'] = STIXPackage(indicators=stix_msg['stix_indicators'],
obser…
-
When downloading an Event using the Download Event option and saving as STIX, the Event's title and description are not carried over when importing using the STIX Import option. It appears that a hard…
-
This ensures that the same code that gets executed for adding a TLO normally (through UI or API) gets executed when adding through STIX.
-
OpenTaxii server responds with ERROR to all requests following some period of inactivity - e.g. overnight. The only fix is to kill and restart the OpenTaxii server.
Using OpenTaxii with MySQL.
The e…