Projects 项目

Selected technical work. 部分技术工作。

Environmental protection, fielded autonomy, heterogeneous cyber data, geoscience AI, and scientific systems. 涵盖环境保护、自主系统、异构网络安全数据、地球科学 AI 与科学计算系统。

import json
import sys

sys.path.append("..")
from pysp.utils.htsne import htsne

with open("ssl_certs.json", "rt") as fin:
    ssl_certs, ssl_labels = json.load(fin)

emb_certs = htsne(ssl_certs)
Minimal hTSNE embedding workflow for heterogeneous SSL certificate records. 面向异构 SSL 证书记录的 hTSNE 嵌入流程。
Embedded SSL certificates separating Gozi MITM, TorrentLocker, Dridex, Gootkit, and malware command-and-control groups
Embedded certificates reveal malware C&C structure. 嵌入后的证书揭示恶意软件 C&C 结构。
# ssl_certs[2]
[
  [2015, 12, 23, 7, 52, 6],
  'C=XX, L=Default City, O=Default Company Ltd',
  [193, 218, 145, 50],
  'C=XX, L=Default City, O=Default Company Ltd',
  1, '', '', '', '',
  [2015, 12, 23, 7, 22, 11],
  '',
  [['XX'], None, ['Default', 'City'],
   ['Default', 'Company', 'Ltd'], None, None],
  443,
  [['XX'], None, ['Default', 'City'],
   ['Default', 'Company', 'Ltd'], None, None],
  'C=XX, L=Default City, O=Default Company Ltd',
  'TLS 1.2', 2, ''
]
Raw SSL certificate object: timestamps, strings, IP components, nested lists, missing values, and protocol fields in one record. 原始 SSL 证书对象:单条记录中混合时间戳、字符串、IP 片段、嵌套列表、缺失值与协议字段。
GeoGPT chat page showing Deep Discovery, academic search, literature reading, table extraction, and code tools
GeoGPT public interface screenshot. GeoGPT 公开界面截图。