gpt4 book ai didi

C程序意外制作病毒..?为什么

转载 作者:行者123 更新时间:2023-12-04 11:39:57 24 4
gpt4 key购买 nike

#include <conio.h>
#include <stdlib.h>

main() {
printf("hello");
getchar();
}

当我编译上面的代码时,创建的二进制文件被 AVG Antivirus 检测到并立即将其删除。

我遇到了威胁:Trojan Horse BackDoor.Generic16.BOCF

为什么我得到它...?

最佳答案

我同意 paulm 和 NetVipeC 的观点,因为这看起来像是误报。误报是指被识别为异常或恶意的任何正常或预期行为。 The term false positive is used when antivirus software wrongly classifies an innocuous file as a virus.

您可以检查 details

The major problem that false positives create is that they can easily drown out legitimate IDS alerts. A single rule causing false positives can easily create thousands of alerts in a short period of time. If the assumption is made that an analyst can review one alert every five minutes, the analyst can review around 100 alerts per day. Reviewing one alert every five minutes is too fast for thorough analysis but we can assume that some alerts will not require thorough analysis lowering the average time for analysis. Looking at these numbers it is obvious that only a small number of false positives can drown out legitimate alerts. The alerts for rules that causing repeated false positives are often ignored or disabled.

关于C程序意外制作病毒..?为什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25611225/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com