You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: