Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A hit with duplicating field names is not displayed in Resilient #3

Open
siniysv opened this issue Apr 4, 2018 · 1 comment
Open

Comments

@siniysv
Copy link

siniysv commented Apr 4, 2018

Hi all, I've recently faced an issue with MISP app (rc-cts-misp):
when a thread feed service returns for an artifact a hit with duplicating field names, Resilient doesn't display the hit and doesn't make the artifact red. I've fixed it locally like here siniysv@1cc78f8
My fix just makes a field name unique by adding a number to it.

Second issue is with MISP tag parsing, the app expects to see tags with colon(:) but there might be a single word tags as well. Again, fixed it locally by adding try-except siniysv@1cc78f8

There are issues with Chinese symbols in artifacts as well, the app throws exception because of Unicode->ASCII conversion: UnicodeEncodeError in LOG.info("MISP Lookup: " + str(artifact_value)), probably because of Python version.

@hpyle
Copy link

hpyle commented Sep 11, 2018

Thanks for this, we'll address in an upcoming release [INT-673]

mscherfling pushed a commit that referenced this issue Dec 27, 2018
Implemented as per mark's review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants