Questions tagged [mcafee]

McAfee is a brand owned by McAfee Inc. It is most commonly known for it's antivirus software--also called McAfee.

McAfee is a brand owned by McAfee Inc. It is most commonly known for it's antivirus software--also called McAfee.

90 questions
1
vote
0 answers

McAfee TIE Write Only Master (WOM) not able to register in ePO

We have 2 WOM, 2 Reporter, 2 Slave server for for an installation. During OVF deployment and initial configuration, only IP was configured and rest of the server setting have been configured using pre-built scriptlets. Issue Facing: When slave is…
Varunpwc
  • 11
  • 1
1
vote
0 answers

Error Handling on root website with no application

I have a root website with no application. Then under that root site are four virtual directories with applications. Each of these applications has good error handling. The root website has none. I added a web.config with a simple…
crackedcornjimmy
  • 1,972
  • 5
  • 26
  • 42
1
vote
4 answers

McAfee always found Virus when I use pyinstaller3 to pack my Python script

* screen shortcut photo * when i use pyinstaller3 to pack my python script(with PYQT5), McAfee always alert me the runw.exe file found virus and then delete this bootloader file . the pyinstaller is download from official website , i have no idea…
Brave ru
  • 61
  • 7
1
vote
0 answers

McAfee download warning message

I have two sites both on different server, both sites having same source code but having different urls. I am generating report in XLS formate, when i tried to download this report one site showing warning message but second working perfectly. Both…
sagar
  • 23
  • 6
1
vote
2 answers

Python - Ignoring self-signed certificate warnings when using McAfee Web API

I am looking to make use of the mcafee-epo web api python library to automate some of my more repetitive maintenance tasks. When trying to connect to our epolicy server, I receive an error stating that the certificate is invalid and the script…
1
vote
0 answers

TeamCity 8.0.5 Temporary ASP.NET Files compile error after McAfee 8.8 upgrade

We're using TeamCity 8.0.5 and compiling a very large Windows project which has many solutions and builds MVC apps. We're using MSBuild 4.0 as the project runner on a Windows 2008R2 TeamCity Build Agent. With McAfee 8.7.0, everything works fine. …
Jerry G
  • 934
  • 7
  • 8
1
vote
1 answer

Windows 7: How to configure XAMPP / Windows Firewall / McAfee / private network router to allow incoming external HTTP/HTTPS connections?

I have been trying to follow this brief tutorial to enable external HTTP/HTTPS access to my XAMPP's Apache Web Server on Windows 7. However, when I go to Control Panel -> Windows Firewall, the four entries in bold font as shown in the image below…
John Sonderson
  • 3,238
  • 6
  • 31
  • 45
1
vote
0 answers

scanning compressed files with mcafee command line virusscan for linux is slow

Using McAfee 64-bit command line virusscan 6.0.4 for linux. It is taking 4 hours to scan 17 files many of which are compressed (zip, tar, ova, etc). I have tried increasing cache size, number of threads. Nothing seems to improve the…
0
votes
1 answer

McAfee Update download script

I'm setting PC with McAfee install on them and be told that I need to stop the program going on line to download update (DAT). I need to create a script to download dat file from McAfee web site and put this file on server where McAfee can access…
Lalajee
  • 139
  • 1
  • 9
0
votes
0 answers

McAfee web gateway categories url empty

I have a website that is blocked by McAfee with Url Categories: empty. How add in wordpress Url categories for my website
0
votes
1 answer

Invoke-RestMethod returning a result but I can't seem to be able to work with the JSON Data and select objects

I have worked out how to retrieve data from our API using the following: Invoke-RestMethod -Uri "https://mcafee-epo.domain.local:8448/remote/system.find?searchText=$(94422)&searchNameOnly=true&:output=json" -Credential $Cred I can see that I get…
George
  • 143
  • 1
  • 1
  • 7
0
votes
0 answers

My a.exe file appears to be corrupted. (C language)

The a.exe file is quarantined (contained in an isolated folder) by my anti-virus McAfee stating that it protected me from a virus. It didn't happen right after I started coding with C. Infact, I was able to write some 7 or 8 programs using VS Code…
0
votes
1 answer

I am using Laragon. After I updated my Windows, I found that I need to turn off the advanced firewall in McAfee in order to access the phpMyAdmin

I am using Laragon. After I updated my Windows, I found that I need to turn off the advanced firewall in McAfee in order to run my Laravel project and access the phpMyAdmin database. that's not the first time that this error occur for me when I…
khaled amoudi
  • 53
  • 1
  • 6
0
votes
0 answers

How to automatically run antivirus when directory updates?

I have a directory on my CentOS 7 machine, I would like the HBSS/McAfee virus scan to run every time a new file gets added to that directory. Per the virus scan manual, looks like the virus scan command is something like cmdagent -p -l…
Tina
  • 21
  • 4
0
votes
1 answer

Why Does This Foreach Loop Iterate Twice?

This code will cause 2 iterations before continuing to my next code. Running this off a USB drive. write-Host "McAfee Consumer Product Removal" -ForegroundColor Cyan $drives = Get-PSDrive foreach ($root in $drives.root) { if (test-path…
Moxadonis
  • 23
  • 4