Skip to main content

What is InfoLineage?

InfoLineagerecords and visualizes when, where, and by whom documents within the organization were used.**A document visibility platform that helps understand and track the flow of document distribution.**is.

In a complex cloud-based work environment, analyze the relationship between users and systems based on the flow of documents, and in the event of a security incident.A foundation for tracking document leakage pathsprovides.


Background of Introduction

  • The usage paths of documents have become complex due to the spread of cloud and collaboration systems.
  • External transfer, decryption, use of unauthorized systems, etc.Difficulty in identifying risky behaviors
  • The existing DRM system alone cannot handle the document distribution flow.Lack of visibility

InfoLineage was created to solve these problems.Document-centric log collection and visualization analysis featuresprovides.


Main Features

Function AreaDescription
Document Usage History VisualizationVisual representation of the relationships between users, systems, and files
Identification of Hazardous DocumentsIdentify documents for external use or decrypted documents
User AnalysisIdentify primary users and associated users of the document
Analysis of Derivative Document FlowTracking the flow of copied/edited documents within a single document
System-Based AnalysisCheck which system the document was distributed through
Document Leakage Path Tracking *(Planned)*Tracing Delivery Path and User Based on Leaked Document

Configuration Environment

InfoLineage supports the following infrastructure environments:

Composition TypeDescription
CloudProviding all features in an external SaaS environment
EdgeHybrid form that connects internal and external customers.
On-PremiseCan be operated completely independently in a closed network environment.

Common Components: Web Console, API Server, GraphDB, ES2Neo, Elastic, Integrated Logs, IdGP

Cloud Architecture Diagram

Cloud

Edge Configuration Diagram

Edge

On-Premise Configuration Diagram

Edge


Terms of Use and Integration

  • DocumentSecurity can only be used in environments where it is installed.
  • Provides API for license registration/query/modification/deletion for external integration systems.
  • The integrated log is/externalSearchIt can also be queried from external SIEM systems via the API.

Expected Effects

  • Securing Document-Based Security Visibility: Quantitative verification of the flow between users, systems, and documents is possible.
  • Accurate tracking in the event of a security incident: Quickly identify leak paths, related users, and system information
  • Strengthening Audit and Internal Control: It is possible to create audit reports based on user and document usage history.

Developer Documentation Setup

This document repository isinfolineage-platformofgit submoduleis connected.

When first cloning

# submodule 포함하여 클론
git clone --recurse-submodules https://Security365@dev.azure.com/Security365/InfoLineage/_git/infolineage-platform

If you have already cloned

git pull origin develop
git submodule update --init

Document Modification and Commit

This document is about the platform repo andseparate git repois managed. After modifying the document, commit/push theidocs/docs/Perform directly in the directory.

cd idocs/docs
git pull origin main # 최신 동기화
# ... 문서 수정 ...
git add <파일>
git commit -m "docs: 설명"
git push origin main

in VS Codeinfolineage-platform.code-workspaceopens**Docs (Docusaurus)**The folder is marked as a separate git in Source Control.