Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

FS-ISAC change requires libtaxii version increase #371

Open
Justbkuz opened this issue Jun 19, 2020 · 2 comments
Open

FS-ISAC change requires libtaxii version increase #371

Justbkuz opened this issue Jun 19, 2020 · 2 comments
Assignees

Comments

@Justbkuz
Copy link

Justbkuz commented Jun 19, 2020

Is your feature request related to a problem?

FS-ISAC changed it feed urls on may 30th, this started to cause the following error,
ERROR: Exception in polling loop for FSISAC: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:726)>

Describe the solution you'd like

This appears to have been fixed by increase the venv versions of libtaxii==1.1.117 requests==2.24.0 six==1.13.0

Additional context

After upgrading those 3 pip packages fs-isac was able to connect to the new urls they have created

Steps followed:
Set libtaxii==1.1.117 requests==2.24.0 six==1.13.0 in:
/opt/minemeld/engine/core/minemeld_core.egg-info/requires.txt
/opt/minemeld/engine/core/requirements.txt
/opt/minemeld/local/library/constraints.txt

Update the package:
cd /opt/minemeld/engine/current/local
source bin/activate
pip install --upgrade libtaxii==1.1.117 requests==2.24.0 six==1.13.0

@welcome
Copy link

welcome bot commented Jun 19, 2020

🎉 Thanks for opening your first issue here! Welcome to the community!

@jtschichold
Copy link
Member

@Justbkuz I have just pushed an improvement on the minemeld-taxii-ng extension and I tested compatibility with FS-ISAC. Just install version 0.2a3.
https://github.com/PaloAltoNetworks/minemeld-taxii-ng

I will keep this open, I will upgrade the STIX and TAXII libraries after some testing. minemeld-taxii-ng does not use the official libs and it is a bit less opinionated.

@jtschichold jtschichold self-assigned this Jun 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants