From 7ce2fe78f24a56e5dcf1b993e3c7c1a16f292ab2 Mon Sep 17 00:00:00 2001 From: GentlemanlyHippo <44386311+GentlemanlyHippo@users.noreply.github.com> Date: Tue, 5 Feb 2019 14:46:41 -0500 Subject: [PATCH] Expanded what trojan looks like (#26613) --- guide/english/security/trojans/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/security/trojans/index.md b/guide/english/security/trojans/index.md index 0794e7c692..2bb36eaeae 100644 --- a/guide/english/security/trojans/index.md +++ b/guide/english/security/trojans/index.md @@ -23,7 +23,8 @@ As a developer it is particularly important to be aware of Trojans and how they ### What does a Trojan look like? -It can look like anything. Mostly files downloaded from untrusted website. +It can look like anything. Mostly files downloaded from untrusted website. They also can be represented +by popups or fake download buttons when trying to install software from a website. ### How do I protect myself against Trojans? @@ -33,4 +34,4 @@ If you truly want to stay protected, you can use 3rd party softwares like anti-m #### More Information: [Trojan horse (computing) on Wikipedia](https://en.wikipedia.org/wiki/Trojan_horse_(computing))
-[Trojan Horse Fundamentals - by AVG](https://www.avg.com/en/signal/what-is-a-trojan) \ No newline at end of file +[Trojan Horse Fundamentals - by AVG](https://www.avg.com/en/signal/what-is-a-trojan)