A trojan is a malicious program which is injected to or poses as a known application.
Questions tagged [trojan]
113 questions
0
votes
0 answers
Android APK file scanned with virus tool showing Android.agent.abg
I have developed one Android App and published on the Google play store. but when a user runs an antivirus app, my app is showing Android.agent.abg. becuase of this user has delated App. Is there any way so that I can assure that my APK file is…
0
votes
0 answers
False-positive on Android app - APK:RepMalware [Trj]||arep
Our app in Play Store has been out for a couple of years and we have never experienced malware detection before.
We are getting feedback from customers using Huawei, CAT and Samsung devices, detecting malware:
APK:RepMalware [Trj]||arep
We have gone…

Krister Moen
- 438
- 2
- 15
0
votes
0 answers
Is it a Trojan that is downloaded from Blockchair?
When I was downloading Dogecoin transaction data from Blockchair with a python script, it seems that some Trojan was also downloaded:
For reference: one of the problematic files is blockchair_dogecoin_transactions_20180111.tsv.gz
Is it a false…

Aqqqq
- 816
- 2
- 10
- 27
0
votes
0 answers
find Trojans in javascript files
I have been asked to look at a website which has suddenly started having Trojan errors with AVG after they loaded up some bootstrap files. JS:AGENT-EJE[Trj]
I found a bit of code at the end of the file which contains the following link…

Paul
- 5
- 2
0
votes
0 answers
Miui defines the application as a trojan
I created the app(not a virus!) in android studio. It uses the luaj library. Overlay and accessibility service are also used. However, when I install this application on miui, the built-in antivirus detects the application as a Trojan.
I think the…

karlson
- 11
- 1
0
votes
0 answers
TrojanVPN based on tun2socks library immediately disconnected
We've developed trojanVPN based on tun2socks and used tun2socks library.
This is source code of VPNManager.swift
import Foundation
import NetworkExtension
extension NEVPNStatus: CustomStringConvertible {
public var description: String {
…

Andrei Yakugov
- 11
- 3
0
votes
2 answers
when assembling apk, it gives an error antivirus trojan on xiaomi phone
When I build an application for a test, for testing on a real device, when I open it, an error occurs associated with a Trojan virus, what could be the problem? Tell me please?
this is the first time, I can't even imagine what could be the problem

Alex
- 3
- 3
0
votes
0 answers
apply plugin: 'com.amazonaws.appsync' detected as trojan
I am developing some personal project and I'm learning how to use aws. When I first ran the app it showed a warning which says the app is a threat, the details shows that it's trojan with a Risk name: Android:Evo-gen [Trj]|+Ag1386570|egap. So I went…

James
- 1
0
votes
1 answer
How to configure trojan to make it fall back to the site correctly?
I use the mirror jwilder/nginx-proxy to automatically HTTPS, and I deploy the trojan-go service through the compose.yml file. The content of the compose.yml file is shown below. I can open the HTTPS website correctly by the domain name, but…

haofunny
- 1
- 1
0
votes
2 answers
I get the error "github3.exceptions.NotFoundError: 404 Not Found" on chapter 7 of the book black hat python while making a trojan
At first I thought it was an error connecting with GitHub but this seems to not be the script since the first part of the script fires up normally
Full output for context
┌──(kali㉿kali)-[~/bhptrojan]
└─$ python3 git_trojan.py …

SebstaBro7
- 1
- 1
0
votes
1 answer
Detect Registry changes
Recently i found a trojan program running in my system, it copies some random name exe to my drives(except C:) and also copies random name exe to temp and which in turn asks firewall network connection request(from this i figured it's trojan)..also…

kHAzaD00M
- 21
- 1
- 4
0
votes
1 answer
How to config Google Earth proxy when using trojan?
I'm using v2ray(trojan server) to connect to google, everything works fine on the brower, but when I open up Google Earth, it shows that
Google earth is unable to connect to the Internet and try launching the application again.
Error code:…

manor
- 11
- 1
0
votes
0 answers
msi file built in Jenkins sometimes gets detected as trojan as sometimes not
I have a problem with a C# application built inside the Jenkins Build Environment of my company: the application sometimes is detected as trojan and sometimes not.
After I build this C# application, I always scan it with VirusTotal. Sometimes the…

ef.7309
- 11
- 3
0
votes
0 answers
MinGW gcc C compiled program detected as virus by avast
I have readed a lot of people with the same problem but the most of them are Windows Defender, in my case it only happens with avast(free version) and it detects this simple hello program compiled version:
#include
int main()
{
…
user13901811
0
votes
1 answer
Cannot Open a File with Subprocess.Popen()
I am trying to create a Python 3 based Trojan for my Ethical Hacking Course at https://phoenyxacademy.com. So it is a basic Trojan that will open a picture on the surface but will extract and send wifi password to an e-mail. But after packaging the…

Faisal Ali Gama
- 1
- 3