LogShield: A New Framework that Detects the APT Attack Patterns

There have been several cases of GPT model-based detection for various attacks from system logs.



However, there has been no dedicated framework for detecting APTs as they use a low and slow approach to compromise the systems.



Security researchers have recently unveiled a cutting-edge framework known as LogShield. This innovative tool leverages the self-attention capabilities of transformers to identify attack patterns associated with Advanced Persistent Threats (APTs).



By analyzing network logs, LogShield can detect subtle indicators of APTs that may have otherwise gone unnoticed, providing a powerful defense against these sophisticated attacks.



According to the researchers, the efficiency of this framework has been reported to be 95% and 98%.



LogShield



The main purpose of using language models for detecting malicious events is because they have been designed to process large sequences of words or log data, which is useful when processing records of events on a cyber attack.






Document

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');
*{
margin: 0; padding: 0;
text-decoration: none;
}
.container{
font-family: roboto, sans-serif;
width: 90%;
border: 1px solid lightgrey;
padding: 20px;
background: linear-gradient(2deg,#E0EAF1 100%,#BBD2E0 100%);
margin: 20px auto ;
border-radius: 40px 10px;
box-shadow: 5px 5px 5px #e2ebff;
}
.container:hover{
box-shadow: 10px 10px 5px #e2ebff;

}
.container .title{
color: #015689;
font-size: 22px;
font-weight: bolder;
}
.container .title{
text-shadow: 1px 1px 1px lightgrey;
}
.container .title:after {
width: 50px;
height: 2px;
content: ' ';
position: absolute;
background-color: #015689;
margin: 20px 8px;
}
.container h2{
line-height: 40px;
margin: 2px 0;
font-weight: bolder;
}
.container a{

color: #170d51;
}
.container p{
font-size: 18px;
line-height: 30px;

}

.container button{
padding: 15px;
background-color: #4469f5;
border-radius: 10px;
border: none;
background-color: #00456e ;
font-size: 16px;
font-weight: bold;
margin-top: 5px;
}
.container button:hover{
box-shadow: 1px 1px 15px #015689;
transition: all 0.2S linear;

}
.container button a{
color: white;
}
hr{
/* display: none; */
}

Protect Your Storage With SafeGuard

Is Your Storage & Backup Systems Fully Protected? – Watch 40-second Tour of SafeGuard
StorageGuard scans, detects, and fixes security misconfigurations and vulnerabilities across hundreds of storage and backup devices.

Try StorageGuard for Free

Additionally, the self-attention mechanism of GPT models can assign different weights to different events based on their relativity to the APTs and can be adjusted concerning the event’s importance.



APT detection LogShield


Machine learning techniques have been used to detect attack patterns instead of rule-based or signature-based attack detection methods, which have relatively low performance when detecting Zero-Day APTs.



Moreover, several deep learning-based methods have been explored to detect APT attacks.



Limitations of LogShield



Though LogShield has superior performance, there is a limitation to this framework. As it has high performance, it also comes with an increased memory consumption and longer computational time. As part of the research, LogShield and LSTM models have been used. 



However, after many experiments, efficiency was achieved with a 98% F1-score in APT detection.



A report about LogShield has been published, providing detailed information about the training models using their statistical data and other information.



Patch Manager Plus, the one-stop solution for automated updates of over 850 third-party applications:  Try Free Trial .
The post LogShield: A New Framework that Detects the APT Attack Patterns appeared first on GBHackers on Security | #1 Globally Trusted Cyber Security News Platform .