Questions tagged [symantec]
92 questions
1
vote
1 answer
Run Symantec End Point DoScan.exe from command line using JAVA
I have a web application where I am uploading files.
I have a Symantec End Point Protection installed. I need to run DoScan.exe from comand line using JAVA.
but certain forums suggests that "DoScan does not support the scan of single files or…

Hardik Mishra
- 14,779
- 9
- 61
- 96
1
vote
0 answers
Google deadline for Symantec will it affect the live App
Regarding the Symantec® certificates issued before December 2017 are being phased out of support as per the following URL (https://support.google.com/chrome/a/answer/7662561?hl=en)
As mentioned, this clearly applies to managed Chrome Browsers and…

Murtaza
- 11
- 1
1
vote
1 answer
ildasm / ilasm - Symantec false positive
I am having a problem with disassembling and reassembling a .NET executable and it throwing a false positive after.
The error I get specifically is:
Heur.AdvML.B
As of now, I am no longer editing the asm prior to re-compiling it. I literally…

netdev
- 21
- 2
1
vote
0 answers
Finding Symantec distrusted certificates
I need to find Symantec certificates that are being distrusted by Google.
I have got list of roots in .pem format from here: https://cs.chromium.org/chromium/src/net/data/ssl/symantec/README.md?g=0
On the server i have got access to .crt files that…

mardus
- 11
- 2
1
vote
1 answer
How do I run a Symantec Endpoint Protection scan via Start-Job with PowerShell?
I'm trying to run an antivirus scan via PowerShell as a background process.
My code:
$arg1 = "/c"
$arg2 = "/ScanAllDrives"
$logFile = "/LOGFILE='C:\Users\user\AppData\Local\Symantec\Symantec Endpoint Protection\Logs\test.log'"
Start-Job…

user1894814
- 389
- 1
- 3
- 12
1
vote
0 answers
How to make PFX file from Symantec code?
I have password-protected pfx file and now it expired . but i renewed that with the help of Symantec code signing certificate .
Below is your Code Signing certificate:
certificate
-----BEGIN CERTIFICATE-----
base-64 encoded data
-----END…

vinay kp
- 35
- 8
1
vote
0 answers
Azure WorkerRole PaaS Symantec Endpoint Protection
I have azure c# WorkerRole (PaaS) where I need to check uploaded files for viruses.
And I am going to use Symantec Endpoint Protection (SEP) DoScan.exe utility.
I need to create deployment script which will automatically install and setup SEP on…

Serg
- 386
- 3
- 4
1
vote
1 answer
Windows 10 Update breaks EV code signing certificate
Last night my machine did a Windows 10 update. I didn't think much of it at the time, except that it seemed to take longer than usual. This morning when I did a build of our product, an Outlook 2013 Add-In, Windows 10 refused to recognize our…

Drew Stoddard
- 297
- 3
- 12
1
vote
1 answer
Azure PaaS Malwre protection using Symantec
I want to enable Malware protection/Virus scanning in my PaaS.
For example i have a Web Api for file upload and store the files to Blob staorage. I want to scan the files before store it using symantec. I dint find any article or code for the…

user3141198
- 33
- 1
- 7
1
vote
1 answer
Need to export a Symantec Code signing certificate as .pfx
I need to export a Symantec Code signing certificate for signing .xap as .pfx. The steps mentioned on official website state All Tasks>Export as .pfx but the option is grayed out. For pvk2pfx.exe we need a .pvk which is not provided. I have only a…

Ric
- 211
- 2
- 16
1
vote
1 answer
SimpleSAML and Symantec O3
I'm trying to configure SimpleSAML to allow authentication via an external login portal powered by Symantec O3.
I've set up SimpleSAML as a SP by editing config/authsources.php and converting the respectful meta data. I've provided my meta data to…
1
vote
1 answer
Delete SEP VirusDef by date
I have SEP (Symantec Endpoint Protection) in my network.
i want to delete old virus definition folders that take allot of size.
this is the "VirusDef" Folder content:
Directory of \\10.1.66.101\c\Program Files\Common Files\Symantec…

ohade
- 161
- 9
1
vote
0 answers
Replicating Symantec Endpoints "Access Denied" security?
I'm sure many of you have experienced Symantec Endpoint and its ability to prevent users from killing its processes resulting in an "Access Denied" to the user even when the kill is performed via the local Administrator or System user.
Id like to…

CathalMF
- 9,705
- 6
- 70
- 106
1
vote
2 answers
Implementing Antivirus on file upload using J2EE application?
Please provide information on how to integrate Symantec antivirus or any other enterprise antivirus using Java API with Java web application. On uploading files, we need to scan for virus and the result needs to be displayed as (Passed/Failed) to…

ramc
- 31
- 1
- 2
1
vote
1 answer
How does signed script works even there is no network connection?
I have signed the powershell script with the key purchased from Verisign (symantec).
I am executing the script inside a VM where no internet connection available.
How it executes without any problem? How it will get public key if it is not connected…

Samselvaprabu
- 16,830
- 32
- 144
- 230