CybercentreCanada / assemblyline

AssemblyLine 4: File triage and malware analysis
https://cybercentrecanada.github.io/assemblyline4_docs/
MIT License
249 stars 15 forks source link

Service Manifest Typo - DeobfuScripter & Swiffer #196

Closed malvidin closed 9 months ago

malvidin commented 9 months ago

Typo in privileged in two services causes Assemblyline to ignore that setting.

privilged: true
# Should be
privileged: true

https://github.com/CybercentreCanada/assemblyline-service-deobfuscripter/blob/a91786936b25eeb95b7c39115dfb46357263ce1b/service_manifest.yml#L18

https://github.com/CybercentreCanada/assemblyline-service-swiffer/blob/c217ba5c80cb893d411d47fb49566ff7a1a9f380/service_manifest.yml#L19

If the service is removed and re-added with the correct spelling, "Run service in privileged mode" is set correctly.

cccs-rs commented 9 months ago

Should be corrected now in new builds of the services