-
Notifications
You must be signed in to change notification settings - Fork 384
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
Issue #521 Fix - Talos Analyzer No Longer Works #522
Issue #521 Fix - Talos Analyzer No Longer Works #522
Conversation
Perform initial request using requests.Session() in order to obtain initial session cookie, subsequent API requests will use cookie and store response cookie which rolls with each request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working as intended on TheHive 3.4.0-1 and Cortex 3.0.0-1.
I have version: 3.0.0-1. And don't working :)
|
Hello @colin-stubbs or anyone @KRUXLEX @LaZyDK What I need to change in my code to get the data from talosintelligence or you can show me how to do it ?? this is my code: #!/usr/bin/env python3 #encoding: utf-8 import cfscrape class TalosReputation(Analyzer): def init(self): def summary(self, raw): def run(self):
if name == 'main': with this code I get this error |
Perform initial request using requests.Session() in order to obtain initial session cookie, subsequent API requests will use cookie and store response cookie which rolls with each request.