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

Fix syntax errors in yaml parsing #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mgmacias95
Copy link

Hello,

This PR fixes some errors when trying to parse the rules with a yaml parser:

  • get2downloader.yml: cannot unmarshal !!str -https:... into []string
  • filedroppedbyeqnedt32exe.yml: line 19: found character that cannot start any token
  • koadicpostexploitationrootkit.yml: unknown anchor 'chcp' referenced
  • powershelldownloadingfilefromurlshortenersite.yml: line 30: did not find expected alphabetic or numeric character
  • powershelllaunchregsvr32.yml: line 19: did not find expected alphabetic or numeric character
  • powershellsleepandlaunchexecutable.yml: yaml: unknown anchor 'powershell' referenced
  • remcos.yml: line 19: found character that cannot start any token
  • shedulehiddenpowershellscript.yml: line 19: did not find expected alphabetic or numeric character
  • wscriptdownloadfileintotemplocationfromwordpresssite.yml: yaml: unknown anchor 'cmd' referenced

I hope it helps :)

Regards,
Marta

@cccs-kevin
Copy link

@yogesh-joe can you please review this? The @CybercentreCanada would like to use these Sigma rules but as mentioned above, they do not compile.

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

Successfully merging this pull request may close these issues.

None yet

2 participants