$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

Techniques for Improving Host-based Anomaly Detection Performance using Attack Event Types and Occurrence Frequencies 원문보기

韓國컴퓨터情報學會論文誌 = Journal of the Korea Society of Computer and Information, v.28 no.11, 2023년, pp.89 - 101  

Juyeon Lee (Dept. of Computer Education, Korea National University of Education) ,  Daeseon Choi (Dept. of Software, Soongsil University) ,  Seung-Hyun Kim (Dept. of Computer Education, Korea National University of Education)

초록
AI-Helper 아이콘AI-Helper

사이버 공격으로 인한 국가, 기업 등의 피해를 막기 위해 공격자의 접근을 사전에 감지하는 이상 탐지 기술이 꾸준히 연구되어왔다. 외부 혹은 내부에서 침입하는 공격들을 즉각적으로 막기 위해 실행시간의 감축과 오탐지 감소는 필수불가결하다. 본 연구에서는 공격 이벤트의 유형과 빈도가 이상 탐지 정탐률 향상 및 오탐률 감소에 영향을 미칠 것으로 가설을 세우고, 검증을 위해 Los Alamos National Laboratory의 2015년 로그인 로그 데이터셋을 사용하였다. 전처리 된 데이터를 대표적인 이상행위 탐지 알고리즘에 적용한 결과, 공격 이벤트 유형과 빈도를 동시에 적용한 특성을 사용하는 것이 이상행위 탐지의 오탐률과 수행시간을 절감하는데 매우 효과적임을 확인하였다.

Abstract AI-Helper 아이콘AI-Helper

In order to prevent damages caused by cyber-attacks on nations, businesses, and other entities, anomaly detection techniques for early detection of attackers have been consistently researched. Real-time reduction and false positive reduction are essential to promptly prevent external or internal int...

주제어

표/그림 (15)

AI 본문요약
AI-Helper 아이콘 AI-Helper

가설 설정

  • 본 연구에서는 이상 탐지 연구에서 널리 사용되는 데이터셋(UNM, DARPA, Firefox-DS, ADFA-LD, NGIDS-DS)[36]의 특징을 고려하여 가설을 설정하였다. 5가지 데이터셋 중 4개에서 10개 미만의 공격 유형이 포함되어있다는 점에서 가설 1을 설정하였다.
  • 가설 1
  • 가설 2
  • 가설 2(가설 1을 만족하는 공격 데이터는 발생 빈도(frequency)가 매우 낮을 것이다)를 확인하기 위해 빈도를 측정한 결과, 가설 1과 마찬가지로 5개의 알고리즘에서 공격 데이터 211개를 모두 탐지하였다. 하지만 오탐률의 경우, 가설 1과 가설 2는 큰 차이를 보이지 않았다.
  • 가설 2(특정 인증 타입의 취약점을 악용한 공격의 발생 빈도는 낮을 것이다.)를 확인하기 위해 frequency와 a_l_frequency를 추가하였다. frequency는 Table 5에 명시된 그룹 헤더를 기준으로 동일 이벤트가 발생하는 경우를 계산하였다.
  • 그리고 이상 데이터의 특성상 정상 데이터의 범주에서 비교하였을 때, 비교적 그 수가 적고 매우 불균형하므로 특정 유형의 공격이 매우 적은 빈도로 발생할 것으로 예상하였고 실제로도 Firefox-DS, ADFA-LD, NGIDS-DS 데이터 셋에서 공격 비율이 3% 미만으로 확인되어 가설 2를 설정하였다.
  • 본 연구를 통해 가설 1(공격은 특정 인증 타입의 취약점을 악용할 것이다)이 유효함을 확인하였다. 학습 결과, 모든 공격 이벤트는 ’NTLM’의 인증 타입을 가지고, ‘NETWORK’의 로그온 타입을 가진다.
  • 또한 기존의 침입탐지 데이터셋이 로우 레벨의 성능메트릭을 수집하는데 비해 이상 탐지 분야의 데이터셋은 하이 레벨의 보안 이벤트를 다룬다. 본 연구에서는 이상 탐지 연구에서 널리 사용되는 데이터셋(UNM, DARPA, Firefox-DS, ADFA-LD, NGIDS-DS)[36]의 특징을 고려하여 가설을 설정하였다. 5가지 데이터셋 중 4개에서 10개 미만의 공격 유형이 포함되어있다는 점에서 가설 1을 설정하였다.
본문요약 정보가 도움이 되었나요?

