Questions tagged [symantec]

92 questions
2
votes
0 answers

What are the implications of the Symantec CA distrust for code signing certificates?

I think I have a good understanding of whats happening with the Symantec CA distrust itself and I also understand the implications Chrome/Firefox users accessing sites via SSL, but will the distrust impact code signing, specifically in Java? I'm…
BreakerOfStones
  • 529
  • 5
  • 18
2
votes
1 answer

Symantec ScanEngine API clarification about StreamScanRequest

I am started evaluating the symantec scanengine 5.2 for our application. Its a web portal where users can upload the file. I am currently using C# API comes with scanengine and using StreamScanRequest for scanning the streams, since we are passing…
RameshVel
  • 64,778
  • 30
  • 169
  • 213
2
votes
0 answers

Failed to load symantec vip javascript

I'm receiving this output while accessing Single Sign On through IE "Failed to load symantec vip javascript!" I also see Symantec Vulnerability Protection addon is always disabled, also after enabling it
Noomak
  • 371
  • 5
  • 19
2
votes
1 answer

c# visual studio 2015, Symantec deleting setup.exe file and preventing install

I created a c# windows desktop application using Visual Studio 2015 to be used on other desktop computers at work. I used the "ClickOnce Deployment" it packages the application to be ready for instillation on another computer. I put the desktop…
NickVid
  • 21
  • 3
2
votes
1 answer

How do I prevent my exe4j executable being flagged as Bloodhound trojan by Symantec Endpoint?

I created a java application and wrapped it in executable using exe4j version 5, but every time I start the executable the symantec endpoint protection 12 quadrant the exe file because it thinks the executable is bloodhound Trojan. But this problem…
1
vote
3 answers

Iterate through a log file in Java. Pull files scanned

I currently have a log file(see bellow) that I need to iterate through and pull out a list of files that were scanned. Then by using that list of files copy the scanned files into a different directory. So in this case, it would go through and pull…
Heuristic
  • 169
  • 1
  • 3
  • 13
1
vote
0 answers

is it possible to run symantec protection engine to run in docker container?

We want to run symantec protection engine to run in centos docker container and run them on kubernetes cluster. major hurdles for this is to apply license, if any one tried this, please share details and experience.
1
vote
0 answers

Symantec Workspace Virtualization SVSCMD Viewing Delete List Item Entries

When viewing the layer properties for an XPF there is a tab called "Delete Entries" is there a way I can use the command line to see if there are any entries in the System Delete List for a layer?
demo7up
  • 530
  • 5
  • 27
1
vote
0 answers

Windows Docker container cannot talk to internet when Symantec endpoint protection is enabled

Windows 10 VM, docker version 20.10.5. Create Windows docker container. I can ping www.google.com but curl www.google.com fails with unable to connect to remote server. Disable Symmentec endpoint protection, everything works. Did someone solved…
1
vote
1 answer

Is Symantec whitelisting for fixing 'WS.Reputation.1' warning future proof?

I wanted to distribute my VB.NET application to my colleagues but unfortunately Symantec Endpoint Protection was detecting and sometimes removing the application executable file with WS.Reputation.1 warning. After some research I managed to resolve…
anandhu
  • 686
  • 2
  • 13
  • 40
1
vote
0 answers

i can't decrypt or verify messages sent using Symantecs PGP using GPG Keychain

I'm not using command line, merely two separate GUI programs that should functionally work together, but I'm unable to both verify a signed file and decrypt a file sent to me by someone else using Symantec's PGP program and I'm using "GPG Keychain."…
1
vote
1 answer

Requests - Unable to Post date in ISO 8601 format in JSON Body

I want to build a script that run daily, to retrieve (yesterday date - today date) data. A code to get today, yesterday date in ISO 8601, since the application only accept ISO 8601 format. currDate = datetime.datetime.now() prevDate =…
1
vote
0 answers

SEP (Symantec Endpoint Protection) for C#

I am using Doscan.exe of SEP to scan files before uploading but there is no provision provided by SEP to generate a separate log file for each scanned file, so that's why I am not able to make sure whether the file is ok or not for uploading. If…
Harpreet
  • 21
  • 3
1
vote
1 answer

Manual update for signed ClickOnce app throws TrustNotGrantedException

I have a ClickOnce deployment which is signed by a certificate obtained from Symantec. The security warning prompt after starting the setup shows the publishers name. So it's trusted. But when calling…
1
vote
1 answer

Visual Studio 2015 System.Net.HttpWebRequest System.IO.IOException while Debug Run but Not via Compiled EXE

The 2019 new year brought this debug exception in my Visual Studio 2015 code below. The only thing that works is running the compiled EXE or using a Visual Studio 2010 with the same internet third party API calls. We've got an updated Symantec…