Can we use AWS Device Farm to test anti-virus application by installing real malware on rented devices?
Renting AWS Device Farm for testing anti-virus application
150 Views Asked by Dania At
1
There are 1 best solutions below
Related Questions in AMAZON-WEB-SERVICES
- "Access Denied" - User's Permissions to S3 Bucket
- Cohort analysis with Amazon Redshift / PostgreSQL
- Using Amazon KMS service on Heroku
- can't ssh in after cloning an EC2 instance on Amazon AWS
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS ELB Load Balancer: is it possible to set multiple session cookies?
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- Unable to access files from public s3 bucket with boto
- Cloudfront stream only part of the video
- s3cmd not working as cron-task when echos/dates are added
- How to deploy django 1.8 on Elastic Beanstalk using Docker
- InstanceProfile is required for creating cluster - create python function to install module
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
Related Questions in AWS-DEVICE-FARM
- AWS Device Farm - Run Stuck at Pending (with Errored Status)
- AWS Device Farm error: No implementation found for long org.opencv.core.Mat.n_Mat()
- DEVICE FARM , APPIUM , JAVA
- How webdriver session could be reused between tests in the class in AWS Device Farm?
- AWS Device Farm doesn't run all my test classes when a test class fail
- AWS Device Farm CLI Testsuite Filteration
- Swipe functionality working locally but fails on device farm
- Get AWS device farm test video URL link in to my test management tool (Practitest)
- '[TestNG] Couldn't find the testng.xml in the jar file, running all the classes' error while running test on AWS Device Farm
- How can I set proxy to selenium remote web driver?
- Is there any way to add VPN information using appium to devices in aws devicefarm devicepool?
- Getting error "Unable to create a new remote session" while running appium on AWS Device Farm
- AWS Device Farm - Android 13 contacts system app not available
- AWS device farm audio injection
- Collecting test suite time in aws device farm
Related Questions in MALWARE-DETECTION
- How would I write a malware detection software?
- Detect if malware is tampering with website
- google safe browsing api url encoding (canonicalization)
- How to detect and/or block browser extensions that mess up my website?
- Hacked site - encrypted code
- How can I use pe.entry_point to write YARA rules?
- Mamba Ransomware
- internal fake links shows in google search results
- PHP code being reported as malware
- hooking ,dll injection and thread safe
- Is there a BLACKLIST Database available containing a list of MD5 digests of malware?
- Windows Defender detects Trojan:HTML/Phish.PH!MTB in a simple HTML file
- How do I make installed antiviruses detect a program?
- PHP: detect which script is calling header();
- How to decompile an APK or DEX file on Android platform?
Related Questions in ANTIMALWARE
- Mamba Ransomware
- internal fake links shows in google search results
- Mrt.exe launch in python
- How Does the Zero Trust Paradigm Work at Nucleon EDR?
- AKS with Windows containers for Sitecore - anti-malware protection
- How to change the vendor id of any Pnp (Plug and Play) device inside Virtualbox?
- How to increase WSL/docker container performance on quite common laptop?
- Renting AWS Device Farm for testing anti-virus application
- Firebase Test Labs User Usage
- TrendMicro Deep Security 11 - retrieving computers in "protected" state in terms of antimalware
- Setting Anti-Malware Enabled as default on Azure Cloud Service
- Enable/disable antimalware extension on Azure Cloud Service classic via script
- Kaspersky is uploading big chunks of data to a local server
- Malware installs itself again and again autonomously
- Antimalware Scan Interface (AMSI) equivalent for Linux App Services
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
AWS's AUP includes the following wording:
So with regards to installing malware or exposing the devices to live virus or malware payload, the answer is an unequivocal no.
However, I would imagine that as with standard EICAR test strings, you could test file contents for various pattern matches and remain within the bounds of the AUP, ie by including a substring of a particular known malicious payload to test detection. The moment you allowed known malicious code to execute you would be in violation of the AUP, and depending on AWS's inbuilt scanning they may detect and block your access proactively regardless.
So to summarize, the answer is no, you'd need to build your own lab on your own equipment to do testing of this nature.