2012. 4. 21. 15:48 컴퓨터관련/기타
[파일] C:\dec.html 이라는 파일은?! 바이러스? 악성코드?
[파일] C:\dec.html 이라는 파일은?! 바이러스? 악성코드?
결론부터 이야기 하자면 악성코드나 바이러스는 아닙니다.
이는 인터넷 증명 발급기관에서 발급받을때 나오는 파일 같습니다. (혹은 병무청과 관련이 있는듯)
아래는 dec.html 파일의 내용입니다.
<HTML>
<HEAD>
<TITLE>::: 증명발급 :::</TITLE>
</HEAD>
<style type="text/css">
body, td { line-height: 11pt}
body, td { font-size: 9pt; font-family: 돋움,Arial; color: #6D6D6D}
A:link { text-decoration: none ; color: #989A9A }
A:visited { text-decoration: none ; color: #989A9A }
A:active { text-decoration: none ; color: #000000 }
A:hover { text-decoration: none; color:#989A9A }
font {font-size: 8pt;text-decoration: none;}
</style>
<script language="javascript">
function SudongInstall_OK() {
//self.location.href("/Markany/html/ma_man_install.html")
self.location.href("/Markany/html/ma_man_install.html")
}
function chkBrowserVer()
{
var strNavigatorAppVersion ;
var index, lastIndex ;
var version ;
var arrNavigatorAppVersion ;
strNavigatorAppVersion = navigator.appVersion ;
if( (index= strNavigatorAppVersion.indexOf("MSIE")) > -1)
{
arrNavigatorAppVersion = strNavigatorAppVersion.split(";") ;
index = arrNavigatorAppVersion[1].indexOf(".")-1 ;
lastIndex = arrNavigatorAppVersion[1].length ;
version = parseFloat(arrNavigatorAppVersion[1].substring(index,lastIndex)) ;
return version ;
}
else
{
return false ;
}
}
</script>
</HEAD>
<BODY LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" bottommargin="0" marginwidth="0" marginheight="0"
oncontextmenu="return false" ondragstart="return false"
onselectstart="return false" >
<script language="javascript">
var vCurURL = "http://***********.microsoft.com";
bname=navigator.appName
var g_fIsSP2 = false;
var bIsSupportingWebBrowser = true
g_fIsSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
var version = chkBrowserVer();
if(version == false || version < 5.5 )
{
var strContent ;
var screenWidth;
var screenHeight;
if(version == false)
{
alert("마이크로 소프트 인터넷 익스플로러만을 지원합니다.\n\n마이크로 소프트 인터넷 익스플러러를 설치 후 사용하시기 바랍니다.")
bIsSupportingWebBrowser = false
}
else
{
strContent = "◈ 웹 브라우저 정보 : " + version + " \n" ;
strContent = strContent + "Microsoft Internet Explorer 5.5 이상에서 최적화 되었습니다.\n" ;
strContent = strContent + "Microsoft Internet Explorer 5.5 이하 버전이나 네스케이프에서는 제대로 동작되지 않습니다.\n" ;
strContent = strContent + "Microsoft Internet Explorer 5.5 이상으로 Update 해주세요.\n" ;
strContent = strContent + "Microsoft Update 웹으로 이동합니다.";
alert( strContent );
screenWidth = screen.availWidth;
screenHeight = screen.availHeight;
-----
if (bIsSupportingWebBrowser)
{
if((typeof(MAWS_MMAA) == "object") && (MAWS_MMAA.object != null))
{
//alert("object is successfully loaded")
}
else
{
if (g_fIsSP2)
{
// 문구변경요함
//alert("인터넷 증명서 출력을 위한 Plug-in 설치가 차단 되었습니다.\nActiveX컨트롤을 수동설치해 주시기 바랍니다.");
//SudongInstall_OK();
}
else
{
// window.close();
//SudongInstall_OK();
}
}
}
</script>
</BODY>
</HTML>
위의 내용은 간단이 표시되있고 부분 삭제되었습니다.
안심하시고 그냥 삭제하시거나 그냥 두셔서 무방할것같습니다.
'컴퓨터관련 > 기타' 카테고리의 다른 글
윈도우XP 와 윈도우98의 사운드로 만든 음악, Music using ONLY sounds from Windows XP and 98 (0) | 2013.06.05 |
---|---|
[파일] 수상한 파일? eula.1028.txt, install.res.1028.dl,l VC_RED 이 무엇인가? (0) | 2012.04.21 |
[컴퓨터] 익스플로러8 삭제 하기 및 삭제 프로그램(두가지 방법) (0) | 2011.10.27 |
[DLL] 게임 d3dx9_42.dll 오류 해결 방법!! 문명5, 마운트앤블레이드 워밴드, 마피아2, 어쌔신 크리드 등 (0) | 2011.01.19 |
[Virus] Win-Trojan/Xema.122475 바이러스, 악성코드 해결, Userinit.exe 복제 및 _lang.dll, 알약 치료불가, V3 치료 (0) | 2010.07.22 |
[최적화] 인터넷 속도 최적화 해보자. 인터넷 관련사항을 간단하게 최적화 해보자. PC클리어 (1) | 2010.03.25 |
[확장자] 확장자가 뭔지 궁금하다! 각 확장자별 구분 (0) | 2010.03.23 |