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

Atrribute Error #13

Open
jluintel opened this issue May 10, 2022 · 3 comments
Open

Atrribute Error #13

jluintel opened this issue May 10, 2022 · 3 comments

Comments

@jluintel
Copy link

Thank you so much for the code. Blocking bad stuff at the network level seems so powerful.
However when I ran this code, I encountered following error. Wondering if I could get any input to resolve it.

2022-05-10 13:16:52,668 9616 ERROR <class 'AttributeError'>
2022-05-10 13:16:52,669 9616 INFO Error during runtime;4 Failed run(s) in a row; 6 Failed runs until exit.
2022-05-10 13:16:57,680 9616 INFO Querying CrowdStrike Intel Indicators API for new indicators.
2022-05-10 13:16:57,682 9616 INFO CrowdStrike Intel Indicators API: next_page_url found - continuing paginated requests.
2022-05-10 13:16:57,687 9616 DEBUG Starting new HTTPS connection (1): api.laggar.gcw.crowdstrike.com:443
2022-05-10 13:17:04,672 9616 DEBUG https://api.YYYYY.XXX.crowdstrike.com:443 "GET /intel/queries/indicators/v1?filter=type%3A%27url%27%2Bmalicious_confidence%3A%27high%27%2B_marker%3A%3C%2716355485408a42fe9ef42c296a5fb7b4c717445caa%27&include_deleted=false&limit=10000 HTTP/1.1" 200 None
2022-05-10 13:17:05,074 9616 INFO Querying CrowdStrike Intel Indicators API for deleted indicators.
2022-05-10 13:17:05,075 9616 INFO CrowdStrike Intel Indicators API: next_page_url not found for deleted indicators - initiating paginated requests.
2022-05-10 13:17:05,079 9616 DEBUG Starting new HTTPS connection (1): api.YYYYY.XXX.crowdstrike.com:443
2022-05-10 13:17:05,695 9616 DEBUG https://api.YYYYY.XXX.crowdstrike.com:443 "GET /intel/queries/indicators/v1?limit=10000&filter=deleted:true%2Btype:'url'%2Bmalicious_confidence:'high' HTTP/1.1" 200 None
2022-05-10 13:17:06,190 9616 ERROR <class 'AttributeError'>

Terminal output:

CrowdStrike/Zscaler Integration initializing...
CTRL-C to exit gracefully
CrowdStrike/Zscaler Integration starting...
CrowdStrike Authentication: Refreshing token.
CrowdStrike Authentication: Successfully authenticated.
Zscaler Authentication: Refreshing token.
Zscaler Authentication: Successfully authenticated.
Querying CrowdStrike Intel Indicators API for new indicators.
CrowdStrike Intel Indicators API: next_page_url found - continuing paginated requests.
Querying CrowdStrike Intel Indicators API for deleted indicators.
CrowdStrike Intel Indicators API: next_page_url not found for deleted indicators - initiating paginated requests.
Error during runtime;0 Failed run(s) in a row; 10 Failed runs until exit.
Querying CrowdStrike Intel Indicators API for new indicators.
CrowdStrike Intel Indicators API: next_page_url found - continuing paginated requests.
Querying CrowdStrike Intel Indicators API for deleted indicators.
CrowdStrike Intel Indicators API: next_page_url not found for deleted indicators - initiating paginated requests.
Error during runtime;1 Failed run(s) in a row; 9 Failed runs until exit.

@jlangdev
Copy link
Collaborator

Hey @jluintel are you running this with Falcon Gov cloud? Let me know, I recently patched an Attribute error related to gov cloud.

@jluintel
Copy link
Author

Thank you @jlangdev. I no longer see the attribute error. I appreciate your help here!

@yaroslav-nakonechnikov
Copy link

@jluintel if there is no bug, can you close this?

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

3 participants