Skip to main content

Glossary

This document provides definitions and explanations of key technical terms used in the SHIELDEX File document.


Core Technology

TerminologyExplanation
CDR (Content Disarm & Reconstruction)It is a technology that identifies risk factors in document files (Disarm) and then extracts only safe content to reconstruct the document (Reconstruction). CDR technology does not simply isolate or delete files like a vaccine; instead, it identifies risk factors within the file (e.g., macros, scripts, links, etc.) and selectively reconstructs a new file with only safe content. It can preemptively block various threats, including zero-day attacks, without signature or behavior analysis.
DecontaminationIt is the process of identifying risk factors within a file and reconstructing a new file by extracting only safe content. SHIELDEX File harmlessly processes files through CDR technology, identifying risk factors and selecting only safe content for reconstruction, thereby maintaining the core content of the original document, such as text, images, and layout.
Record ModeThis is one of the 3 options for 'file import method'. Depending on the policy, it processes decontamination and records the results, but the import is conducted in operational mode with the original file. It can be used for policy validation and gradual application.

Security Terms

TerminologyExplanation
AntivirusThis is security software that detects and removes malware. It uses a signature-based detection method to identify known malware patterns. Traditional antivirus solutions are vulnerable to unknown threats (zero-day attacks, variant malware), and if detection fails, threats can infiltrate the system. SHIELDEX File operates not by detection but by identification, extraction, and reconstruction, overcoming these limitations.
sandboxIt is a form of security that operates in a protected area to prevent the system from being manipulated fraudulently. SHIELDEX File provides fast processing speeds based on a high-performance decontamination engine without the sandbox execution process. Existing behavior-based detection is vulnerable to sandbox bypass techniques and makes it difficult to block threats before execution.
signatureIt is an identifier used to identify unique code patterns or characteristics of malware. Existing signature-based detection methods are vulnerable to variant malware and zero-day attacks. SHIELDEX File does not use signature-based detection methods and identifies risk factors through CDR technology, extracting only safe content.
Zero-Day AttackWhen a security vulnerability is discovered, it is an attack that occurs before a response to that vulnerability is prepared. CDR technology can proactively block various threats, including zero-day attacks, without the need for signatures or behavior analysis. It identifies risk factors regardless of whether they are malicious and extracts only safe content to block the threat itself.
Zero TrustIt is a security approach that does not trust and verifies. CDR technology operates on a zero trust basis, identifying risk factors and extracting only safe content, regardless of whether it is malicious. It always provides "clean results" without being affected by detection failures or bypass techniques.
SteganographyIt is a technique for hiding information in images or files. It detects and removes hidden malware in images to respond to steganography attacks. SHIELDEX File detects and removes hidden malware within image files.

TerminologyExplanation
macroThis is the auto-execution script code included in the document.VBAMacros can contain malicious code and pose a security threat. SHIELDEX File removes macros according to policy.
OLE (Object Linking and Embedding)Objects such as other documents or executable files inserted within the document. OLE objects can contain malicious code and may pose a security threat. Depending on the policy, OLE objects can be removed or kept as exceptions.
hyperlinkLinks that connect to external files, web addresses, etc. within the document. They can pose security threats as they may connect to malicious macros, external files, web addresses, etc. Hyperlinks may be removed according to policy.
ActiveXControls that enable interaction in the document. ActiveX controls can trigger the execution of malicious code and pose a security threat. Depending on the policy, ActiveX controls can be removed or kept as exceptions.
DDE (Dynamic Data Exchange)This is a feature that allows automatic data exchange between documents. DDEAUTO allows automatic data exchange between documents, which can pose a security threat. Depending on the policy, DDEAUTO can be removed.
scriptExecutable code included in the document. Scripts in the document, such as JavaScript and VBA, may contain malicious code and pose security threats. According to policy, scripts will be removed.
MIME typeAn internet standard identifier that represents the actual format of a file. For example,application/pdfis a PDF file,application/vnd.openxmlformats-officedocument.wordprocessingml.documentrepresents a Word document. You can check for extension spoofing by comparing the file's extension and the actual MIME type.
Extension ForgeryThis is a case where the actual format of the file does not match the extension. For example, if the file extension appears as .docx but the actual format is .exe, it is considered a spoofed extension. This is an important policy to prevent attacks that exploit security vulnerabilities.
forensic dataThis is the static property (Metadata) information of the file. It provides an analysis of the technical/structural information included within the file, such as creation/modification history, production tools and versions, permission settings, document format, version, and page count.

TerminologyExplanation
Integration SystemThis is an external system that integrates with SHIELDEX File and API. The previous name was 'Channel', and this term will be standardized in the policy management and log menu. A separate de-identification policy can be applied for each integrated system, and an API Key is automatically issued upon registration.
Integration System NameThis is the name that identifies each integration system. The previous name was 'channel code'.
labelThis is the auxiliary identification information for the integration system. The previous name was 'business code' and it can be used when making a desensitization request.
API KeyThis is an authentication key that is automatically issued when registering an integration system. It can be used as an identification means for the integration system when making a non-harmful request, and it can also be used in conjunction with the existing channel code + business code method.
Individual PolicyThis is a decontamination policy applied at the user or group level. It takes precedence over the basic decontamination policy and integration system policy, and is managed in the [Policy] > [Individual Policy] menu.

Technical Terms

TerminologyExplanation
AES (Advanced Encryption Standard)This is a symmetric key encryption algorithm adopted by the National Institute of Standards and Technology (NIST) in the United States. It currently supports the most widely used encryption standards with key lengths of 128 bits, 192 bits, and 256 bits. SHIELDEX File securely stores backup files by encrypting them with AES.
VBA (Visual Basic for Applications)It is a programming language used in Microsoft Office applications. It provides automation features within documents, but it can contain malicious code, posing a security threat. The SHIELDEX File removes VBA macros according to policy.
CSV (Comma-Separated Values)This is a text file in comma-separated values format. It is a standard format used for exchanging data between spreadsheet or database programs. The SHIELDEX File can export decontamination results or audit logs in CSV format.
JSON (JavaScript Object Notation)A lightweight text-based format for exchanging data. It has a structure that is easy for humans to read and write, and easy for machines to parse and generate. The SHIELDEX File provides the work log in JSON format, which can be used for technical analysis or debugging.
IPv4 (Internet Protocol version 4)The fourth version of the network layer protocol used on the internet. It uses a 32-bit addressing scheme and is represented in the form of, for example, 192.168.1.1. SHIELDEX File manages an IP whitelist based on IPv4 addresses for access control to the admin web console.