Questions tagged [antimalware]
38 questions
0
votes
0 answers
Firebase Test Labs User Usage
I want to rent a lab from Firebase Test Labs for Android, but I wanted to ask if it is allowed to use this service for anti-virus and anti-malware application testing or is it against the user agreement?
To be more precise, I will be using the…

Dania
- 3
- 1
0
votes
1 answer
Renting AWS Device Farm for testing anti-virus application
Can we use AWS Device Farm to test anti-virus application by installing real malware on rented devices?

Dania
- 3
- 1
0
votes
1 answer
What are the Antimalware Protected Process Light (AM-PPL) dll loading requirements?
According to https://learn.microsoft.com/en-us/windows/win32/services/protecting-anti-malware-services- "any non-Windows DLLs that get loaded into the protected process must be signed with an appropriate certificate."
What are the conditions for a…

bananabr
- 147
- 11
0
votes
0 answers
Antimalware Scan Interface (AMSI) equivalent for Linux App Services
We have used Antimalware Scan Interface (AMSI) successfully on Windows hosted IIS. The application is now moving to Linux based Azure App Services.
Is there an equivalent for Linux App Services to scan malware?
Constraints - I am in need of a OS…

Peter PitLock
- 1,823
- 7
- 34
- 71
0
votes
2 answers
How to intentionally trigger a false positive from a virus scan?
I want to test a virus scanner, but I don't want to have actual malware stored on my machine. In the past, I've seen innocuous software marked as a virus by vague "heuristics" from anti-malware programs. I want to write a program that is not in any…

IntBonus
- 3
- 1
0
votes
1 answer
What kind of anti-debugging technique doesn't allow attaching with usermode debugger?
I'm currently in the process of learning different techniques malware use to prevent debugging, and I came across an issue I can't seem to really understand. This piece of malware that I am currently trying to figure out and debug uses some kind of…
0
votes
1 answer
Can video containing malware be cleaned through format conversion?
I'm trying to find out if video containing malware can be cleaned by converting the video to a different format. Similar to how images containing malware can be cleaned by converting them to .BMP.
I expect it's not that simple due to the complexity…

Markus
- 665
- 2
- 9
- 22
0
votes
0 answers
Android anti-malware presence detection
I need to determine if the Android phone where my app is running, has any kind of anti-malware installed. I'd like to avoid hardcoding a kind of list of apps that are known to be anti-malware/anti-virus apps.

sba923
- 537
- 1
- 5
- 9
0
votes
0 answers
How to block get requests from my wordpress site
I have a wordpress site. This site has an unwanted code and redirecting to a spam site on page load. I want to block some GET request because malware getting unwanted code from spam site. I can manually block request from chrome developer tools but…

Cihan Kalmaz
- 715
- 1
- 5
- 19
0
votes
1 answer
How to properly defang/disarm URLs with scheme ftp/ftps?
No problems with: HTTP/HTTPS
When defanging/disarming URL schemes (e.g. with python-defang):
http becomes hXXp
https becomes hXXps
So, no problem here.
But what happens with: FTP/FTPS/FXP
But how can these schemes be properly defanged?
ftp…

winklerrr
- 13,026
- 8
- 71
- 88
0
votes
1 answer
Windows is hacked - All file's extension have changed
We have a Microsoft Windows server, we find all files changed to an extension .ETH file (Specially the AutoCAD files .dwg files).
As the following:
All files converted to .id-26E67253.[helpfilerestore@india.com].ETH.
Also, If I tried to connect…

Mohamed Yakout
- 2,868
- 1
- 25
- 45
0
votes
4 answers
Setting Anti-Malware Enabled as default on Azure Cloud Service
OK, so this is a revised post as I can see some down-votes and the solution, for me, is still not working. As a background, deploying from Visual Studio to a Cloud Service in Azure will reset anti-malware back to original state (disabled). So I am…

Jezbers
- 815
- 10
- 20
0
votes
0 answers
internal fake links shows in google search results
I recently had a strange problem on my site. This is a problem with urls that have not any relation my content (see screenshot with fake links in google search results). Fortunately these links are no external spam links.
So I decided to do the…

Civil Center
- 1
- 1
0
votes
1 answer
how to execute the baksmali.jar in an android device
For the purpose of developing an Anti-malware on Android, I need to have the smali representation of an APK.
I'm trying to execute the the baksmali.jar directly on the device. I asked the author of the tool GitHub: Executing baksmali on an Android…

MassyB
- 1,124
- 4
- 15
- 28
-1
votes
1 answer
How a suspicious links are being added to my asp.net site
I have a simple asp.net website. Recently, I have noticed it adds one div with an anchor tag to an external. I have also noticed another link of apparent jQuery file from a thirdparty site that obviously is not a jQuery at all.
So when clicked…

marifrahman
- 681
- 2
- 13
- 31