-
Notifications
You must be signed in to change notification settings - Fork 16
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
Observable Extractor improvement #1
base: develop
Are you sure you want to change the base?
Observable Extractor improvement #1
Conversation
This is awesome! I was actually looking to do the same thing for a spam email workflow. My take on it is that you don't want to always so a full text regex on all fields. I was thinking if you could make it an option on check_iterable and check_string. Something like an addotional param on those functions like ft=False. So it doesn't break existing stuff and you call it either on the entire analyzer output or just a field like body or something. Just my thoughts |
@gekkeharry13 Sorry for the delay, this will be merged into the new |
There is an error at line 179 : |
This PR is a bit outdated, and needs to resolve conflicts. |
This PR contains support for full text regex parsing in order to find basic observables throughout multiline text bodies.
Current support:
This PR is related to: TheHive-Project/Cortex-Analyzers#399