Updating/Uninstalling module and api key limitation #91
Replies: 6 comments
-
There were no changes to v2.0.8.
The
This error makes me think something in your networking configuration changed, because it's not PSFalcon related, and is probably tied to
All of those errors suggest something wrong with your installation of the module, which you seem to have pinpointed with it working during the manual install. PSFalcon v2.0.8 reads from files to get content for commands, and if it can't access those files, things go haywire. You may consider using the newest release, which is constructed in a more "Best Practices" fashion, with static parameters and less potential for there to be file-access related issues. However, it is currently in a testing phase and could potentially have bugs. I have found a couple minor ones that have been fixed, but not released yet.
|
Beta Was this translation helpful? Give feedback.
-
I'm closing this issue since I haven't heard from you. Please respond back if you're still having problems! |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your answer. To answer your question:
Then we got this error:
I'm not sure what is the problem here, my IOC has clearly a type on each of them. Thank you for your answer.
Could you please let me know why there is no type detected on my array and also what is the goal of the "source" parameter? |
Beta Was this translation helpful? Give feedback.
-
Are you using I just tested
|
Beta Was this translation helpful? Give feedback.
-
Also, this might be relevant for iterating through a list of CIDs: https://github.com/CrowdStrike/psfalcon/wiki/Code-Examples#authorize-and-run-commands-in-member-cids |
Beta Was this translation helpful? Give feedback.
-
Hello,
I was using you module to run a script in order to add some IOC and do some blacklisting on them.
It was working fine, using version 2.0.8, manage to create an API key in a parent entity and add the IOC in more than 20 sub-entities without any problem.
Today, trying to run the script again and it's not working anymore.
I'm always importing the module first.
But here is what I'm facing...
Then I'm doing, to check the parameters of the "Request-FalconToken" method:
So I'm trying no to start from scratch and removing the old module version and then re-installing the new one.
So I'm doing this like mentioned in your readme:
I've also tried with the -Force parameter.
So then, I've tried to use another computer, followed your readme, installed the module and run my script, this time it works, but last time was able to upload the IOC to all my sub-entities, this time after 12 (more or less) the api told me that I've reach the api limit...
My policy is set to "unrestricted" and I'm running all my script using PowerShell in the admin.
I'm just trying to understand why suddenly the version 2.0.8 is not working anymore?
Beta Was this translation helpful? Give feedback.
All reactions