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

[ BUG ] SensorTag and Uninstall commands do not handle MacOS uninstallation tokens #400

Open
adub24 opened this issue Apr 26, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@adub24
Copy link

adub24 commented Apr 26, 2024

Describe the bug
When executing the Add-FalconSensorTag and targeting a MACOS host, the process does not pull maintenance token information or pass it to the falconctl executable with the -t flag. The results of the entire process will complete as successful but the tag will not be successfully added.

To Reproduce
run Add-FalconSensorTag and target a MacOS host

Expected behavior
Tag should be applied to the host when running the Add-FalconSensorTag command
For the tag to be officially applied, a reboot of the sensor must happen, but this is not required as part of this process.

Environment (please complete the following information):

  • OS: MacOS Sonoma 14.4.1
  • PowerShell: 7.4.2 (macos)
  • PSFalcon: 2.2.6

Additional context
It appears that a maintenance token is not required with Windows (and maybe linux), so this may be a step specific to MacOS.

Transcript content

  1. Set $VerbosePreference = 'Continue'
  2. Run Import-Module, Request-FalconToken, Start-Transcript, Show-FalconModule, the affected PSFalcon commands or script, and Stop-Transcript
  3. Copy/paste transcript content
@adub24 adub24 added the bug Something isn't working label Apr 26, 2024
@bk-cs bk-cs changed the title [ BUG ] MacOS Sensor Grouping Tags do not consider maintenance token handling like the windows ones do [ BUG ] MacOS SensorTag commands do not handle uninstallation tokens Apr 27, 2024
@bk-cs bk-cs added enhancement New feature or request and removed bug Something isn't working labels Apr 27, 2024
@bk-cs bk-cs changed the title [ BUG ] MacOS SensorTag commands do not handle uninstallation tokens [ BUG ] SensorTag and Uninstall commands do not handle MacOS uninstallation tokens Jun 24, 2024
@bk-cs
Copy link
Collaborator

bk-cs commented Jun 24, 2024

Updated to use this issue to track Uninstall-FalconSensor support as well

@59e5aaf4
Copy link

Might be related to #421 where CRLF endings in the .sh / .zsh scripts as shipped by the powershell module package, while they're not present in the github version of the source code. If you check telemetry data you'll see sub-commands contain extra "\000d" which are likely messing with the internal falconctl option parsing, or UNIX program option parsing in general. Try removing these pesky CR bytes ?

image

@bk-cs
Copy link
Collaborator

bk-cs commented Sep 20, 2024

Might be related to #421 where CRLF endings in the .sh / .zsh scripts as shipped by the powershell module package, while they're not present in the github version of the source code. If you check telemetry data you'll see sub-commands contain extra "\000d" which are likely messing with the internal falconctl option parsing, or UNIX program option parsing in general. Try removing these pesky CR bytes ?

Yes, this will definitely factor in. The primary problem is that the uninstallation tokens are not retrieved or supplied during these commands because they weren't supported in MacOS when I created the commands.

@c2mfj
Copy link

c2mfj commented Oct 31, 2024

When trying to set a sensor tag with psFalcon on MacOS, I am getting a success response but it does not set the tag. Is this part of the same of issue?

@bk-cs
Copy link
Collaborator

bk-cs commented Oct 31, 2024

When trying to set a sensor tag with psFalcon on MacOS, I am getting a success response but it does not set the tag. Is this part of the same of issue?

Yes, it could be the line feed issues, or the fact that the MacOS commands aren't designed to support uninstallation tokens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants