Jump to content

Cannot compile GO program with AWS SDK, Trojan false positive


Go to solution Solved by Marcos,

Recommended Posts

Posted

Hello, 

I'm encountering an issue when trying to compile a GO program using the AWS SDK. The error message is:
`C:\Users\stefa\AppData\Local\Temp\go-build3653040711\b001\exe\a.out.exe: Access is denied.`

Additionally, the file is quarantined with the following identification: `WinGo/TrojanDownloader.Agent.IB`.

System details:

  • Windows 11
  • Go version: go1.22.5 windows/amd64

Dependencies:
```
require (
    github.com/aws/aws-sdk-go-v2 v1.30.3
    github.com/aws/aws-sdk-go-v2/config v1.27.27
    github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2
)
```

I have two questions:

    - Is this a false positive?
    - How can I create an exception to resolve this and continue working?

Thank you,
Stefan

  • Administrators
Posted

The FP should be fixed now.

Posted (edited)

No, it is not:

 go build
github.com/=redacted=/T1Downloader: open C:\Users\stefa\AppData\Local\Temp\go-build2072851603\b001\exe\a.out.exe: Access is denied.

image.png.71bbac5e79196264955d55d52abb17eb.png

 

image.thumb.png.b84e5e0800ae0145d9fc9e231f5151d2.png

Edited by xpista
  • Administrators
  • Solution
Posted

Please try rebooting the machine, it's been up and running for more than 1 day. It could be that the scan result is cached.

Posted

Reboot helped, thanks.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...