KR100817848B1 - Method for network-based data inspection and apparatus thereof - Google Patents

Method for network-based data inspection and apparatus thereof Download PDF

Info

Publication number
KR100817848B1
KR100817848B1 KR1020060057358A KR20060057358A KR100817848B1 KR 100817848 B1 KR100817848 B1 KR 100817848B1 KR 1020060057358 A KR1020060057358 A KR 1020060057358A KR 20060057358 A KR20060057358 A KR 20060057358A KR 100817848 B1 KR100817848 B1 KR 100817848B1
Authority
KR
South Korea
Prior art keywords
data
bulletin board
server computer
file
personal information
Prior art date
Application number
KR1020060057358A
Other languages
Korean (ko)
Other versions
KR20080000086A (en
Inventor
김진수
Original Assignee
(주)트리니티소프트
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)트리니티소프트 filed Critical (주)트리니티소프트
Priority to KR1020060057358A priority Critical patent/KR100817848B1/en
Publication of KR20080000086A publication Critical patent/KR20080000086A/en
Application granted granted Critical
Publication of KR100817848B1 publication Critical patent/KR100817848B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/50Business processes related to the communications industry

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • Computer Hardware Design (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

개시된 내용은 네트워크 기반의 게시물 검증방법 및 그 장치에 관한 것으로서, 사용자 컴퓨터로부터 입력되는 게시물 데이터를 게시판에 등록한 서버 컴퓨터에서 해당 데이터가 저장된 디렉토리를 검사하여 파일의 타입을 구분하고, 구분된 타입에 따라 해당 파일의 내용을 검사하여 개인정보, 악성코드를 포함하고 있는지를 판단하며, 개인정보, 악성코드를 포함하고 있으면 해당 게시판에 등록된 데이터를 삭제한다. 또한, 서버 컴퓨터에서는 사용자 컴퓨터로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되면 해당 데이터의 파일 타입을 구분하고, 구분된 타입에 따라 해당 파일의 내용을 검사하여 개인정보, 악성코드를 포함하고 있는지를 판단하며, 개인정보, 악성코드를 포함하고 있으면 해당 데이터의 게시판 업로드를 차단한다.Disclosed is a network-based post verification method and apparatus therefor. The server computer, which registers post data input from a user computer on a bulletin board, checks the directory where the data is stored and classifies the file type. It checks the contents of the file to determine whether it contains personal information and malicious code. If it contains personal information and malicious code, it deletes the data registered on the bulletin board. In addition, when uploading data for registration to the bulletin board from the user computer, the server computer classifies the file type of the data and checks the contents of the file according to the classified type to see whether it contains personal information or malicious code. If it contains personal information and malicious code, it blocks the upload of bulletin board.

따라서, 본 발명은 웹사이트에서의 보안 강화 및 개인정보 유출을 방지할 수 있는 효과를 제공한다.Therefore, the present invention provides an effect of enhancing security on the website and preventing the leakage of personal information.

인터넷, 네트워크, 게시물, 검증, 유해성, 삭제, 차단 Internet, network, post, validation, harmful, delete, block

Description

네트워크 기반의 게시물 검증방법 및 그 장치{Method for network-based data inspection and apparatus thereof}Method for network-based post verification and apparatus thereof

도 1은 본 발명에 따른 네트워크 기반의 게시물 검증장치의 구성을 개략적으로 나타낸 블록도,1 is a block diagram schematically showing the configuration of a network-based post verification apparatus according to the present invention;

도 2는 도 1의 서버 컴퓨터의 구성을 상세하게 나타낸 블록도,2 is a block diagram showing in detail the configuration of the server computer of FIG.

도 3은 본 발명에 따른 네트워크 기반의 게시물 검증방법의 일 실시예의 동작과정을 상세하게 나타낸 순서도,3 is a flow chart showing in detail the operation of an embodiment of a network-based post verification method according to the present invention;

도 4는 본 발명에 따른 네트워크 기반의 게시물 검증방법의 다른 실시예의 동작과정을 상세하게 나타낸 순서도이다.Figure 4 is a flow chart illustrating in detail the operation of another embodiment of a network-based post verification method according to the present invention.

* 도면의 주요부분에 대한 부호의 설명 *Explanation of symbols on the main parts of the drawings

100 : 네트워크 통신망 200 : 사용자 컴퓨터100: network communication network 200: user computer

300 : 서버 컴퓨터 310 : 데이터 통신수단300: server computer 310: data communication means

320 : 제어수단 330 : 데이터 검증수단320: control means 330: data verification means

340 : 데이터베이스 350 : 검증결과 전송수단340: database 350: means for transmitting verification results

400 : 관리자 단말기400: manager terminal

본 발명은 게시물 검증방법 및 그 장치에 관한 것이다.The present invention relates to a post verification method and apparatus.

보다 상세하게는 서버의 게시판에 게시되거나 게시하고자 하는 첨부파일의 유해성 여부를 검사하여 유해한 파일을 삭제하거나 업로드를 차단할 수 있도록 하는 네트워크 기반의 게시물 검증방법 및 그 장치에 관한 것이다.More specifically, the present invention relates to a network-based post verification method and apparatus for inspecting the harmfulness of an attached file posted or posted on a server bulletin board so as to delete harmful files or block uploads.

일반적으로 인터넷(Internet)은 전세계 어디서나, 누구나 접속하고자 하는 상대편 컴퓨터에 TCP/IP(Transmission Control Protocol/Internet Protocol)라는 공통의 프로토콜을 적용하여 자유롭게 연결하여 사용할 수 있도록 구성된 개방형 네트워크로서, 기본적인 문자정보의 전달은 물론 압축기술의 발전과 더불어 멀티미디어 정보의 전달에 이용되는 등 전자 우편, 파일 전송, WWW(World Wide Web) 등의 다양한 서비스를 이용할 수 있다.In general, the Internet is an open network that can be used freely by applying a common protocol called TCP / IP (Transmission Control Protocol / Internet Protocol) to the other computer that anyone wants to access anywhere in the world. In addition to the delivery, as well as the development of compression technology and the delivery of multimedia information, various services such as e-mail, file transfer, and the World Wide Web (WWW) can be used.

이와 같은 인터넷은 국내를 비롯해 세계적으로 사용이 급격하게 증가되면서 기존 산업의 전부분에 걸쳐 효율성과 생산성 제고를 위한 전략적인 도구로서 중요성이 급속히 증대되고 있으며, 인터넷을 통한 새로운 비즈니스 기회가 지속적으로 창출됨은 물론, 그 영역도 확장되고 있는 추세여서 인터넷을 이용한 사업자들도 점차 증가되고 있다.As the use of the Internet is rapidly increasing in Korea and around the world, the importance of the Internet is rapidly increasing as a strategic tool for improving efficiency and productivity in all parts of the existing industry, and new business opportunities are continuously created through the Internet. The number of service providers on the Internet is increasing.

즉, 최근 들어 인터넷을 통한 비즈니스의 일환으로 인터넷 광고, 인터넷 방송, 온라인 게임, 인터넷 신문/잡지, 검색 서비스, 포탈 서비스, 전자 상거래 등의 다양한 컨텐츠를 제공하는 사이트들이 급속히 증가되고 있는 것이다.That is, in recent years, as part of the business through the Internet, sites that provide various contents such as internet advertising, internet broadcasting, online games, internet newspapers / magazines, search services, portal services, and e-commerce have been rapidly increasing.

이와 같은 대부분의 사이트들은 회원들의 사용 편의를 위하여 게시판 기능을 제공하고 있는데, 회원들은 해당 게시판에 각종 자료를 업로드(upload)하거나 필요한 자료를 다운로드(download)하여 이용하고 있다.Most of these sites provide a bulletin board function for members' convenience, and members upload and upload various materials to the bulletin board or download necessary materials.

그러나, 상술한 바와 같은 종래의 웹 사이트들에서 제공하는 게시판 기능은, 업로드된 첨부 파일에 개인정보가 포함되어 있는지 또는 악성코드가 포함되어 있는지의 여부를 즉시 확인하지 않기 때문에 개인정보가 유출될 수 있는 문제점이 발생하였다.However, since the bulletin board function provided by the conventional web sites as described above does not immediately check whether the uploaded attachment contains personal information or contains malicious code, personal information may be leaked. There is a problem.

또한, 최근 들어 개인정보의 보호에 대한 관심이 높아지면서 주민등록번호 등의 정보가 웹으로 유출되지 않도록 방지할 것을 법제화하고 있으며, 특히 공공기관의 웹 사이트에서의 개인정보 유출이 심각하다는 감사 결과에 의해 보안 강화 지시가 내려지면서 이러한 개인정보 유출을 방지할 수 있는 보안 강화의 필요성이 절실한 실정이다.In addition, in recent years, as interest in the protection of personal information has increased, legislation has been enacted to prevent information such as social security numbers from being leaked to the web. As strengthening orders are given, there is an urgent need for enhanced security to prevent the leakage of personal information.

본 발명의 목적은 전술한 문제점을 해결할 수 있도록, 서버의 게시판에 게시된 첨부파일에 고객의 개인정보가 존재하는지 또는 악성코드가 포함되어 있는지의 유해성 여부를 검사하고, 검사 결과 보안 조건을 위배하는 파일의 경우 해당 파일을 삭제할 수 있도록 하는 네트워크 기반의 게시물 검증방법 및 그 장치를 제공하는 데 있다.In order to solve the above-mentioned problems, an object of the present invention is to check whether the personal information of the customer is present in the attached file posted on the bulletin board of the server or whether it contains malicious code, and violates the security condition as a result of the inspection. In the case of a file, the present invention provides a network-based post verification method and a device for deleting a corresponding file.

본 발명의 다른 목적은, 서버의 게시판에 등록하고자 하는 특정 첨부파일에 고객의 개인정보가 존재하는지 또는 악성코드가 포함되어 있는지의 유해성 여부를 검사하고, 검사 결과 보안 조건을 위배하는 파일의 경우 해당 파일의 업로드를 차 단할 수 있도록 하는 네트워크 기반의 게시물 검증방법 및 그 장치를 제공하는 데 있다.Another object of the present invention is to check whether a particular attachment file to be registered on the bulletin board of the server whether the customer's personal information or malicious code is harmful, and if the file violates the security conditions as a result of the inspection The present invention provides a method and apparatus for verifying a post based on a network that can block uploading of a file.

이러한 목적을 달성하기 위한 본 발명에 따른 네트워크 기반의 게시물 검증방법은, 다수의 사용자가 웹 사이트에 등록한 게시물의 유해성 여부를 검증하는 방법에 있어서, (1) 서버 컴퓨터에서 네트워크 통신망을 통해 접속된 사용자 컴퓨터로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리하는 단계와, (2) 서버 컴퓨터에서 회원 로그인 또는 신규회원등록을 수행한 사용자 컴퓨터로부터 입력되는 데이터를 게시판에 등록하는 단계와, (3) 서버 컴퓨터에서 게시판에 등록된 데이터가 저장된 디렉토리를 검사하여 파일의 타입을 구분하는 단계와, (4) 서버 컴퓨터에서 (3) 단계에서 구분된 파일 타입에 따라 해당 파일의 내용을 검사하여 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있는지를 판단하는 단계와, (5) 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있으면, 서버 컴퓨터에서 해당 게시판에 등록된 데이터를 삭제하는 단계와, (6) 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일을 삭제한 서버 컴퓨터에서 보안 조건에 위배된 파일에 관련된 정보를 관리자 단말기로 메일 또는 문자메시지로 전송하는 단계를 포함하는 것을 특징으로 한다.The network-based post verification method according to the present invention for achieving the above object is a method for verifying the harmfulness of a post registered by a plurality of users on a website, (1) a user connected through a network communication network from a server computer Processing member login or new member registration based on data input from the computer; (2) registering data input from the user computer that has performed member login or new member registration on the server computer to the bulletin board, (3 ) The server computer classifies the file type by checking the directory where the data registered on the bulletin board is stored, and (4) The server computer examines the contents of the file according to the file types classified in step (3). Determining whether the personal information or malicious code violates the (5) security provisions; If the case contains personal information or malware that violates the case, delete the data registered on the bulletin board from the server computer, and (6) delete the file containing the personal information and malware that violates the security conditions. And transmitting information related to a file violating a security condition from a server computer to an administrator terminal by mail or a text message.

또한, 본 발명에 따른 네트워크 기반의 게시물 검증방법은, 다수의 사용자가 웹 사이트에 등록하고자 하는 게시물의 유해성 여부를 검증하는 방법에 있어서, (a) 서버 컴퓨터에서 네트워크 통신망을 통해 접속된 사용자 컴퓨터로부터 입력되 는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리하는 단계와, (b) 서버 컴퓨터에서 회원 로그인 또는 신규회원등록을 수행한 사용자 컴퓨터로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되는지를 판단하는 단계와, (c) 게시판에 등록하기 위한 데이터의 업로드가 수행되면, 서버 컴퓨터에서 해당 데이터의 파일 타입을 구분하는 단계와, (d) 서버 컴퓨터에서 (c) 단계에서 구분된 파일 타입에 따라 해당 파일의 내용을 검사하여 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있는지를 판단하는 단계와, (e) 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있으면 서버 컴퓨터에서 해당 데이터의 게시판 업로드를 차단하며, 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있지 않으면 해당 데이터의 게시판 업로드를 처리하는 단계와, (f) 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 서버 컴퓨터에서 보안 조건에 위배된 파일에 관련된 정보를 관리자 단말기로 메일 또는 문자메시지로 전송하는 단계를 포함하는 것을 다른 특징으로 한다.In addition, the network-based post verification method according to the present invention, a method for verifying whether the number of posts that a number of users want to register on the Web site is harmful (a) from a user computer connected through a network communication network in the server computer Processing member login or new member registration based on the inputted data; and (b) determining whether upload of data for registration to the bulletin board is performed from a user computer that has performed member login or new member registration on the server computer. And (c) uploading the data for registration to the bulletin board, classifying the file type of the data on the server computer, and (d) the server computer according to the file types identified in step (c). Examine the contents of the file to see if it contains personal information or malware that violates security conditions. However, if the step includes (e) personal information or malware that violates the security conditions, the server computer will block uploading of the bulletin board and does not contain any personal information or malware that violates the security conditions. If not, the step of processing the bulletin board upload of the relevant data, and (f) the administrator terminal information on the file that violates the security conditions on the server computer that blocked uploading of files containing personal information and malware that violates the security conditions Another feature is that it comprises the step of sending in a mail or text message.

또한, 본 발명에 따른 네트워크 기반의 게시물 검증장치는, 다수의 사용자가 웹 사이트에 등록하거나 등록하고자 하는 게시물의 유해성 여부를 검증하는 장치에 있어서, 불특정 다수의 통신회선을 연결하여 상호간에 게시물과 관련된 데이터 통신이 이루어지도록 하는 네트워크 통신망과, 네트워크 통신망을 통해 게시판 기능을 제공하는 웹 사이트에서 운영하는 서버에 접속을 진행한 사용자의 조작에 따라 회원 로그인 또는 신규회원등록을 위한 데이터를 전송하며, 사용자의 조작에 따라 게시판에 등록할 데이터를 전송하는 사용자 컴퓨터와, 네트워크 통신망을 통해 통 신 접속된 사용자 컴퓨터로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리하고, 회원 로그인 또는 신규회원등록을 수행한 사용자 컴퓨터로부터 입력되는 데이터를 게시판에 업로드한 후 게시판에 등록한 게시물 데이터가 저장되어 있는 디렉토리를 검사하여 파일의 타입을 구분하고 구분된 타입에 따라 해당 파일의 내용을 검사하여 개인정보, 악성코드가 있으면 해당 게시판에 등록된 데이터를 삭제하거나, 또는 회원 로그인 또는 신규회원등록을 수행한 사용자 컴퓨터로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되면 해당 데이터의 파일 타입을 구분한 후 구분된 타입에 따라 해당 파일의 내용을 검사하여 개인정보, 악성코드가 있으면 해당 데이터의 게시판 업로드를 차단하는 서버 컴퓨터와, 서버 컴퓨터로부터 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일을 삭제하거나 또는 업로드를 차단한 파일에 관련된 정보를 메일 또는 문자메시지로 전송받는 관리자 단말기를 포함하는 것을 특징으로 한다.In addition, the network-based post verification apparatus according to the present invention, in a device for verifying the harmfulness of a post that a plurality of users to register or to register on a website, connected to each other by connecting a plurality of unspecified communication lines According to the user's operation of accessing the server operated by the network communication network which enables data communication and the web site that provides the bulletin board function through the network communication network, the data for member login or new member registration is transmitted. In accordance with the operation, the user computer that transmits data to be registered on the bulletin board, and the user login or new member registration are processed based on the data input from the user computer connected through a network communication network, and the member login or new member registration is performed. Input from the user's computer After uploading the data to the bulletin board, it checks the directory where the post data registered on the bulletin board is stored, classifies the file type, and examines the contents of the file according to the classified type. When deleting data or uploading data to register on the bulletin board from the user's computer where member login or new member registration is performed, classify the file type of the data and then examine the contents of the file according to the classified type. If there is any personal information or malicious code, the server computer that blocks uploading of the bulletin board and the personal information that violates security conditions, deletes files containing malicious code, or information related to the file that is blocked from uploading. Including an administrator terminal that is sent by mail or text message It is characterized by.

그리고, 상술한 서버 컴퓨터는, 네트워크 통신망을 통해 접속된 사용자 컴퓨터와의 회원 로그인 또는 신규회원등록을 위한 데이터, 게시판에 업로드할 데이터의 입력을 처리하는 데이터 통신수단과, 데이터 통신수단을 통해 사용자 컴퓨터로부터 입력된 데이터를 토대로 사용자의 회원 로그인 또는 신규회원등록 처리, 게시판 업로드를 제어하고, 각 사용자들이 게시판에 등록한 게시물 데이터가 저장되어 있는 디렉토리의 검사, 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 제어하여 개인정보, 악성코드가 포함된 게시판 등록 데이터의 삭제를 수행하거나, 또는 데이터 통신수단으로부터 입력되는 게시판 등록을 위해 업로드되는 데이터의 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 제어하여 개인정보, 악성코드가 포함된 데이터의 게시판 업로드를 차단하는 제어수단과, 제어수단의 제어에 따라 게시판에 등록한 게시물 데이터가 저장되어 있는 디렉토리의 검사, 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 수행하여 그 결과를 제어수단으로 출력하거나, 또는 제어수단의 제어에 따라 데이터 통신수단으로부터 입력되는 게시판 등록을 위해 업로드되는 데이터의 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 수행하여 그 결과를 제어수단으로 출력하는 데이터 검증수단과, 회원으로 가입된 각 사용자들의 개인정보, 로그인 정보를 저장하고 있으며, 게시판에 등록된 데이터를 저장하는 데이터베이스와, 제어수단의 제어에 따라 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일을 삭제하거나, 또는 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 정보를 관리자 단말기로 메일 또는 문자메시지로 전송하는 검증결과 전송수단을 포함하여 구성하는 것이 바람직하다.The server computer may include data communication means for processing input of member login or new member registration with a user computer connected through a network communication network, data input for uploading to a bulletin board, and user computer through data communication means. Control user's member login or new member registration and bulletin board upload based on the data input from the user, and check the directory where the post data registered by the user in the bulletin board is stored, file type classification, and Control the inspection to delete the bulletin board registration data including personal information and malicious code, or classify the file type of the data uploaded for bulletin board registration input from the data communication means, and check the corresponding file according to the separated type. Control and include personal information and malware Control means for blocking upload of bulletin boards of data, and control of the result by inspecting the directory where the post data registered in the bulletin board is stored, file type classification, and inspection of the corresponding file according to the separated type according to the control of the control means. Outputting the data to the means, or performing the inspection of the corresponding file according to the file type classification of the uploaded data for registering the bulletin board inputted from the data communication means and the control means, and outputting the result to the control means. It stores data verification means, personal information and login information of each user registered as a member, a database storing data registered on the bulletin board, and personal information and malware that violates security conditions under the control of the control means. Delete files that contain, or violates security It is preferable that Degas comprising: a verification result transmitting means for transmitting information blocking upload of the file included in the mail or text message to the administrator terminal.

이하, 첨부된 도면을 참조하여 본 발명의 네트워크 기반의 게시물 검증방법 및 그 장치를 상세하게 설명한다.Hereinafter, with reference to the accompanying drawings will be described in detail the network-based post verification method and apparatus thereof.

도 1은 본 발명에 따른 네트워크 기반의 게시물 검증장치의 구성을 개략적으로 나타낸 블록도이다.1 is a block diagram schematically showing the configuration of a network-based post verification apparatus according to the present invention.

도시된 바와 같이 본 발명의 게시물 검증장치는 , 네트워크 통신망(100), 사용자 컴퓨터(200), 서버 컴퓨터(300), 관리자 단말기(400) 등을 포함하여 구성된다.As shown, the post verification apparatus of the present invention includes a network communication network 100, a user computer 200, a server computer 300, an administrator terminal 400, and the like.

네트워크 통신망(100)은 유/무선 인터넷 등을 포함하는 통신망으로서, 후술되는 다수의 사용자 컴퓨터(200)와 서버 컴퓨터(300) 사이의 통신회선을 연결하여 상호간에 게시물과 관련된 데이터 통신이 이루어지도록 한다.The network communication network 100 is a communication network including a wired / wireless Internet. The network communication network 100 connects communication lines between a plurality of user computers 200 and a server computer 300, which will be described later, to allow data communication related to posts. .

하나 이상의 사용자 컴퓨터(200)는 통상적인 PC나 노트 PC는 물론, PDA 등과 같은 데이터 통신이 가능한 소형 컴퓨터를 포함하고, 네트워크 통신망(100)을 통해 게시판 기능을 제공하는 웹 사이트에서 운영하는 서버 컴퓨터(300)에 접속을 진행한 사용자의 조작에 따라 회원 로그인 또는 신규회원등록을 위한 데이터를 서버 컴퓨터(300)로 전송하며, 사용자의 조작에 따라 게시판에 등록할 데이터(텍스트 데이터 및 첨부파일 등)를 서버 컴퓨터(300)로 전송한다.One or more user computers 200 includes a small computer capable of data communication, such as a PDA or the like, as well as a conventional PC or note PC, and a server computer operated from a web site that provides a bulletin board function through the network communication network 100 ( In accordance with the user's operation of accessing 300, data for member login or new member registration is transmitted to the server computer 300, and data (text data and attachments, etc.) to be registered on the bulletin board according to the user's operation. Send to server computer 300.

서버 컴퓨터(300)는 네트워크 통신망(100)을 통해 통신 접속된 하나 이상의 사용자 컴퓨터(200)로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리하고, 회원 로그인 또는 신규회원등록을 수행한 사용자 컴퓨터(200)로부터 입력되는 데이터를 게시판에 업로드하여 등록하고, 각 사용자들이 게시판에 등록한 게시물 데이터가 저장되어 있는 디렉토리를 검사하여 파일의 타입을 구분하고, 구분된 타입에 따라 해당 파일의 내용을 검사하여 보안 조건에 위배가 되는 개인정보, 악성코드가 있으면 해당 게시판에 등록된 데이터(즉, 첨부파일)의 삭제처리를 수행한다.The server computer 300 processes a member login or a new member registration based on data input from at least one user computer 200 connected through a network communication network 100, and performs a member login or a new member registration. Upload the data input from the 200 to the bulletin board, register the bulletin board, and examine the directory where the post data registered by the users are stored in the bulletin board, classify the file type, and examine the contents of the file according to the separated type. If there is any personal information or malicious code that violates the security condition, the data (that is, attachment) registered in the relevant board is deleted.

또한, 서버 컴퓨터(300)는 회원 로그인 또는 신규회원등록을 수행한 사용자 컴퓨터(200)로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되면, 해당 데이터의 파일 타입을 구분하고, 구분된 타입에 따라 해당 파일의 내용을 검사하여 보안 조건에 위배가 되는 개인정보, 악성코드가 있으면 해당 데이터의 게시판 업로드를 차단하며, 개인정보, 악성코드가 없으면 해당 데이터의 게시판 업로드를 정상적으로 처리한다.In addition, when the server computer 300 uploads data for registering to the bulletin board from the user computer 200 that has performed member login or new member registration, the server computer 300 classifies the file type of the corresponding data and according to the classified type. By checking the contents of the file, if there is any personal information or malicious code that violates the security conditions, the bulletin board upload is blocked. If there is no personal information or malicious code, the bulletin board upload is processed normally.

관리자 단말기(400)는 서버 관리자가 소지하고 있는 이동전화, PDA 등의 통신 단말기로서, 서버 컴퓨터(300)로부터 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일을 삭제하거나 또는 업로드를 차단한 파일에 관련된 정보를 메일 또는 문자메시지로 전송받는다.The manager terminal 400 is a communication terminal such as a mobile phone, a PDA, etc. possessed by the server administrator, and deletes or blocks uploading of files containing personal information and malicious codes that violate security conditions from the server computer 300. Information related to a file is sent by mail or text message.

도 2는 상술한 도 1의 서버 컴퓨터(300)의 구성을 보다 상세하게 나타낸 블록도이다.2 is a block diagram illustrating the configuration of the server computer 300 of FIG. 1 described above in more detail.

도시된 바와 같이, 데이터 통신수단(310)은 제어수단(320)의 제어에 따라 네트워크 통신망(100)을 통해 접속된 사용자 컴퓨터(200)와의 회원 로그인 또는 신규회원등록을 위한 데이터, 게시판에 업로드할 데이터의 입력을 처리한다.As shown in the drawing, the data communication means 310 uploads data for member login or new member registration with a user computer 200 connected through the network communication network 100 under the control of the control means 320, or to a bulletin board. Process the input of data.

제어수단(320)은 데이터 통신수단(310)을 통해 사용자 컴퓨터(200)로부터 입력된 데이터를 토대로 사용자의 회원 로그인 또는 신규회원등록의 처리를 제어하고, 사용자 컴퓨터(200)로부터 업로드되는 데이터의 게시판 등록을 제어하고, 데이터 검증수단(330)으로 제어신호를 출력하여 각 사용자들이 게시판에 등록한 게시물 데이터가 저장되어 있는 디렉토리의 검사, 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 요청하며, 데이터 검증수단(330)으로부터 입력되는 결과 데이터를 토대로 개인정보, 악성코드가 포함된 게시판 등록 데이터의 삭제처리를 제어한다.The control means 320 controls the processing of the member login or new member registration of the user based on the data input from the user computer 200 through the data communication means 310, and the bulletin board of the data uploaded from the user computer 200. It controls the registration, and outputs a control signal to the data verification means 330 to request the inspection of the directory where the post data registered by each user is stored in the bulletin board, file type classification, inspection of the corresponding file according to the separated type, On the basis of the result data input from the data verification means 330 controls the deletion process of the bulletin board registration data including personal information, malicious code.

또한, 제어수단(320)은 데이터 검증수단(330)으로 제어신호를 출력하여 데이터 통신수단(310)으로부터 입력되는 게시판 등록을 위해 업로드되는 데이터의 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 요청하며, 데이터 검증수단(330)으로부터 입력되는 결과 데이터를 토대로 개인정보, 악성코드가 포함된 데이터의 게시판 업로드를 차단한다.In addition, the control means 320 outputs a control signal to the data verification means 330 to classify the file type of the data uploaded for registration of the bulletin board input from the data communication means 310, inspection of the corresponding file according to the separated type Request, and based on the result data input from the data verification means 330 blocks the bulletin board upload of data containing personal information, malicious code.

데이터 검증수단(330)은 제어수단(320)의 제어에 따라 게시판에 등록한 게시물 데이터가 저장되어 있는 디렉토리의 검사, 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 수행하여 그 결과를 제어수단(320)으로 출력하거나, 또는 제어수단(320)의 제어에 따라 데이터 통신수단(310)으로부터 입력되는 게시판 등록을 위해 업로드되는 데이터의 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 수행하여 그 결과를 제어수단(320)으로 출력한다. 즉, 데이터 검증수단(330)은 게시판에 등록된 파일, 실시간으로 업로드되는 파일에 대한 검사를 수행하는 파일 왓쳐(File Watcher)의 기능을 수행하는 것이다.The data verification means 330 performs the inspection of the directory in which the post data registered in the bulletin board is stored, the file type classification, and the inspection of the corresponding file according to the divided type under the control of the control means 320 and the control means. Outputs to 320 or under the control of the control means 320 by performing the file type classification of the data uploaded for registration of the bulletin board input from the data communication means 310, the inspection of the corresponding file according to the divided type The result is output to the control means 320. That is, the data verification means 330 performs a function of a file watcher which performs a check on a file registered in a bulletin board and a file uploaded in real time.

데이터베이스(340)는 회원으로 가입된 각 사용자들의 개인정보, 로그인 정보를 저장하고 있으며, 게시판에 등록된 데이터를 저장하고 있다.The database 340 stores personal information and login information of each user registered as a member, and stores data registered in a bulletin board.

검증결과 전송수단(350)은 제어수단(320)의 제어에 따라 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일을 삭제하거나, 또는 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 정보를 관리자 단말기(400)로 메일 또는 문자메시지로 전송한다. 즉, 검증결과 전송수단(350)은 작업 로그를 관리자에게 전송하는 메시지 샌더(Message Sender)의 기능을 수행하는 것이 다.The verification result transmitting means 350 deletes files containing personal information and malicious codes that violate the security conditions, or includes personal information and malicious codes that violate the security conditions, under the control of the control means 320. The information blocking the upload of the file is transmitted to the administrator terminal 400 by mail or text message. That is, the verification result transmission means 350 performs the function of a message sender (Message Sender) for transmitting a job log to the administrator.

다음에는, 이와 같이 구성된 본 발명에 따른 네트워크 기반의 게시물 검증방법의 실시예를 도 3과 도 4를 참조하여 상세하게 설명한다.Next, an embodiment of a network-based post verification method according to the present invention configured as described above will be described in detail with reference to FIGS. 3 and 4.

도 3은 본 발명에 따른 네트워크 기반의 게시물 검증방법의 일 실시예의 동작과정을 상세하게 나타낸 순서도로서, 게시판에 업로드된 파일을 검색하여 검증하는 방법에 대한 실시예이다.3 is a flowchart showing in detail the operation of an embodiment of a network-based post verification method according to the present invention, which is an embodiment of a method of searching and verifying a file uploaded to a bulletin board.

우선 게시판 기능을 제공하는 서버 컴퓨터(300)에서 네트워크 통신망(100)을 통해 접속된 사용자 컴퓨터(200)로 회원 로그인 또는 신규회원등록을 요청하고, 사용자 컴퓨터(200)로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리한다(S110).First, a member login or a new member registration request is requested from a server computer 300 providing a bulletin board function to a user computer 200 connected through a network communication network 100, and a member login is performed based on data input from the user computer 200. Or handle the new member registration (S110).

사용자 컴퓨터(200)의 회원 로그인 또는 신규회원등록을 수행한 이후, 서버 컴퓨터(300)에서는 사용자 컴퓨터(200)로부터 게시판에 업로드하기 위한 데이터가 입력되는지를 확인하고, 해당 데이터를 게시판 상에 등록하여 다수의 사용자들이 상호간에 게시판을 이용할 수 있도록 한다(S120).After member login or new member registration of the user computer 200 is performed, the server computer 300 checks whether data for uploading to the bulletin board is input from the user computer 200 and registers the data on the bulletin board. A plurality of users to use the bulletin board between each other (S120).

이후 서버 컴퓨터(300)에서는 주기적으로 보안 조건의 위배를 확인하기 위하여 게시판에 등록된 데이터가 저장된 디렉토리를 검사하고(S130), 해당 파일의 타입을 구분한다(S140).Thereafter, the server computer 300 periodically checks the directory in which the data registered in the bulletin board is stored in order to check the violation of the security condition (S130), and classifies the type of the corresponding file (S140).

파일의 타입을 구분한 이후 서버 컴퓨터(300)에서는 구분된 파일 타입에 따라 해당 파일의 내용을 검사하고(S150), 검사 결과 보안 조건에 위배가 되는 개인정보, 악성코드 등이 포함되어 있는지를 판단한다(S160).After classifying the file type, the server computer 300 examines the contents of the file according to the classified file type (S150), and determines whether the personal information or malicious code that violates the security condition is included as a result of the scan. (S160).

판단 결과 보안 조건에 위배가 되는 개인정보, 악성코드 등이 포함되어 있으면, 서버 컴퓨터(300)에서는 게시판에 등록된 해당 데이터를 삭제하고(S170), 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일을 삭제한 정보를 관리자 단말기(400)로 메일 또는 문자메시지로 전송하여 관리자가 해당 정보를 인지할 수 있도록 한다(S180).If it is determined that the security conditions include personal information, malicious code, etc., the server computer 300 deletes the corresponding data registered on the bulletin board (S170), the personal information, malicious code that violates the security conditions are The deleted file is transmitted to the administrator terminal 400 by mail or text message so that the administrator can recognize the information (S180).

한편, 도 4는 본 발명에 따른 네트워크 기반의 게시물 검증방법의 다른 실시예의 동작과정을 상세하게 나타낸 순서도로서, 전술한 바와 같이 게시판에 업로드된 파일을 검색하여 검증하는 방법이 아닌, 게시판에 실시간으로 업로드되는 파일을 검증하는 방법에 대한 실시예이다.On the other hand, Figure 4 is a flow chart showing in detail the operation of another embodiment of the network-based post verification method according to the present invention, as described above is not a method for searching and verifying a file uploaded to the bulletin board, in real time on the bulletin board An embodiment of a method for verifying a file to be uploaded.

우선, 게시판 기능을 제공하는 서버 컴퓨터(300)에서 네트워크 통신망(100)을 통해 접속된 사용자 컴퓨터(200)로 회원 로그인 또는 신규회원등록을 요청하고, 사용자 컴퓨터(200)로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리한다(S210).First, a member login or a new member registration request is requested from a server computer 300 providing a bulletin board function to a user computer 200 connected through a network communication network 100, and a member is based on data input from the user computer 200. Process login or new member registration (S210).

사용자 컴퓨터(200)의 회원 로그인 또는 신규회원등록을 수행한 이후, 서버 컴퓨터(300)에서는 사용자 컴퓨터(200)로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되는지를 판단한다(S220).After member login or new member registration of the user computer 200 is performed, the server computer 300 determines whether upload of data for registering to the bulletin board is performed from the user computer 200 (S220).

판단 결과 게시판에 등록하기 위한 데이터의 업로드가 수행되면, 서버 컴퓨터(300)에서는 해당 데이터의 파일 타입을 구분한다(S230).As a result of the determination, when data upload for registering to the bulletin board is performed, the server computer 300 classifies the file type of the corresponding data (S230).

이후 서버 컴퓨터(300)에서는 S230 단계를 통해 구분된 파일 타입에 따라 해당 파일의 내용을 검사하고(S240), 검사 결과 보안 조건에 위배가 되는 개인정보, 악성코드 등이 포함되어 있는지를 판단한다(S250).Thereafter, the server computer 300 examines the contents of the corresponding file according to the file types classified through the step S230 (S240), and determines whether the personal information or malicious code that violates the security condition is included as a result of the inspection ( S250).

S250 단계의 판단 결과 업로드되는 파일에 보안 조건의 위배가 되는 개인정보, 악성코드 등이 포함되어 있으면, 서버 컴퓨터(300)에서는 해당 데이터의 게시판 업로드를 차단한다(S260).As a result of the determination in step S250, if the uploaded file contains personal information, malicious code, etc., which violate the security conditions, the server computer 300 blocks uploading of the bulletin board of the corresponding data (S260).

그러나 보안 조건에 위배가 되는 개인정보, 악성코드 등이 포함되어 있지 않으면, 서버 컴퓨터(300)에서는 사용자 컴퓨터(200)로부터 업로드되는 해당 데이터의 게시판 등록을 정상적으로 처리한다(S270).However, if the personal information, malicious code, etc. that violate the security conditions are not included, the server computer 300 normally processes the bulletin board registration of the corresponding data uploaded from the user computer 200 (S270).

마지막으로, 서버 컴퓨터(300)에서는 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 정보를 관리자 단말기(400)로 메일 또는 문자메시지로 전송하여 관리자가 해당 정보를 인지할 수 있도록 한다(S280).Finally, the server computer 300 transmits the information blocking the upload of the file containing personal information, malicious code that violates the security conditions to the administrator terminal 400 by mail or text message to recognize the information To do so (S280).

이상에서와 같이 본 발명의 네트워크 기반의 게시물 검증방법 및 그 장치에 따르면, 서버의 게시판에 게시되거나 게시하고자 하는 첨부파일에 고객의 개인정보가 존재하는지 또는 악성코드가 포함되어 있는지의 유해성 여부를 확인하여 개인정보나 악성코드가 포함되어 있는 경우 이를 삭제 또는 차단함으로써, 웹 사이트에서의 보안 강화 및 개인정보 유출을 방지할 수 있는 효과가 있다.As described above, according to the network-based post verification method and apparatus of the present invention, whether the personal information of the customer is present in the attached file to be posted or posted on the bulletin board of the server, or whether the malicious code contains harmful Therefore, if personal information or malicious code is included, by deleting or blocking it, there is an effect of preventing security leakage and personal information leakage from the Web site.

여기에서, 상술한 본 발명에서는 바람직한 실시예를 참조하여 설명하였지만, 해당 기술분야의 숙련된 당업자는 하기의 특허청구범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경할 수 있음을 이해할 수 있을 것이다.Herein, while the present invention has been described with reference to the preferred embodiments, those skilled in the art will variously modify the present invention without departing from the spirit and scope of the invention as set forth in the claims below. And can be changed.

Claims (4)

삭제delete 다수의 사용자가 웹 사이트에 등록하고자 하는 게시물의 유해성 여부를 검증하는 방법에 있어서,In a method for verifying the harmfulness of a post that a plurality of users want to register on a website, (a) 서버 컴퓨터에서 네트워크 통신망을 통해 접속된 사용자 컴퓨터로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리하는 단계;(a) processing a member login or a new member registration based on data input from a user computer connected through a network communication network at a server computer; (b) 상기 서버 컴퓨터에서 회원 로그인 또는 신규회원등록을 수행한 상기 사용자 컴퓨터로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되는지를 판단하는 단계;(b) determining whether upload of data for registering to a bulletin board is performed from the user computer which has performed member login or new member registration in the server computer; (c) 게시판에 등록하기 위한 데이터의 업로드가 수행되면, 상기 서버 컴퓨터에서 해당 데이터의 파일 타입을 구분하는 단계;(c) classifying a file type of the data at the server computer when uploading data for registering to a bulletin board is performed; (d) 상기 서버 컴퓨터에서 상기 (c) 단계에서 구분된 파일 타입에 따라 해당 파일의 내용을 검사하여 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있는지를 판단하는 단계;(d) inspecting the contents of the file according to the file types classified in the step (c) in the server computer to determine whether the server computer contains personal information or malicious code that violates the security condition; (e) 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있으면 상기 서버 컴퓨터에서 해당 데이터의 게시판 업로드를 차단하며, 보안 조건에 위배가 되는 개인정보, 악성코드를 포함하고 있지 않으면 상기 서버 컴퓨터에서 해당 데이터의 게시판 업로드를 처리하는 단계; 및(e) If the server computer contains personal information or malicious code that violates the security conditions, the server computer blocks the upload of the bulletin board. If the server computer does not contain the personal information and malicious code that violates the security conditions, the server computer Processing the bulletin board upload of the corresponding data in the; And (f) 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 상기 서버 컴퓨터에서 보안 조건에 위배된 파일에 관련된 정보를 관리자 단말기로 메일 또는 문자메시지로 전송하는 단계를 포함하는 것을 특징으로 하는 네 트워크 기반의 게시물 검증방법.(f) transmitting the information related to the file violating the security condition to the administrator terminal by mail or text message at the server computer which has blocked the upload of the file containing the personal information and the malicious code which violates the security condition. Network-based post verification method, characterized in that. 다수의 사용자가 웹 사이트에 등록하거나 등록하고자 하는 게시물의 유해성 여부를 검증하는 장치에 있어서,In the device for verifying the harmfulness of a post that a plurality of users to register or want to register on the website, 불특정 다수의 통신회선을 연결하여 상호간에 게시물과 관련된 데이터 통신이 이루어지도록 하는 네트워크 통신망;A network communication network which connects a plurality of unspecified communication lines so that data communication related to a post is made to each other; 상기 네트워크 통신망을 통해 게시판 기능을 제공하는 웹 사이트에서 운영하는 서버에 접속을 진행한 사용자의 조작에 따라 회원 로그인 또는 신규회원등록을 위한 데이터를 전송하며, 사용자의 조작에 따라 게시판에 등록할 데이터를 전송하는 사용자 컴퓨터;According to the user's operation of accessing the server operated by the web site that provides the bulletin board function through the network communication network, data for member login or new member registration is transmitted, and the data to be registered on the bulletin board according to the user's operation A transmitting user computer; 상기 네트워크 통신망을 통해 통신 접속된 상기 사용자 컴퓨터로부터 입력되는 데이터를 토대로 회원 로그인 또는 신규회원등록을 처리하고, 회원 로그인 또는 신규회원등록을 수행한 상기 사용자 컴퓨터로부터 게시판에 등록하기 위한 데이터의 업로드가 수행되면 해당 데이터의 파일 타입을 구분한 후 구분된 타입에 따라 해당 파일의 내용을 검사하여 개인정보, 악성코드가 있으면 해당 데이터의 게시판 업로드를 차단하는 서버 컴퓨터; 및Member login or new member registration is processed based on data input from the user computer connected through the network communication network, and uploading of data for registration to the bulletin board is performed from the user computer that has performed member login or new member registration. A server computer for classifying the file type of the data and then checking the contents of the file according to the divided type to block uploading of the bulletin board if there is personal information or malicious code; And 상기 서버 컴퓨터로부터 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 정보를 메일 또는 문자메시지로 전송받는 관리자 단말기를 포함하며,It includes an administrator terminal that receives the information to block the upload of the file containing the personal information, malicious code that violates the security conditions from the server computer in a mail or text message, 상기 서버 컴퓨터는,The server computer, 상기 네트워크 통신망을 통해 접속된 상기 사용자 컴퓨터와의 회원 로그인 또는 신규회원등록을 위한 데이터, 게시판에 업로드할 데이터의 입력을 처리하는 데이터 통신수단;Data communication means for processing an input of data for member login or new member registration with the user computer connected through the network communication network and data to be uploaded to a bulletin board; 상기 데이터 통신수단을 통해 상기 사용자 컴퓨터로부터 입력된 데이터를 토대로 사용자의 회원 로그인 또는 신규회원등록 처리, 게시판 업로드를 제어하고, 상기 데이터 통신수단으로부터 입력되는 게시판 등록을 위해 업로드되는 데이터의 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 제어하여 개인정보, 악성코드가 포함된 데이터의 게시판 업로드를 차단하는 제어수단;Control the user's member login or new member registration process, bulletin board upload based on the data input from the user computer through the data communication means, and classifies the file type of the data uploaded for bulletin board input from the data communication means, Control means for blocking the upload of bulletin board data containing personal information, malicious code by controlling the inspection of the corresponding file according to the divided type; 상기 제어수단의 제어에 따라 상기 데이터 통신수단으로부터 입력되는 게시판 등록을 위해 업로드되는 데이터의 파일 타입 구분, 구분된 타입에 따른 해당 파일의 검사를 수행하여 그 결과를 상기 제어수단으로 출력하는 데이터 검증수단;Data verification means for performing classification of the file type of data uploaded for registration of the bulletin board input from the data communication means and inspection of the corresponding file according to the divided type according to the control of the control means and outputting the result to the control means. ; 회원으로 가입된 각 사용자들의 개인정보, 로그인 정보를 저장하고 있으며, 게시판에 등록된 데이터를 저장하는 데이터베이스; 및A database storing personal information and login information of each user registered as a member and storing data registered in a bulletin board; And 상기 제어수단의 제어에 따라 보안 조건에 위배가 되는 개인정보, 악성코드가 포함된 파일의 업로드를 차단한 정보를 상기 관리자 단말기로 메일 또는 문자메시지로 전송하는 검증결과 전송수단을 포함하는 것을 특징으로 하는 네트워크 기반의 게시물 검증장치.And a verification result transmission means for transmitting the information blocking the upload of a file containing personal information and malicious code that violates a security condition under the control of the control means to the administrator terminal in a mail or a text message. Network-based post verification device. 삭제delete
KR1020060057358A 2006-06-26 2006-06-26 Method for network-based data inspection and apparatus thereof KR100817848B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020060057358A KR100817848B1 (en) 2006-06-26 2006-06-26 Method for network-based data inspection and apparatus thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020060057358A KR100817848B1 (en) 2006-06-26 2006-06-26 Method for network-based data inspection and apparatus thereof

Publications (2)

Publication Number Publication Date
KR20080000086A KR20080000086A (en) 2008-01-02
KR100817848B1 true KR100817848B1 (en) 2008-03-31

Family

ID=39212449

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060057358A KR100817848B1 (en) 2006-06-26 2006-06-26 Method for network-based data inspection and apparatus thereof

Country Status (1)

Country Link
KR (1) KR100817848B1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100986998B1 (en) * 2010-05-11 2010-10-12 (주)지란지교소프트 Method and device for diagnosing personal information of server
KR101330832B1 (en) * 2012-01-17 2013-11-19 경북대학교 산학협력단 Cloud server and method for processing clients' requests

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000058880A (en) * 2000-07-04 2000-10-05 조용봉 Activation process for web bbs capability
KR20010069456A (en) * 2001-03-24 2001-07-25 김경주 system of managing harmful information for bulletin board
KR20020027142A (en) * 2000-10-04 2002-04-13 송완주 System for Monitoring of Information and Method for the same
KR20030024309A (en) * 2001-09-17 2003-03-26 정상호 Slang Remover Program On Web board

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000058880A (en) * 2000-07-04 2000-10-05 조용봉 Activation process for web bbs capability
KR20020027142A (en) * 2000-10-04 2002-04-13 송완주 System for Monitoring of Information and Method for the same
KR20010069456A (en) * 2001-03-24 2001-07-25 김경주 system of managing harmful information for bulletin board
KR20030024309A (en) * 2001-09-17 2003-03-26 정상호 Slang Remover Program On Web board

Also Published As

Publication number Publication date
KR20080000086A (en) 2008-01-02

Similar Documents

Publication Publication Date Title
US11886232B2 (en) Providing a mobile communications device with access to a provider service conditioned upon a device security level determination
Englehardt et al. I never signed up for this! Privacy implications of email tracking
US10027701B1 (en) Method and system for reducing reporting of non-malicious electronic messages in a cybersecurity system
US20240089285A1 (en) Automated responsive message to determine a security risk of a message sender
US9774626B1 (en) Method and system for assessing and classifying reported potentially malicious messages in a cybersecurity system
US20200137110A1 (en) Systems and methods for threat detection and warning
EP3128459B1 (en) System and method of utilizing a dedicated computer security service
US9654510B1 (en) Match signature recognition for detecting false positive incidents and improving post-incident remediation
US8689330B2 (en) Instant messaging malware protection
US8381276B2 (en) Safe URL shortening
EP2282278A2 (en) Browser preview
US9722958B2 (en) Recommendation of a location resource based on recipient access
US20150150077A1 (en) Terminal device, mail distribution system, and security check method
US20210344693A1 (en) URL risk analysis using heuristics and scanning
US8793802B2 (en) System, method, and computer program product for preventing data leakage utilizing a map of data
KR100817848B1 (en) Method for network-based data inspection and apparatus thereof
US9584537B2 (en) System and method for detecting mobile cyber incident
JP6450331B2 (en) Information management system and information management program
US20220394047A1 (en) Multi-tiered approach to payload detection for incoming communications
US20230037489A1 (en) Data Loss Prevention via dual mode Indexed Document Matching
US11805138B2 (en) Data loss prevention on images
CN113449350A (en) Management method, device, equipment and medium for USB outgoing sensitive information
KR101911517B1 (en) System for managing of blocking personal information and method operating thereof
KR101885156B1 (en) System and Method for offering E-mail having Original State in Security network
CN110347941B (en) System and method for identifying unknown attributes of web page data fragments

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130108

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20140110

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20150112

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20160324

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20180312

Year of fee payment: 11