참고문헌 (53)

  1. S. Park and J. Lim, "Study On Identifying Cyber Attack Classification?Through The Analysis of Cyber Attack Intention," Journal of the?Korea Institute of Information Security and Cryptology, 27(1), pp.?103-113, Feb, 2017. DOI:10.13089/JKIISC.2017.27.1.103. 

  2. Ministry of SMEs and Startups, "2022 Survey on the State of?Technology Protection in Small and Medium-sized Enterprises, ",?June 2022. 

  3. Min Seonhee, "Virtual Currency Exchange 'GDAC' Hit by Hacking,?23% of Custodial Assets Stolen," Yonhap News, April, 2023. 

  4. Sonicwall, 2023 Sonicwall Cyber Threat Report. 

  5. F. Hachmi, K. Boujenfa and M. Limam, "Enhancing the Accuracy?of Intrusion Detection Systems by Reducing the Rates of False?Positives and False Negatives Through Multi-objective?Optimization," J Netw Syst Manage, 27(1), pp. 93-120, Jan, 2019.?DOI:10.1007/s10922-018-9459-y. 

  6. A. D. Kent, "Comprehensive, multi-source cyber-security events?data set," Los Alamos National Lab, 2015. DOI:10.17021/1179829. 

  7. S. Im, S. Kim, S. Shim, S. Koo, B. Cho, K. Kim and T. Kim,?"A Featurization Method to Improve Anomaly Detection?Performance Using Login Logs," The Journal of Korean Institute?of Communications and Information Sciences, 47(1), pp. 58-65,?Jan, 2022. DOI:10.7840/kics.2022.47.1.58. 

  8. X. Guan, W. Wang and X. Zhang, "Fast intrusion detection based?on a non-negative matrix factorization model," Journal of Network?and Computer Applications, 32(1), pp. 31-44, 2009. DOI:10.1016/j.jnca.2008.04.006. 

  9. G. Tandon, "Machine learning for host-based anomaly detection,"?PhD Thesis. Florida Institute of Technology, 2008. 

  10. Y. Qing, W. Xiaoping and Y. Bo, "An Intrusion Detection?Approach Based on System Call Sequences and Rules?Extraction," In 2010 2nd International Conference on E-business?and Information System Security, pp. 1-4, May, 2010. DOI:10.1109/EBISS.2010.5473675. 

  11. D. Yuxin, Y. Xuebing, Z. Di, D. Li and A. Zhanchao, "Feature representation and selection in malicious code detection methods?based on static system calls," Computers & security, 30(6),?pp. 514-524, Sep, 2011. DOI:10.1016/j.cose.2011.05.007. 

  12. M. Xie, J. Hu, X. Yu and E. Chang, "Evaluating Host-Based?Anomaly Detection Systems: Application of the Frequency-Based?Algorithms to ADFA-LD," Network and System Security, pp.?542-549, 2014. DOI:10.1007/978-3-319-11698-3_44. 

  13. J. Arshad, P. Townend and J. Xu, "A novel intrusion severity?analysis approach for Clouds," Future generation computer systems,?29(1), pp. 416-428, Jan, 2013. DOI:10.1016/j.future.2011.08.009. 

  14. W. Khreich, S. S. Murtaza, A. Hamou-Lhadj and C. Talhi,?"Combining heterogeneous anomaly detectors for improved?software security," The Journal of systems and software, 137,?pp. 415-429, Mar 2018. DOI:10.1016/j.jss.2017.02.050. 

  15. D. Yeung and Y. Ding, "Host-based intrusion detection using?dynamic and static behavioral models," Pattern Recognition,?36(1), pp. 229-243, 2003. DOI:10.1016/s0031-3203(02)00026-2. 

  16. D. Mutz, F. Valeur, G. Vigna and C. Kruegel, "Anomalous system?call detection," ACM transactions on information and system?security, 9(1), pp. 61-93, Feb 01, 2006. DOI:10.1145/1127345.1127348. 

  17. J. Yun, G. Shin, D. Kim, S. Kim and M. Han, "An Interpretable?Log Anomaly System Using Bayesian Probability and Closed?Sequence Pattern Mining," Journal of Internet Computing and?Services, 22(2), 2021. DOI:10.7472/jksii.2021.22.2.77. 

  18. Y. LeCun, Y. Bengio and G. Hinton, "Deep learning," Nature?(London), 521(7553), pp. 436-444, May 28, 2015. DOI:10.1038/nature14539. 

  19. D. Kwon, K. Natarajan, S. C. Suh, H. Kim and J. Kim, "An?Empirical Study on Network Anomaly Detection Using?Convolutional Neural Networks," ICDSC, pp. 1595-1598, Jul?2018. DOI:10.1109/ICDCS.2018.00178. 

  20. S. Lv, J. Wang, Y. Yang and J. Liu, "Intrusion Prediction With?System-Call Sequence-to-Sequence Model," IEEE Access, 6, pp.?71413-71421 2018. DOI:10.1109/ACCESS.2018.2881561. 

  21. C. Kim, M. Jang, S. Seo, K. Park and P. Kang, "Intrusion?Detection Based on Sequential Information Preserving Log?Embedding Methods and Anomaly Detection Algorithms," IEEE?Access, 9, pp. 58088-58101 2021. DOI:10.1109/ACCESS.2021.3071763. 

  22. Sang-Hyun. Oh and Won-Suk Lee, "Anomaly Detection based?on Clustering User's Behaviors," The transactions of the Korea?Information Processing Society, 7(8), pp. 2411-2420. 2000. 

  23. G. Kaiafas, G. Varisteas, S. Lagraa, R. State, C. D. Nguyen,?T. Ries and M. Ourdane, "Detecting malicious authentication?events trustfully," NOMS, pp. 1-6, Apr 2018. DOI:10.1109/NOMS.2018.8406295. 

  24. E. Aghaei, "Machine Learning for Host-based Misuse and?Anomaly Detection in UNIX Environment," PhD Thesis.?University of Toledo, 2017. 

  25. H. Siadati and N. Memon, "Detecting structurally anomalous?logins within enterprise networks," Proceedings of the 2017?ACM SIGSAC Conference on Computer and Communications?Security, pp. 1273-1284, 2017. DOI:10.1145/3133956.3134003. 

  26. Q. Liu, J. W. Stokes, R. Mead, T. Burrell, I. Hellen, J. Lambert,?A. Marochko and W. Cui, "Latte: Large-Scale Lateral Movement?Detection," MILCOM, pp. 1-6, Oct, 2018. DOI:10.1109/MILCOM.2018.8599748. 

  27. M. Meijerink, "Anomaly-based detection of lateral movement in?a microsoft windows environment," Master's thesis, University?of Twente, 2019. 

  28. E. Besharati, M. Naderan and E. Namjoo, "LR-HIDS: logistic?regression host-based intrusion detection system for cloud?environments," J Ambient Intell Human Comput, 10(9), pp.?3669-3692, Sep, 2019. DOI:10.1007/s12652-018-1093-8. 

  29. B. A. Powell, "Detecting malicious logins as graph anomalies,"?Journal of information security and applications, 54, pp. 102557,?Oct 2020. DOI:10.1016/j.jisa.2020.102557. 

  30. G. Creech and Jiankun Hu, "A Semantic Approach to Host-Based?Intrusion Detection Systems Using Contiguousand Discontiguous?System Call Patterns," IEEE Transactions on Computers, 63(4),?pp. 807-819, Apr, 2014. DOI:10.1109/TC.2013.13. 

  31. K. M. Tan and R. A. Maxion, "" Why 6?" Defining the operational?limits of stide, an anomaly-based intrusion detector," In?Proceedings 2002 IEEE Symposium on Security and Privacy, pp.?188-201, May, 2002. DOI:10.1109/SECPRI.2002.1004371. 

  32. Miao Xie and Jiankun Hu, "Evaluating host-based anomaly?detection systems: A preliminary analysis of ADFA-LD," CISP,?3, pp. 1711-1716, Dec, 2013. DOI:10.1109/CISP.2013.6743952. 

  33. S. A. Maske and T. J. Parvat, "Advanced anomaly intrusion?detection technique for host based system using system call?patterns," International Conference on Inventive Computation?Technologies, 2, pp. 1-4, Aug, 2016. DOI:10.1109/INVENTIVE.2016.7824846. 

  34. K. Kim and K. Park, "Comparative Study of Anomaly Detection?Accuracy of Intrusion Detection Systems Based on Various Data?Preprocessing Techniques," KIPS Trans. Softw. and Data Eng,?10(11), pp. 449-456, 2021. DOI:10.3745/KTSDE.2021.10.11.449. 

  35. S. Yoo and K. Kim, "Comparison of Anomaly Detection Performance?Based on GRU Model Applying Various Data Preprocessing?Techniques and Data Oversampling," Journal of The Korea Institute?of Information Security & Cryptology, 32(2), April 2022. 

  36. M. Liu, Z. Xue, X. Xu, C. Zhong and J. Chen, "Host-Based?Intrusion Detection System with System Calls," ACM computing?surveys, 51(5), pp. 1-36, Jan, 2019. DOI:10.1145/3214304. 

  37. Alexander D. Kent, "Cyber security data sources for dynamic?network research," Dynamic Networks and Cyber-Security, 1, pp.?37-65, 2016. DOI:10.1142/9781786340757_0002. 

  38. S. A. Hofmeyr, S. Forrest and A. Somayaji, "Intrusion detection?using sequences of system calls," Journal of computer security,?6(3), pp. 151-180, 1998. DOI:10.3233/JCS-980109. 

  39. R. P. Lippmann, D. J. Fried, I. Graf, J. W. Haines, K. R. Kendall,?D. McClung, D. Weber, S. E. Webster, D. Wyschogrod, R. K.?Cunningham and M. A. Zissman, " Evaluating intrusion detection?systems: the 1998 DARPA off-line intrusion detection?evaluation," In Proceedings DARPA Information Survivability?Conference and Exposition, 2, pp. 12-26. 2000. DOI:10.1109/DISCEX.2000.821506. 

  40. S. S. Murtaza, W. Khreich, A. Hamou-Lhadj and M. Couture,?"A host-based anomaly detection approach by representing?system calls as states of kernel modules," ISSRE, pp. 431-440,?Nov, 2013. DOI:10.1109/ISSRE.2013.6698896. 

  41. G. Creech and J. Hu, "Generation of a new IDS test dataset:?Time to retire the KDD collection," 2013 IEEE Wireless?Communications and Networking Conference (WCNC), Apr,?2013. DOI:10.1109/wcnc.2013.6555301. 

  42. W. Haider, J. Hu, J. Slay, B. P. Turnbull and Y. Xie, "Generating?realistic intrusion detection system dataset based on fuzzy qualitative?modeling," Journal of Network and Computer Applications, 87,?pp. 185-192, Jun, 2017. DOI:10.1016/j.jnca.2017.03.018. 

  43. I. J. King and H. H. Huang, "Euler: Detecting Network Lateral?Movement via Scalable Temporal Graph Link Prediction,"?Proceedings 2022 Network and Distributed System Security?Symposium, 2022. DOI:https://doi.org/10.1145/3588771 

  44. E. Muhati and D. B. Rawat, "Hidden-Markov-Model-Enabled?Prediction and Visualization of Cyber Agility in IoT Era," JIoT,?9(12), pp. 9117-9127, Jun 15, 2022. DOI:10.1109/JIOT.2021.3056118 

  45. E. Muhati and D. B. Rawat, "Adversarial Machine Learning for?Inferring Augmented Cyber Agility Prediction, "INFOCOM?WKSHPS, pp. 1-6, May 10, 2021. DOI:10.1109/INFOCOMWKSHPS51825.2021.9484471 

  46. J. Yun, D. Kim, G. Shin, S. Kim and M. Han, "RDP-based Lateral?Movement Detection using PageRank and Interpretable System?using SHAP," Journal of Internet Computing and Services, 22(4),?pp. 1-11, 2021, DOI : 10.7472/jksii.2021.22.4.1 

  47. M. T. Wojnowicz, S. Aeron, E. L. Miller and M. Hughes, "Easy?Variational Inference for Categorical Models via an Independent?Binary Approximation," International Conference on Machine?Learning, pp. 23857-23896, 2022. 

  48. K. Sim and K. Kim, "Insider Anomaly Behavior Detection?Method Using an Unsupervised Learning-Based Autoencoder,"?Journal of Digital Contents Society, 24(8), pp. 1929-1936, Aug?31, 2023. DOI:10.9728/dcs.2023.24.8.1929 

  49. M. K. Dahouda and I. Joe, "A Deep-Learned Embedding?Technique for Categorical Features Encoding," IEEE Access, 9,?pp. 114381-114391 2021. DOI:10.1109/ACCESS.2021.3104357. 

  50. PassMark, https://www.cpubenchmark.net/compare/2830vs3752/I?ntel-Xeon-E5-2667-v4-vs-Intel-Xeon-Silver-4210R, Sept 2023. 

  51. Y. Zhao, Z. Nasrullah and Z. Li, "Pyod: A python toolbox for?scalable outlier detection," Journal of Machine Learning?Research, 20, pp. 1-7 2019. 

  52. F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion,?O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss and V. Dubourg,?"Scikit-learn: Machine learning in Python," the Journal of?machine Learning research, 12, pp. 2825-2830 2011. 

  53. D. Jiang, W. Lin and N. Raghavan, "A Novel Framework for?Semiconductor Manufacturing Final Test Yield Classification?Using Machine Learning Techniques," IEEE Access, 8, pp.?197885-197895 2020. DOI:10.1109/ACCESS.2020.3034680. 

관련 콘텐츠

오픈액세스(OA) 유형

FREE

Free Access. 출판사/학술단체 등이 허락한 무료 공개 사이트를 통해 자유로운 이용이 가능한 논문

이 논문과 함께 이용한 콘텐츠

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로