iT邦幫忙

2022 iThome 鐵人賽

DAY 13
0
Security

威脅情資分析與挑戰系列 第 13

[Day 13] 威脅情資收集 - CVE Trends

  • 分享至 

  • xImage
  •  

CVE Trends

是來自 Simon 開發的追蹤 Twitter 上關於 CVEs 資訊的工具。

https://cvetrends.com

CVE

https://cve.mitre.org/

公共漏洞和暴露 (Common Vulnerabilities and Exposures) 簡單來說就是一個跟資安有關的資料庫,裡面有漏洞的資訊。

根據 Simon 在關於的內文提到他是透過 Stream API 取得資料,同時結合 NIST's NVD 的資訊

國家漏洞資料庫 (National Vulnerability Database)[1] ,是美國政府使用的漏洞管理資料庫,還有在進行維護。

因為作者都有說前後端用什麼程式跑,其實我們也能利用這些 API 或軟體來開發,或許後面我們也來寫一些程式來自動擷取 CTI 資訊,畢竟寫 code 是資工系必備技能。

  • 語言: Python
  • 網頁框架:Flask
  • 資料庫:PostgreSQL
  • 相依服務:Redis

https://ithelp.ithome.com.tw/upload/images/20220917/20151201O71NajREDl.jpg

我們就針對我今天抓到的資料觀察兩筆資料

CVE-2022-26766 [3]

A certificate parsing issue was addressed with improved checks. This issue is fixed in tvOS 15.5, iOS 15.5 and iPadOS 15.5, Security Update 2022-004 Catalina, watchOS 8.6, macOS Big Sur 11.6.6, macOS Monterey 12.4. A malicious app may be able to bypass signature validation.

我覺得幾個欄位可能大家都知道了...
但只有 EPSS 之前都沒看過,特別查了一下。
Exploit Prediction Scoring System (EPSS)[2] 能夠估計漏洞被利用得可能性,
所以分數是 [0,100]%,就是 0~100%之間,
分數越高表示被利用得可能性越高。

其他欄位:

  • CVSS v3: 5.5
  • EPSS: 1.11%
  • Audience: 220k
  • Tweets:4 (幾篇推文的意思)
  • Retweets: 14 (轉推文的意思)

實作

我們利用這個 CVE 底下的推文,
把資料匯進 OpenCTI

https://ithelp.ithome.com.tw/upload/images/20220917/20151201n10LmI5HJA.jpg

直接點該推文,其實點進去後看到的資訊更多。

https://ithelp.ithome.com.tw/upload/images/20220917/20151201puydWjMh8E.jpg

把內文複製起來到 OpenCTI 的 Analysis 按右下角的新增

我的 grammarly 還幫忙修語法呢...
https://ithelp.ithome.com.tw/upload/images/20220917/20151201e6PG0Dzl03.jpg

補充一些資訊上去
https://ithelp.ithome.com.tw/upload/images/20220917/20151201JrbS72uoQ1.jpg

這樣我們就成功新增一筆資料上去
https://ithelp.ithome.com.tw/upload/images/20220917/201512019sNS6wk8Yx.jpg

小結

但這樣也挺無聊的,
明天我們用 flask 開發一個簡單的搜 Twitter 上跟資安關鍵字有關的推文並儲存。

Reference

[1] NIST. National Vulnerability Database (NVD). https://www.nist.gov/programs-projects/national-vulnerability-database-nvd
[2] EPSS https://www.first.org/epss/
[3] CVE-2022-26766 https://nvd.nist.gov/vuln/detail/CVE-2022-26766


上一篇
[Day 12] 威脅情資分析初探 (下)
下一篇
[Day 14] 威脅情資工具開發 - 從 Twitter 擷取資安相關推文 (上)
系列文
威脅情資分析與挑戰15
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言