<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>NISL实验室</title>
    <link>https://wechat2rss.xlab.app/feed/9c5931fa813fd1a38149e52d5809ce9b19a48ec4.xml</link>
    <description>网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。&#xA;(wechat feed made by @ttttmr https://wechat2rss.xlab.app)</description>
    <managingEditor> (NISL实验室)</managingEditor>
    <image>
      <url>https://wx.qlogo.cn/mmhead/Q3auHgzwzM766Bv1SQgibFlalH9bqtncibzFunlpyJGeVJiaKNlDOeyfQ/0</url>
      <title>NISL实验室</title>
      <link>https://wechat2rss.xlab.app/feed/9c5931fa813fd1a38149e52d5809ce9b19a48ec4.xml</link>
    </image>
    <item>
      <title>清华大学网络研究院NISL实验室发布SecCodeBench 2.0：面向智能编码工具的代码安全评测体系升级</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485692&amp;idx=1&amp;sn=e3f3f00e70bb590cfbce5712ce42105c</link>
      <description></description>
      <content:encoded><![CDATA[<p>
原创 <span>NISL实验室</span> <span>2025-09-24 09:00</span> <span style="display: inline-block;">北京</span>
</p>




<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=7a1b3699&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychic8hnYHH8c3C5R9iaibQg24WSQQNKpUuCCBXHKQ7wkibLSznlHgsniagkRRLpZCwnfPtTKAI5SV9hyJVg%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<div style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;color: rgb(62, 62, 62);"><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px 0px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 8px 0px 0px;box-sizing: border-box;"><div style="text-align: justify;font-size: 15px;color: rgb(13, 80, 201);box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">AI 生成代码评测体系的局限与演进</span></p></div></div></div><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;width: 100%;align-self: flex-start;background-color: rgb(235, 242, 250);padding: 26px;box-sizing: border-box;"><div style="text-align: justify;width: 100%;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">随着以大语言模型（LLM）为核心的辅助编程工具的普及，</span><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">AI 生成代码的安全性</span></strong></span><span leaf=""> 已成为业界关注的焦点。为科学地评测 AI 生成代码的安全性，发现其内在缺陷并促进模型安全能力的提升，一套</span><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">全面、可靠</span></strong></span><span leaf="">的评测基准至关重要。</span></p></div></div><div style="box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">然而，社区现有的安全评测基准在三个核心维度上存在显著局限，难以真实反映模型或Agent的安全编码能力：</span></p><p style="text-indent: 0em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">1. 测试用例质量参差不齐</span></strong></span><strong style="box-sizing: border-box;"><span leaf="">：</span></strong><span leaf="">许多数据集来自开源代码，严重依赖自动化生成和简单过滤，缺乏人工的深度参与。这导致了：</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">（1）数据分布失衡</span></strong><span leaf="">，大量低优先级的安全问题占据主导，无法有效衡量模型在关键漏洞上的表现；</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">（2）无效的测试用例</span></strong><span leaf="">，部分题目在设计上存在缺陷（例如，由于过于关注漏洞点而不是修复点，导致在给定的约束下无法生成正确的安全代码），这会导致对模型能力的系统性低估，而非客观评估；</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">（3）潜在数据污染</span></strong><span leaf="">，测试用例所属的开源仓库代码可能已经作为了模型的预训练语料，进而影响评估的公正性。</span></p><p style="text-indent: 0em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">2. 评估方法过于单一且精度不足</span></strong></span><span leaf="">：现有的评估方法大多依赖于简单的正则表达式或代码检测工具，这导致它们难以准确识别</span><strong style="box-sizing: border-box;"><span leaf="">语法或语义复杂</span></strong><span leaf="">的代码变体，并且完全忽略了必须通过</span><strong style="box-sizing: border-box;"><span leaf="">真实运行</span></strong><span leaf="">才能验证的漏洞。更重要的是，许多评估方法</span><strong style="box-sizing: border-box;"><span leaf="">忽略了功能的重要性</span></strong><span leaf="">，这导致</span><strong style="box-sizing: border-box;"><span leaf="">评</span></strong><strong style="box-sizing: border-box;"><span leaf="">估标准与实际可用性脱节</span></strong><span leaf="">，甚至会将功能损坏的“安全代码”判定为更优解。</span></p><p style="text-indent: 0em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">3. 未能覆盖智能编码工具</span></strong></span><span leaf="">：真实编程场景已进化至</span><strong style="box-sizing: border-box;"><span leaf="">智能编码工具</span></strong><span leaf="">（Agentic Coding Tool），即开发者依赖的是能够自主调用工具、检索知识库的智能体。而现有基准的评估范式仍停留在对</span><strong style="box-sizing: border-box;"><span leaf="">原子化API调用</span></strong><span leaf="">的测试上，这导致评测范式与真实应用场景之间存在脱节，其结论的现实参考价值也因此受限。</span></p><p style="text-indent: 0em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">为科学评估模型在真实开发环境中的安全编码能力，评测体系需持续迭代以适配技术演进与场景变化。基于此，我们推出SecCodeBench 2.0，这是一个</span><strong style="box-sizing: border-box;"><span leaf="">专为现代智能编码工具</span></strong><span leaf="">设计的基准测试套件，通过重构评测对象、升级评估标准与优化测试用例设计，得到了更贴合实际需求的基准框架。本文将系统阐述SecCodeBench 2.0的技术架构与核心价值，揭示其如何实现 AI编程安全评测体系的标准化与工程化。</span></p></div><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 20px 0px 10px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;line-height: 0;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><div style="justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;"><div style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;line-height: 1.6;box-sizing: border-box;"><div style="text-align: justify;font-size: 13px;box-sizing: border-box;"><p style="background-image: linear-gradient(90deg, rgb(16, 207, 215) 13%, rgb(25, 128, 201) 88%);color: transparent;-webkit-background-clip: text;white-space: normal;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">Part.1</span></strong></p></div></div></div></div><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 4px 16px;background-color: rgb(245, 250, 253);margin: 0px 0px 0px 10px;z-index: auto;box-sizing: border-box;"><div style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">评测对象的重构：从“模型”到“智能体”</span></strong></p></div></div><div style="display: inline-block;vertical-align: top;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;margin: 0px 0px 0px -16px;box-sizing: border-box;"><div style="text-align: center;margin: -10px 0px 0px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 31px;height: auto;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="1.0522876" data-s="300,640" data-w="459" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=31fd408a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FMVPvEL7Qg0Gdvn33x0nqL3HKVqEHsDvxH2qIWWQxadGTcSmZ5yCewtFllJqPE3UkfTziajXicNuCMcIWumxjeuyA%2F640%3Fwx_fmt%3Dpng"/></p></div></div></div><div style="box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">在1.0版本中，SecCodeBench主要聚焦于模型本身的能力验证，尤其是补全模型的代码生成效率及基础安全检测能力。然而，随着AI编程从单一模型向</span><strong style="box-sizing: border-box;"><span leaf="">智能编码工具</span></strong><span leaf="">（即开发者依赖智能体调用工具、检索知识库的协作模式）的演进，评测体系需同步调整以覆盖真实场景。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">2.0版本的核心升级在于：</span></strong></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">1. </span></span></strong><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">评测对象扩展至编程助手与对话模型</span></span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">支持对编程助手（如IDE、VSCode 插件和 CLI工具）的端到端交互能力进行评测，关注其在多轮对话中理解用户需求、调用外部工具（如代码检测器、调试器）并逐步完成任务的能力。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">对话模型则侧重于其在多轮交互下生成和修复能力的安全评测。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">2. 评测场景贴近真实开发流程</span></strong></span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">引入智能编码工具的典型任务链，例如：用户提出需求 → 模型生成初步代码 → 工具检测漏洞 → 模型修复代码 → 再次验证功能。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">通过模拟开发者与AI工具的协同过程，全面评估系统在动态任务中的鲁棒性与安全性。</span></p></div><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 20px 0px 10px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;line-height: 0;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><div style="justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;"><div style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;line-height: 1.6;box-sizing: border-box;"><div style="text-align: justify;font-size: 13px;box-sizing: border-box;"><p style="background-image: linear-gradient(90deg, rgb(16, 207, 215) 13%, rgb(25, 128, 201) 88%);color: transparent;-webkit-background-clip: text;white-space: normal;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">Part.2</span></strong></p></div></div></div></div><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 4px 16px;background-color: rgb(245, 250, 253);margin: 0px 0px 0px 10px;z-index: auto;box-sizing: border-box;"><div style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">功能与安全评测的升级：从“宽松”到“硬核”</span></strong></p></div></div><div style="display: inline-block;vertical-align: top;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;margin: 0px 0px 0px -16px;box-sizing: border-box;"><div style="text-align: center;margin: -10px 0px 0px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 31px;height: auto;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="1.0522876" data-s="300,640" data-w="459" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=31fd408a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FMVPvEL7Qg0Gdvn33x0nqL3HKVqEHsDvxH2qIWWQxadGTcSmZ5yCewtFllJqPE3UkfTziajXicNuCMcIWumxjeuyA%2F640%3Fwx_fmt%3Dpng"/></p></div></div></div><div style="box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">1.0版本的功能评测依赖语法树分析，安全评测则通过大模型的静态判断完成。2.0版本对此进行了强化，构建了</span><strong style="box-sizing: border-box;"><span leaf="">全面基于可运行测试用例的动态评估体系</span></strong><span leaf="">。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">1. 功能评测：严格验证代码的可执行性</span></span></strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">核心逻辑：</span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">所有生成的代码必须通过完整的功能测试（如单元测试、集成测试）验证，而非仅关注语法正确性。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">技术实现：</span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">每个测试用例均基于可运行的项目构建，并根据功能需求编写了多个难度偏低的测试用例，确保功能符合要求但又避免专注于测评功能。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">通过自动化测试框架验证代码功能，确保生成结果在实际环境中可正常运行，并在运行失败时尝试引导大模型自我修复，避免因功能测评影响安全测评。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">通过功能测评后再进行安全测评，功能未通过不予得分。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">2. 安全评测：PoC 验证为主、大模型审核为辅</span></span></strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">动态验证：</span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">对可运行代码采用PoC（Proof of Concept）进行漏洞验证，例如反序列化漏洞、路径穿越和模板注入等。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">防作弊设计，优先白名单校验，通过多种绕过PoC验证保证安全无绕过。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">LLM-as-a-Judge：</span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">对于不适合通过 PoC 进行安全验证的用例，如不安全的随机数使用等，我们引入了大模型投票判定的方式。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">模型的提示词由安全专家精心编写，确保规则规范，测评结果准确。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">评分体系优化：</span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">基于pass@1指标，结合漏洞危害等级（CWE分类）、常见度及测试场景复杂度动态调整权重。</span></p></div><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 20px 0px 10px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;line-height: 0;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><div style="justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;"><div style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;line-height: 1.6;box-sizing: border-box;"><div style="text-align: justify;font-size: 13px;box-sizing: border-box;"><p style="background-image: linear-gradient(90deg, rgb(16, 207, 215) 13%, rgb(25, 128, 201) 88%);color: transparent;-webkit-background-clip: text;white-space: normal;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">Part.3</span></strong></p></div></div></div></div><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 4px 16px;background-color: rgb(245, 250, 253);margin: 0px 0px 0px 10px;z-index: auto;box-sizing: border-box;"><div style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">测试用例的优化：高质量与去重设计</span></strong></p></div></div><div style="display: inline-block;vertical-align: top;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;margin: 0px 0px 0px -16px;box-sizing: border-box;"><div style="text-align: center;margin: -10px 0px 0px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 31px;height: auto;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="1.0522876" data-s="300,640" data-w="459" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=31fd408a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FMVPvEL7Qg0Gdvn33x0nqL3HKVqEHsDvxH2qIWWQxadGTcSmZ5yCewtFllJqPE3UkfTziajXicNuCMcIWumxjeuyA%2F640%3Fwx_fmt%3Dpng"/></p></div></div></div><div style="box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">1.0版本的测试用例存在重复性高、覆盖场景有限等问题。2.0版本通过以下措施提升用例质量：</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">1. 数据来源的真实性与多样性</span></span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">所有测试用例均基于阿里巴巴内部脱敏后的历史漏洞数据，确保场景的实战性。</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">覆盖16种CWE类型（如CWE-89、CWE-78），并衍生出代码生成（原生/提示增强）与修复（原生/提示增强）共四种模式。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">2. 用例设计的精准性与唯一性</span></strong></span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">每个测试用例由</span><strong style="box-sizing: border-box;"><span leaf="">功能需求、编程语言、三方库、函数接口</span></strong><span leaf="">四要素唯一标识，避免重复。</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">3. 质量管控流程</span></strong></span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">用例经过三位专家评审，确保设计合理性与可执行性；</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">在十余个模型上进行多轮实证测试与调优，确保用例的正确性、评测的公正性与挑战性。</span></p></div><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 20px 0px 10px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;line-height: 0;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><div style="justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;"><div style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;line-height: 1.6;box-sizing: border-box;"><div style="text-align: justify;font-size: 13px;box-sizing: border-box;"><p style="background-image: linear-gradient(90deg, rgb(16, 207, 215) 13%, rgb(25, 128, 201) 88%);color: transparent;-webkit-background-clip: text;white-space: normal;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">Part.4</span></strong></p></div></div></div></div><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 4px 16px;background-color: rgb(245, 250, 253);margin: 0px 0px 0px 10px;z-index: auto;box-sizing: border-box;"><div style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">工程实现：可扩展性与分析能力的增强</span></strong></p></div></div><div style="display: inline-block;vertical-align: top;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;margin: 0px 0px 0px -16px;box-sizing: border-box;"><div style="text-align: center;margin: -10px 0px 0px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 31px;height: auto;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="1.0522876" data-s="300,640" data-w="459" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=31fd408a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FMVPvEL7Qg0Gdvn33x0nqL3HKVqEHsDvxH2qIWWQxadGTcSmZ5yCewtFllJqPE3UkfTziajXicNuCMcIWumxjeuyA%2F640%3Fwx_fmt%3Dpng"/></p></div></div></div><div style="box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">2.0版本在工程层面进一步完善了评测框架的适配性与分析深度：</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">1. 多场景支持</span></span></strong></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">支持模型API的多轮对话测试；</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">支持十余种主流智能编码工具（如IDE、VSCode 插件和 CLI工具）的端到端评测；</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">支持扩展至多语言测试用例；</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">2. 可视化与诊断能力</span></strong></span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">自动生成详尽的测试报告与日志，涵盖功能验证结果、安全漏洞详情及模型表现指标；</span></p><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">支持研究人员定位模型缺陷（如代码逻辑偏差、漏洞修复遗漏），为模型优化提供量化依据。</span></p></div><div style="line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="0.3008037" data-s="300,640" data-w="871" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=9d557d0c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychicDr1CNM5nicicEeGiaDBtLGGBSItoagkprx0jibDjkO6j3hx9ibvAr5wowvoWXTnbiapxUulcSSHVibSWjg%2F640%3Fwx_fmt%3Dpng"/></p></div><div style="text-align: center;font-size: 12px;color: rgb(160, 160, 160);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">Evaluation Workflow</span></p></div><div style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 20px 0px 10px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;line-height: 0;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><div style="justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;"><div style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;line-height: 1.6;box-sizing: border-box;"><div style="text-align: justify;font-size: 13px;box-sizing: border-box;"><p style="background-image: linear-gradient(90deg, rgb(16, 207, 215) 13%, rgb(25, 128, 201) 88%);color: transparent;-webkit-background-clip: text;white-space: normal;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">Part.5</span></strong></p></div></div></div></div><div style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 4px 16px;background-color: rgb(245, 250, 253);margin: 0px 0px 0px 10px;z-index: auto;box-sizing: border-box;"><div style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">评测榜单</span></strong></p></div></div><div style="display: inline-block;vertical-align: top;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;margin: 0px 0px 0px -16px;box-sizing: border-box;"><div style="text-align: center;margin: -10px 0px 0px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 31px;height: auto;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="1.0522876" data-s="300,640" data-w="459" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=31fd408a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FMVPvEL7Qg0Gdvn33x0nqL3HKVqEHsDvxH2qIWWQxadGTcSmZ5yCewtFllJqPE3UkfTziajXicNuCMcIWumxjeuyA%2F640%3Fwx_fmt%3Dpng"/></p></div></div></div><div style="text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;" nodeleaf=""><img class="rich_pages wxw-img" data-ratio="1.7074074" data-s="300,640" width="100%" data-w="1080" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=01a90b3f&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychic8hnYHH8c3C5R9iaibQg24WSwgcOFCiaibpvKZOnwaXkQHpPObx8nk1oSeIA9r997t3ru0WvNzJrDq6g%2F640%3Fwx_fmt%3Dpng"/></p></div><div style="text-align: center;font-size: 12px;color: rgb(160, 160, 160);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">Model 评测榜单</span></p></div><div style="text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;"><p style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;" nodeleaf=""><img width="100%" class="rich_pages wxw-img" data-ratio="0.7509259" data-s="300,640" data-w="1080" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=b6d74257&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychic8hnYHH8c3C5R9iaibQg24WSsDtL7HGhgdqGSMiczvCQxrwOePm5EDxLFWkDDFwkgCdTkibqr3QZSFjA%2F640%3Fwx_fmt%3Dpng"/></p></div><div style="text-align: center;font-size: 12px;color: rgb(160, 160, 160);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">Agentic Coding Tool 评测榜单</span></p></div><div style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;"><div style="display: inline-block;vertical-align: middle;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: center;box-sizing: border-box;"><div style="margin: 0px;box-sizing: border-box;"><div style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><b style="box-sizing: border-box;"><span leaf="">结语：让安全内置于每一次生成</span></b></p></div></div></div></div><div style="box-sizing: border-box;"><p style="word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">SecCodeBench 2.0的发布，标志着AI编程安全评测体系迈入了一个新阶段——从单纯验证模型能力，转向构建真正服务于开发者的工具生态。我们相信，安全不应是代码完成后的&#34;补丁&#34;，而应是开发流程中自然生长的基因。</span></p><p style="word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">在AI重构软件开发的今天，每一个智能体的决策都可能影响千千万万用户的体验。</span></strong></span><span leaf="">SecCodeBench 2.0的每一条测试用例，都是对&#34;安全第一&#34;理念的具象化实践：它既是开发者手中的标尺，也是模型训练的指南针。当我们用真实场景的漏洞数据训练模型，用动态验证替代静态判断，用多轮交互模拟真实开发，实际上是在为AI编程建立一套&#34;安全免疫系统&#34;。</span></p><p style="word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span leaf="">这不仅是一个评测工具的升级，更是一次对AI开发伦理的重新定义。</span></strong></span><span leaf="">我们期望看到模型和智能编码工具的开发者能够关注生成代码的安全性，并在训练中通过技术或工程能力降低安全风险，做到负责任 AI。</span></p><p style="word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">当AI开始理解代码的&#34;生命线&#34;，当智能体学会在生成代码时自动规避风险，这才是技术真正走向成熟的标志。而这一切，始于一个简单的信念：</span><strong style="box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><span leaf="">让安全内置于每一次生成。</span></span></strong></p><p style="word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">如需进一步了解SecCodeBench 2.0的技术细节或参与测试，欢迎访问以下链接： </span></p></div><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">测试套件：<a href="https://github.com/alibaba/sec-code-bench" target="_blank">https://github.com/alibaba/sec-code-bench</a></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span leaf="">评测结果：<a href="https://alibaba.github.io/sec-code-bench" target="_blank">https://alibaba.github.io/sec-code-bench</a></span></p></div><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485692">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=8935c53f&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485692%26idx%3D1%26sn%3De3f3f00e70bb590cfbce5712ce42105c">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 24 Sep 2025 09:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术报告】LLM Security and Safety: Taxonomy, Current, and Future</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485658&amp;idx=1&amp;sn=cf9ec9233f28b113d8ee5ea65135fe49</link>
      <description>【学术报告】LLM Security and Safety: Taxonomy, Current, and Future</description>
      <content:encoded><![CDATA[<p>
<span></span> <span>2024-09-02 19:18</span> <span style="display: inline-block;">北京</span>
</p>

<p>【学术报告】LLM Security and Safety: Taxonomy, Current, and Future</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=ae819c70&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychicfqNlWwGTsLw5g7mI1WkZgUdjJFMXkMyE7GrHTnqS9kRoKWpwlQibJQH1XxLGqLkhpCOgLGmlNTWw%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><br/></section></section></section></section><section style="margin: 10px 0% 20px;text-align: left;justify-content: flex-start;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin-bottom: 0px;padding-right: 15px;padding-left: 15px;text-align: left;text-wrap: wrap;color: rgb(135, 143, 155);letter-spacing: 1px;line-height: 1.8;"><p><br/></p></section><section style="color: rgb(135, 143, 155);padding: 0px 15px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 12pt;letter-spacing: normal;text-indent: 0em;"><span style="letter-spacing: 1px;">报告题目<span style="font-family:Aptos, sans-serif;">：</span></span></strong></span><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">LLM Security and Safety: Taxonomy, Current, and Future</strong></span><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 12pt;letter-spacing: normal;text-indent: 0em;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="letter-spacing: 1px;"><span style="font-family: Aptos, sans-serif;"> </span></span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">报告人：郭文博，</strong></span><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">美国加州大学教授</strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">会议时间： 2024年9月4日（周三）15:00-17:00</strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">会议地点：清华大学 <span lang="EN-GB" style="font-family: Times;">FIT 3-230</span></strong></span></p></section></section><section style="transform: perspective(0px);transform-style: flat;box-sizing: border-box;" powered-by="xiumi.us"><section style="transform: translate3d(18px, 0px, 0px) rotateX(180deg);display: flex;flex-flow: row nowrap;text-align: left;justify-content: flex-start;margin: 10px 0% -11px;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;line-height: 1.8;box-sizing: border-box;"><p style="color: rgb(81, 91, 105);letter-spacing: 1px;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">Abstract：</strong></span></p><p style="color: rgb(81, 91, 105);letter-spacing: 1px;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="caret-color: rgb(0, 0, 0);color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-align: start;text-indent: 0em;text-wrap-mode: wrap;">In this talk, I will introduce my understanding of the taxonomy of LLM security and safety and its status. I will zoom in and discuss our recent work in using reinforcement learning for large language model jailbreaking. Finally, I will zoom out again to discuss potential future endeavors for making LLMs more secure and safe. </span></p><section style="text-align: justify;margin-bottom: 0px;text-indent: 0em;text-wrap: wrap;background-color: rgb(234, 238, 244);line-height: 1.8em;"><span style="color: rgb(81, 91, 105);letter-spacing: 1px;font-size: 16px;"></span></section><p style="color: rgb(81, 91, 105);letter-spacing: 1px;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-shadow: rgb(0, 0, 0) 0px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">Bio：</strong></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="caret-color: rgb(0, 0, 0);color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;font-family: 宋体;font-size: 16px;">Wenbo Guo is an assistant professor and Zhu chair at the UCSB CS department. His research lies in the intersection of trustworthy machine learning and ML for computer security. His recent research includes designing generative models, foundation models, and DRL agents for vulnerability analysis and mitigation, as well as improving the explainability and robustness of code generative models, LLMs, and DRL. He is a recipient of the IBM Ph.D. Fellowship (2020-2022), Facebook/Baidu Ph.D. Fellowship Finalist (2020), and ACM CCS Outstanding Paper Award (2018). His research has been featured by multiple mainstream media and has appeared in a diverse set of top-tier venues in security and machine learning. Going beyond academic research, he also actively participates in many world-class cybersecurity competitions, including the AIxCC competition as part of the Shellphish team.</span></p></section></section></section></section></section></section><section style="text-align: center;margin: 10px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 40px;height: 20px;vertical-align: top;overflow: hidden;box-sizing: border-box;"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img class="rich_pages wxw-img" data-ratio="0.390625" style="vertical-align: middle;max-width: 100%;box-sizing: border-box;" data-type="gif" data-w="256" src="https://wechat2rss.xlab.app/img-proxy/?k=734eb220&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_gif%2FBP4XT8gdFzTYVicTfecU2u3S07zjrfA4aib6ibubByTfZhUO3nEHeiajO8U6FFn6t9doI48odqaZtPTy7TXEibAAntQ%2F640%3Fwx_fmt%3Dgif"/></section></section><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="MzUxMTEwOTA3OA==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/Y5zLsVDychicnjsOmb4zS0VAMiaySibTJfuphCbswGUOqGnMKPaBSXNvYmEfvllcEiaNMH5GSmz0v0LicdGAsI4Fib1g/0?wx_fmt=png" data-nickname="NISL实验室" data-alias="NISL_THU2020" data-signature="网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。" data-from="2" data-is_biz_ban="0"></mp-common-profile></section></section></section><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="MzUxMTEwOTA3OA==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/Y5zLsVDychicnjsOmb4zS0VAMiaySibTJfuphCbswGUOqGnMKPaBSXNvYmEfvllcEiaNMH5GSmz0v0LicdGAsI4Fib1g/0?wx_fmt=png" data-nickname="NISL实验室" data-alias="NISL_THU2020" data-signature="网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。" data-from="2" data-is_biz_ban="0"></mp-common-profile></section></section><section><br/></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485658">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=19f1087c&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485658%26idx%3D1%26sn%3Dcf9ec9233f28b113d8ee5ea65135fe49%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 02 Sep 2024 19:18:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术报告】无意的“劫持”：安卓应用中TLS证书验证问题的细粒度归因分析</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485653&amp;idx=1&amp;sn=ae4ad46e5674f1cdbfd3c26d18cd58e8</link>
      <description>【学术报告】无意的“劫持”：安卓应用中TLS证书验证问题的细粒度归因分析</description>
      <content:encoded><![CDATA[<p>
<span></span> <span>2024-06-17 21:20</span> <span style="display: inline-block;">北京</span>
</p>

<p>【学术报告】无意的“劫持”：安卓应用中TLS证书验证问题的细粒度归因分析</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=d5944129&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9PXlHBjsLg9JOlzbogNzlZtFuXNXDlHtRnlczObtYOtEvqs73Aq3jkiadibsL0GcjXts9BtDLH8eTg%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><br/></section></section></section></section><section style="margin: 10px 0% 20px;text-align: left;justify-content: flex-start;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin-bottom: 0px;padding-right: 15px;padding-left: 15px;text-align: left;text-wrap: wrap;color: rgb(135, 143, 155);letter-spacing: 1px;line-height: 1.8;"><p><br/></p></section><section style="color: rgb(135, 143, 155);padding: 0px 15px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 12pt;letter-spacing: normal;text-indent: 0em;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="letter-spacing: 1px;">报告题目<span style="font-family: Aptos, sans-serif;">: Racing for TLS Certificate Validation: A Hijacker&#39;s Guide to the Android TLS Galaxy </span></span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">分享嘉宾: <span lang="EN-GB" style="font-family: Times;"><strong><span style="text-decoration-style: solid;text-decoration-color: rgb(0, 0, 0);">赵连莹，加拿大卡尔顿大学计算机科学系副教授</span></strong></span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">会议时间: 2024年6月20日（周四）10:00-11:30</strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="color: rgb(136, 136, 136);font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;">会议地点：清华大学<span lang="EN-GB" style="font-family: Times;">FIT 3-225</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 16px;"><strong style="font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;text-indent: 0em;color: rgba(0, 0, 0, 0.9);letter-spacing: 0.034em;"><span style="font-size: 16px;color: rgb(136, 136, 136);letter-spacing: 1px;text-decoration-style: solid;text-decoration-color: rgb(136, 136, 136);">线上会议：#腾讯会议：113-904-886 </span></strong><strong style="font-size: 16px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;text-indent: 0em;color: rgba(0, 0, 0, 0.9);letter-spacing: 0.034em;"><span style="font-size: 16px;color: rgb(136, 136, 136);letter-spacing: 1px;text-decoration-style: solid;text-decoration-color: rgb(136, 136, 136);">会议密码：0620</span></strong></span></p></section></section><section style="transform: perspective(0px);transform-style: flat;box-sizing: border-box;" powered-by="xiumi.us"><section style="transform: translate3d(18px, 0px, 0px) rotateX(180deg);display: flex;flex-flow: row nowrap;text-align: left;justify-content: flex-start;margin: 10px 0% -11px;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">报告简介：</strong></span><span style="font-family: 宋体;color: rgb(81, 91, 105);font-size: 17px;letter-spacing: 1px;text-decoration: none;"><br/></span></p><section style="margin-bottom: 0px;font-size: 16px;letter-spacing: 0.578px;text-indent: 0em;text-wrap: wrap;background-color: rgb(234, 238, 244);line-height: 1.8em;"><span style="color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;">     </span><span style="color: rgb(81, 91, 105);letter-spacing: 1px;font-size: 16px;">  尽管对于安卓系统TLS的证书验证问题已经有大量研究和著作，现有工作主要基于标记整个app是否有验证问题或错误。而事实上，现今的安卓apps多集中使用多个第三方代码库来降低技术成本和缩短开发周期（如腾讯的Bugly）。我们提出细粒度的区分一个app的哪一部分导致TLS证书验证问题进而能够更好地指出哪一方应该改进（比如app开发者或者第三方库）。这对于整个社区甚至业界尤为重要。一个值得关注的重要发现是，有相当比例的apps的TLS证书验证被Java的一种全局重载机制所影响，导致在代码作者不知情的情况下实际的验证被其它代码不安全地执行，甚至跳过，我们称之为” 证书验证劫持“。</span></section><section style="margin-bottom: 0px;font-size: 16px;letter-spacing: 0.578px;text-indent: 0em;text-wrap: wrap;background-color: rgb(234, 238, 244);line-height: 1.8em;"><span style="color: rgb(81, 91, 105);letter-spacing: 1px;font-size: 16px;">    我们设计并实现了一个自动细粒度的安卓TLS证书验证检测工具Marvin。它可以具体定位到哪一方导致了证书验证问题，包括发现证书验证劫持。在使用Marvin有效分析了7826个apps之后我们发现在中国市场apps和Google Play apps之间存在很大差别：中国市场apps有55.3%被发现有证书验证问题，而Google Play apps只有6.4%。同时，证书验证劫持在有验证问题的中国市场apps中发现了34.3%，而对于Google Play apps这个比例是21.1%。更为有趣的是，验证劫持者在中国市场apps中多为第三方，而在Google Play apps中多为app开发者。我们通过模拟攻击确认这类TLS证书验证/劫持问题可以导致多种安全隐患，包括但不仅限于窃取敏感信息，伪造交易，身份伪装以及钓鱼攻击等。</span></section><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-shadow: rgb(0, 0, 0) 0px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">报告人介绍：</strong></span><span style="color: rgb(81, 91, 105);font-family: 宋体;font-size: 17px;letter-spacing: 1px;text-decoration: none;"><br/></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="text-wrap: wrap;background-color: rgb(234, 238, 244);color: rgb(81, 91, 105);font-family: 宋体;letter-spacing: 1px;text-decoration: none;font-size: 16px;">赵连莹，加拿大卡尔顿大学计算机科学系副教授。主要研究方向为硬件及系统安全（固件，操作系统，以及处理器体系结构的安全支持），可信计算，鉴权，隐私以及数据保护等等。在国际知名计算机安全会议（ACM CCS，NDSS，USENIX Security，RAID，NSPW，FC等等）及期刊（TIFS，ACM CSUR等）发表多篇论文。并多次担任IEEE S&amp;P (Oakland)，ACM CCS，USENIX CSET等多个计算机安全会议程序委员会委员并审稿，担任CSUR，TIFS等主要计算机安全期刊审稿人。早年从事大型主机（供职于IBM）及嵌入式系统方面相关工作。</span></p></section></section></section></section></section></section><section style="text-align: center;margin: 10px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 40px;height: 20px;vertical-align: top;overflow: hidden;box-sizing: border-box;"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img class="rich_pages wxw-img" data-ratio="0.390625" style="vertical-align: middle;max-width: 100%;box-sizing: border-box;" data-type="gif" data-w="256" src="https://wechat2rss.xlab.app/img-proxy/?k=734eb220&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_gif%2FBP4XT8gdFzTYVicTfecU2u3S07zjrfA4aib6ibubByTfZhUO3nEHeiajO8U6FFn6t9doI48odqaZtPTy7TXEibAAntQ%2F640%3Fwx_fmt%3Dgif"/></section></section><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="MzUxMTEwOTA3OA==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/Y5zLsVDychicnjsOmb4zS0VAMiaySibTJfuphCbswGUOqGnMKPaBSXNvYmEfvllcEiaNMH5GSmz0v0LicdGAsI4Fib1g/0?wx_fmt=png" data-nickname="NISL实验室" data-alias="NISL_THU2020" data-signature="网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。" data-from="2" data-is_biz_ban="0"></mp-common-profile></section></section></section><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="MzUxMTEwOTA3OA==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/Y5zLsVDychicnjsOmb4zS0VAMiaySibTJfuphCbswGUOqGnMKPaBSXNvYmEfvllcEiaNMH5GSmz0v0LicdGAsI4Fib1g/0?wx_fmt=png" data-nickname="NISL实验室" data-alias="NISL_THU2020" data-signature="网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。" data-from="2" data-is_biz_ban="0"></mp-common-profile></section></section><section><br/></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485653">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=e23ce12a&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485653%26idx%3D1%26sn%3Dae4ad46e5674f1cdbfd3c26d18cd58e8%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 17 Jun 2024 21:20:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术讲座】重构变色龙哈希函数：完全安全和多方设置</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485646&amp;idx=1&amp;sn=9d9540d4a86b8db3c063d2cc4970e69c</link>
      <description>【学术讲座】重构变色龙哈希函数：完全安全和多方设置</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2024-05-06 13:48</span> <span style="display: inline-block;">北京</span>
</p>

<p>【学术讲座】重构变色龙哈希函数：完全安全和多方设置</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=09190947&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9AtxNicpkAgbPb2cbTYib26udZnebRUx4SnKrn7BP3kK77owbjIGqiaCPFLW5TziaIW3Ax0WqKlkUgJA%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;margin-bottom: 0px;"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001993" data-ratio="1.4966887417218544" data-s="300,640" style="" data-type="png" data-w="302" src="https://wechat2rss.xlab.app/img-proxy/?k=0be254cd&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9AtxNicpkAgbPb2cbTYib26uJKIicwGLYugRI1VA0nEts1k7xp5rpibouVQknopyONR859qSqib8D6AvA%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p></section></section></section><section style="margin: 10px 0% 20px;text-align: left;justify-content: flex-start;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(135, 143, 155);padding: 0px 15px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;">Title：<span style="letter-spacing: 1px;color: rgb(0, 0, 0);font-family: Times;">Reconstructing Chameleon Hash: Full Security and the Multi-Party Setting（</span><span style="letter-spacing: 1px;color: rgb(0, 0, 0);font-family: Times;"></span><span style="letter-spacing: 1px;color: rgb(0, 0, 0);font-family: DengXian;">重构变色龙哈希函数：完全安全和多方设置</span>）</span></strong></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;">Speaker：<span lang="EN-GB" style="color: rgb(0, 0, 0);font-family: Times;"> Dr. Yangguang Tian<span style="color: rgb(0, 0, 0);font-family: 宋体;">（田阳光）</span><span style="color: rgb(0, 0, 0);font-family: 宋体;">-- 英国萨里大学</span><span style="color: rgb(0, 0, 0);font-family: 宋体;"></span></span></span></strong></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;">Time：2024年5月9日（周四）14:00-15:00</span></strong></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;">Venue：<span lang="EN-GB" style="color: rgb(0, 0, 0);font-size: 16px;font-family: Times;">FIT 3-230</span></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;"><strong><span lang="EN-GB" style="color: rgb(0, 0, 0);font-size: 16px;font-family: Times;"></span></strong></span></p></section></section><section style="transform: perspective(0px);-webkit-transform: perspective(0px);-moz-transform: perspective(0px);-o-transform: perspective(0px);transform-style: flat;box-sizing: border-box;" powered-by="xiumi.us"><section style="transform: translate3d(18px, 0px, 0px) rotateX(180deg);-webkit-transform: translate3d(18px, 0px, 0px) rotateX(180deg);-moz-transform: translate3d(18px, 0px, 0px) rotateX(180deg);-o-transform: translate3d(18px, 0px, 0px) rotateX(180deg);display: flex;flex-flow: row nowrap;text-align: left;justify-content: flex-start;margin: 10px 0% -11px;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);-webkit-transform: translate3d(-1px, 0px, 0px);-moz-transform: translate3d(-1px, 0px, 0px);-o-transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);-webkit-transform: translate3d(-1px, 0px, 0px);-moz-transform: translate3d(-1px, 0px, 0px);-o-transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 14px;color: rgb(81, 91, 105);text-align: justify;font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">Abstract:</strong></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="text-align: start;text-wrap: wrap;font-family: Times;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none;">Chameleon hash function differs from a classical hash function in a way that a collision can be found with the knowledge of a trapdoor secret key. CH schemes have been used in various cryptographic applications such as sanitizable signatures and redactable blockchains. In this work, we reconstruct CH to ensure advanced security and usability. We propose the first CH scheme, which supports full security, meaning the inclusion of both full indistinguishability and full collision-resistance. These two properties are required in the strongest CH security model in the literature. We also investigate the security of CH in the multi-party setting and introduce the new properties of claimability and deniability under this setting. In this talk, I will introduce our new proposed CH scheme, which will be presented at AsiaCCS’24.</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="text-align: start;text-wrap: wrap;font-family: Times;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none;"><br/></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="text-align: start;text-wrap: wrap;font-family: Times;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none;"><span style="text-align: start;text-wrap: wrap;font-family: DengXian;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none;">变色龙哈希函数与经典哈希函数的不同之处在于，只要知道陷门秘钥，就能发现碰撞。CH方案已被用于各种加密应用中，例如可消毒签名和可编辑区块链。在这项研究中，我们重构了CH，确保其高级的安全性和可用性。我们提出了第一个支持完全安全性的CH方案，即包含完全不可区分性和完全抗碰撞性。这两个特性是文献中最强的CH 安全模型所要求的。我们还研究了多方环境下 CH 的安全性，并介绍了在此环境下可声称性和可否认性的新特性。本报告将介绍我们发表在AsiaCCS&#39;24 上发表的新的CH方案。</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-shadow: rgb(0, 0, 0) 0px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 14px;color: rgb(81, 91, 105);text-align: justify;font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">Bio:</strong></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="text-align: start;text-wrap: wrap;font-family: Times;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none solid rgb(81, 91, 105);">Dr. Yangguang Tian received his PhD degree in Applied Cryptography from the University of Wollongong, Australia. After PhD, he did post-docs at School of Information System, Singapore Management University, and iTrust, Singapore University of Technology and Design. Before Surrey, he was a research-based assistant professor at Osaka University, Japan. He is currently a lecturer at the University of Surrey, UK. His research interests include applied cryptography, network security, blockchain technologies and privacy-preserving technologies. Dr. Tian’s recent research works have been published in the cybersecurity-related international conferences and journals, such as USENIX’24, AsiaCCS’24, IEEE TIFS’23, IEEE TDSC’24, etc.</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="text-align: start;text-wrap: wrap;font-family: Times;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none solid rgb(81, 91, 105);"><span style="text-align: start;text-wrap: wrap;font-family: DengXian;color: rgb(81, 91, 105);font-size: 14px;letter-spacing: 1px;text-decoration: none solid rgb(81, 91, 105);">田阳光博士在澳大利亚卧龙岗大学获得应用密码学博士学位。博士毕业后，他在新加坡管理大学信息系统学院和新加坡科技设计大学 iTrust 做博士后研究。在萨里大学之前，他是日本大阪大学的助理教授。目前他是英国萨里大学的讲师（lecture）。他的研究兴趣包括应用密码学、网络安全、区块链技术和隐私保护技术。田博士近期的研究成果发表在网络安全相关的国际会议和期刊上，如 USENIX&#39;24、 AsiaCCS&#39;24、 IEEE TIFS&#39;23和 IEEE TDSC&#39;24 等。</span></span></p></section></section></section></section></section></section><section style="text-align: center;margin: 10px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 40px;height: 20px;vertical-align: top;overflow: hidden;box-sizing: border-box;"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img data-ratio="0.390625" data-w="256" style="vertical-align: middle;max-width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=734eb220&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_gif%2FBP4XT8gdFzTYVicTfecU2u3S07zjrfA4aib6ibubByTfZhUO3nEHeiajO8U6FFn6t9doI48odqaZtPTy7TXEibAAntQ%2F640%3Fwx_fmt%3Dgif"/></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-shadow: rgb(0, 0, 0) 0px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: 10px 0% 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-shadow: rgba(163, 177, 198, 0.5) 10px 10px 20px;width: 30%;height: auto;box-sizing: border-box;"><img class="rich_pages wxw-img" data-ratio="1" width="100%" data-w="860" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" src="https://wechat2rss.xlab.app/img-proxy/?k=28554ec4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9KJqq4ljxicpibSzUxooCN3nPwn1ooXcdqOxYtpMXQ9dV1po1O9CU8TedPDD9Et9v1ym7MmuPAEUEw%2F640%3Fwx_fmt%3Djpeg"/></section></section><section style="margin: 15px 0% 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;font-family: Optima-Regular, PingFangTC-light;color: rgb(81, 91, 105);font-size: 23px;line-height: 1;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">NISL实验室</strong></p></section></section><section style="margin: 20px 0% 0px;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 60%;vertical-align: top;box-shadow: rgb(255, 255, 255) -5px -5px 16px;height: auto;border-width: 0px;border-radius: 40px 40px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 40px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;padding: 6px;box-sizing: border-box;" powered-by="xiumi.us"><section style="box-sizing: border-box;" powered-by="xiumi.us"><section style="display: flex;flex-flow: row nowrap;box-sizing: border-box;"><section style="display: inline-block;vertical-align: middle;width: 44%;box-shadow: rgb(0, 0, 0) 0px 0px 0px;align-self: center;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="font-family: Optima-Regular, PingFangTC-light;color: rgb(135, 143, 155);letter-spacing: 2px;font-size: 15px;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;">公众号</p></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;box-shadow: rgb(0, 0, 0) 0px 0px 0px;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 0px 0%;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;"><section style="display: inline-block;width: auto;vertical-align: top;box-shadow: rgb(255, 255, 255) -4px -4px 8px inset;flex: 100 100 0%;height: auto;border-width: 0px;border-radius: 40px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;align-self: flex-start;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 4px 4px 8px inset;border-width: 0px;border-radius: 40px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 15px;color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;line-height: 2;letter-spacing: 0px;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">NISL_THU2020</strong></p></section></section></section></section></section></section></section></section></section></section></section><section style="margin: 20px 0% 10px;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 60%;vertical-align: top;box-shadow: rgb(255, 255, 255) -5px -5px 16px;height: auto;border-width: 0px;border-radius: 40px 40px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 40px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;padding: 6px;box-sizing: border-box;" powered-by="xiumi.us"><section style="box-sizing: border-box;" powered-by="xiumi.us"><section style="display: flex;flex-flow: row nowrap;box-sizing: border-box;"><section style="display: inline-block;vertical-align: middle;width: 44%;box-shadow: rgb(0, 0, 0) 0px 0px 0px;align-self: center;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="font-family: Optima-Regular, PingFangTC-light;color: rgb(135, 143, 155);letter-spacing: 0px;font-size: 15px;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"> 实验室主页</p></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;box-shadow: rgb(0, 0, 0) 0px 0px 0px;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 0px 0%;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;"><section style="display: inline-block;width: auto;vertical-align: top;box-shadow: rgb(255, 255, 255) -4px -4px 8px inset;flex: 100 100 0%;height: auto;border-width: 0px;border-radius: 40px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;align-self: flex-start;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 4px 4px 8px inset;border-width: 0px;border-radius: 40px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;line-height: 2;letter-spacing: 0px;font-size: 12px;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">netsec.ccert.edu.cn</strong></p></section></section></section></section></section></section></section></section></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485646">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=7212bd92&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485646%26idx%3D1%26sn%3D9d9540d4a86b8db3c063d2cc4970e69c%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 06 May 2024 13:48:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 1月11日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485636&amp;idx=1&amp;sn=813a0447153173a511540f577c5c02e3</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2024-01-10 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2024年1月11日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">240111</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);letter-spacing: normal;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);">DOITRUST: Dissecting On-chain Compromised Internet Domains via Graph Learning</span></strong></span></strong></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:<span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"> 郎峙煜</span><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></strong><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong>NDSS &#39;23<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><br/></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Wang S, Almashor M, Abuadbba A, et al.</span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">this paper introduces DOITRUST, a semi-supervised machine learning scheme that predicts and prunes compromised internet domains from allow-lists.</span></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.ndss-symposium.org/wp-content/uploads/2023/02/ndss2023_f322_paper.pdf" target="_blank">https://www.ndss-symposium.org/wp-content/uploads/2023/02/ndss2023_f322_paper.pdf</a></span></span><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">“Len or index or count, anything but v1”: Predicting Variable Names in Decompilation Output with Transfer Learning</span></strong></span></strong><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">朱文宇</span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="background-color: rgba(1, 0, 0, 0);">S&amp;P &#39;24</span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);">Pal K K, Bajaj A P, Banerjee P, et al</span></span></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper utilizes a BERT model to predict meaningful variable names in decompilation output.</span></span></span><span style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-family: Arial;background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.atipriya.com/files/papers/varbert_oakland24.pdf" target="_blank">https://www.atipriya.com/files/papers/varbert_oakland24.pdf</a></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001987" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=6a95dd5a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9DHzTbMqTaCw0kCXpv8ukicRsDvD60oHqvuVJs7vLw1uNbVYUxSOo8HCib4sKVWGQ9CRytFAbHNOdw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485636">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=9f647ec3&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485636%26idx%3D1%26sn%3D813a0447153173a511540f577c5c02e3%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 10 Jan 2024 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 1月4日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485633&amp;idx=1&amp;sn=3d2720c76ad480e9a95fd203169e237c</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2024-01-03 20:02</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2024年1月4日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">240104</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);letter-spacing: normal;text-decoration: rgb(0, 0, 0);">Who’s Got Your Mail? Characterizing Mail Service Provider Usage</span></strong></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: <strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">仓永康弘</span></strong></strong><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong>IMC &#39;21<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><br/></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Liu, Enze and Akiwate, Gautam and Jonker, Mattijs and Mirian, Ariana and Savage, Stefan and Voelker, Geoffrey M.</span></span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><br/></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">The study conducted extensive measurements on email service providers. A project was developed to map domain names to email service providers. This method was employed to document the prominent and growing roles played by a few email service providers and hosting companies over the past four years. It also explored the extent to which nationality (and related legal jurisdiction) influences decision-making in such email service provider choices.</span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.sysnet.ucsd.edu/~voelker/pubs/mx-imc21.pdf" target="_blank">https://www.sysnet.ucsd.edu/~voelker/pubs/mx-imc21.pdf</a></span></span><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">The Blockchain Imitation Game</span></strong><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;float: none;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none;font-size: 16px;display: inline !important;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">陈龙飞</span></span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="background-color: rgba(1, 0, 0, 0);">USENIX Security &#39;22</span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);">Qin, Kaihua and Chaliasos, Stefanos and Zhou, Liyi and Livshits, Benjamin and Song, Dawn and Gervais, Arthur</span></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">This paper introduces the Blockchain Imitation Game and proposes a generalized imitation attack methodology called APE.</span></span><span style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-family: Arial;background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.usenix.org/system/files/sec23fall-prepub-331-qin.pdf" target="_blank">https://www.usenix.org/system/files/sec23fall-prepub-331-qin.pdf</a></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001984" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=f85ed822&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9K0kW4ib4Dib5uu4zibWcNrKpvgazyFsqibjyn5DwheP33Jbe65qibAzLXfHmyUib4XkPuwNgpKj3soZpg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span><span style="box-sizing: border-box;">刘一静</span></strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485633">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=8dc8a9be&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485633%26idx%3D1%26sn%3D3d2720c76ad480e9a95fd203169e237c%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 03 Jan 2024 20:02:00 +0800</pubDate>
    </item>
    <item>
      <title>机器语言大模型MLM开启邀测</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485626&amp;idx=1&amp;sn=3405053d1b4da310afb64c4866ae3074</link>
      <description>MLM是清华大学网络研究院VUL337团队联合零一万物、华清未央开发的机器语言大模型，首次全面支持可执行程序/二进制程序/闭源软件结构分析，不依赖源代码或调试信息，为漏洞、恶意代码、供应链、版权保护等软件安全问题提供高效智能化解决方案。</description>
      <content:encoded><![CDATA[<p>
<span>作者：VUL337</span> <span>2023-12-28 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>MLM是清华大学网络研究院VUL337团队联合零一万物、华清未央开发的机器语言大模型，首次全面支持可执行程序/二进制程序/闭源软件结构分析，不依赖源代码或调试信息，为漏洞、恶意代码、供应链、版权保护等软件安全问题提供高效智能化解决方案。</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=edad5120&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U2SK19ickREogBEHJ07PJ03bbwHNVrI5T6wyECdqQByp3gNoSJxZIs4UQ%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="background-color: rgb(235, 235, 235);box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p><section style="margin: 0px 0px -1px;box-sizing: border-box;"><section style="display: flex;width: 100%;flex-flow: column;box-sizing: border-box;"><section style="transform: rotateZ(16deg);-webkit-transform: rotateZ(16deg);-moz-transform: rotateZ(16deg);-o-transform: rotateZ(16deg);z-index: 1;box-sizing: border-box;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px -33px;transform: translate3d(15px, 0px, 0px);-webkit-transform: translate3d(15px, 0px, 0px);-moz-transform: translate3d(15px, 0px, 0px);-o-transform: translate3d(15px, 0px, 0px);box-sizing: border-box;"><section style="display: inline-block;width: 38px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(255, 255, 255);border-style: solid;border-width: 2px;border-color: rgb(40, 85, 140);box-sizing: border-box;"><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px;box-sizing: border-box;"><section style="display: inline-block;width: 85%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(255, 255, 255);border-style: solid;border-width: 3px;border-color: rgb(40, 85, 140);border-radius: 16px;overflow: hidden;padding: 8px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row;margin: 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: dashed;border-width: 2px;border-color: rgb(40, 85, 140);border-radius: 16px;overflow: hidden;height: auto;box-sizing: border-box;"><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section><section style="transform: scale(0.5);-webkit-transform: scale(0.5);-moz-transform: scale(0.5);-o-transform: scale(0.5);transform-origin: center center 0px;-webkit-transform-origin: center center 0px;-moz-transform-origin: center center 0px;-o-transform-origin: center center 0px;margin-top: -16px;margin-bottom: -16px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row;box-sizing: border-box;"><section style="display: inline-block;width: 148.719px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;border-radius: 16px;overflow: hidden;background-color: rgb(40, 85, 140);box-sizing: border-box;"><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section><section style="font-size: 35px;color: rgb(40, 85, 140);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">全球首家！机器语言大模型MLM开启邀测<br style="box-sizing: border-box;"/></strong></p></section><section style="color: rgb(40, 85, 140);font-size: 12px;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;">WELCOME TO TEST<br style="box-sizing: border-box;"/></p></section><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="text-align: right;margin: -90px 0px 0px;line-height: 0;transform: translate3d(-30px, 0px, 0px);-webkit-transform: translate3d(-30px, 0px, 0px);-moz-transform: translate3d(-30px, 0px, 0px);-o-transform: translate3d(-30px, 0px, 0px);box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 125px;height: auto;box-sizing: border-box;"><img class="rich_pages wxw-img" data-imgfileid="100001916" data-ratio="1" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="gif" data-w="302" src="https://wechat2rss.xlab.app/img-proxy/?k=c09637ae&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_gif%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U2njPicS82SMExgTxQJuI0SBIBIQz6cd7EYzTrckjSAhJTp0ejmp6cwRQ%2F640%3Fwx_fmt%3Dgif%26from%3Dappmsg"/></section></section><section style="display: flex;width: 100%;flex-flow: column;box-sizing: border-box;"><section style="z-index: 1;box-sizing: border-box;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: -23px 0px -16px;box-sizing: border-box;"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 45.4844px;height: auto;box-sizing: border-box;"><br/></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 45.4844px;height: auto;box-sizing: border-box;"><br/></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 45.4844px;height: auto;box-sizing: border-box;"><br/></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 45.4844px;height: auto;box-sizing: border-box;"><br/></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 45.4844px;height: auto;box-sizing: border-box;"><p style="text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section></section></section></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px 20px;box-sizing: border-box;"><section style="display: inline-block;width: 90%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 1px;border-color: rgb(36, 81, 135);height: auto;box-shadow: rgb(90, 98, 173) 6px 6px 0px 0px;padding: 23px;background-color: rgb(255, 255, 255);box-sizing: border-box;"><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">在人工智能技术的浪潮中，大模型的革命性突破正不断重塑我们对自然语言的理解和处理能力。然而，作为万物智能互联时代机器运行的底层语言，机器语言一直是我们人类认知的盲区。现在，这一领域迎来了新的曙光。</span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">12月28日，NISL实验室VUL337团队联合零一万物、华清未央共同研发的“Machine Language Model”（MLM）作为</span><span style="letter-spacing: 0.578px;text-decoration: none;color: rgb(0, 0, 0);font-size: 17px;"><strong>全球首家推出的机器语言大模型</strong></span><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">正式开启邀测，邀请业内专家进行测试。继12月1日MLM首次在业界亮相后，这是我们首次向广大用户开放试用的机会。欢迎大家踊跃参与，共同见证和探索MLM的潜力与未来。</span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">七年磨一剑，团队内部迭代了多个智能模型，此刻推出的MLM模型“以魔法打败魔法”，通过机器语言大模型帮助我们理解网络空间的底层运行逻辑。</span></section></section></section><section style="background-color: rgb(235, 235, 235);box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="transform: rotateZ(325deg);-webkit-transform: rotateZ(325deg);-moz-transform: rotateZ(325deg);-o-transform: rotateZ(325deg);will-change: transform;box-sizing: border-box;"><section style="text-align: center;margin: 0px;line-height: 0;will-change: transform;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 118.677px;height: auto;box-sizing: border-box;"><img class="rich_pages wxw-img" data-imgfileid="100001935" data-ratio="1.0991658943466172" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="gif" data-w="1079" src="https://wechat2rss.xlab.app/img-proxy/?k=d421905b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_gif%2FY5zLsVDych98LOjQYyFmZ8SWt5NibwZGkNuI16AmHhLbrgjBIMibXaU0uVPDNPXNZa5IuRl6xKSL5VgPvPCSzZKA%2F640%3Fwx_fmt%3Dgif%26from%3Dappmsg"/><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section></section></section><section style="background-color: rgb(235, 235, 235);box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="background-color: rgb(235, 235, 235);box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: -30px 0px -1px;box-sizing: border-box;"><section style="display: inline-block;width: 90%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;border-radius: 18px;background-color: rgb(90, 98, 173);overflow: hidden;padding: 0px;margin: 0px;box-sizing: border-box;"><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section><section style="text-align: justify;font-size: 14px;color: rgb(255, 255, 255);line-height: 1.7;padding: 0px 10px;box-sizing: border-box;"><p style="text-indent: 0em;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 17px;box-sizing: border-box;">【点击阅读原文，立即体验机器语言大模型“MLM”】</span></p><p style="text-indent: 0em;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 17px;box-sizing: border-box;">长按识别或扫描二维码进入官方网站</span></p></section><section style="margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 50%;height: auto;box-sizing: border-box;"><img class="rich_pages wxw-img" data-imgfileid="100001967" data-ratio="1" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="547" src="https://wechat2rss.xlab.app/img-proxy/?k=ba46e331&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych98LOjQYyFmZ8SWt5NibwZGkV4QOj3vu6wyibWe210akECG1Ob3PwrutDxD32UMgslHuOHEqicayvaZA%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section><section style="text-align: justify;font-size: 14px;color: rgb(255, 255, 255);line-height: 1.7;padding: 0px 10px;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-indent: 0em;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 17px;box-sizing: border-box;">*建议使用PC或Mac以获得最佳体验效果。</span></p></section><section style="text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><section style="display: flex;width: 100%;flex-flow: column;box-sizing: border-box;"><section style="z-index: 1;box-sizing: border-box;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 54.4688px;height: auto;box-sizing: border-box;"><img data-imgfileid="100001965" data-ratio="1.1177777777777778" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="450" src="https://wechat2rss.xlab.app/img-proxy/?k=7591dc44&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych98LOjQYyFmZ8SWt5NibwZGkTWWrsTJ1zMoYE72A7XD81nib54Hf0GTbjnaTYygUzvSQ1DHiaNbibg5vg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px -62px;z-index: 1;padding: 0px;border-bottom: 2px solid rgb(255, 255, 255);box-sizing: border-box;"><section style="display: flex;width: 100%;flex-flow: column;box-sizing: border-box;"><section style="z-index: 1;box-sizing: border-box;"><section style="text-align: right;margin: 0px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 91px;height: auto;box-sizing: border-box;"><img class="rich_pages wxw-img" data-imgfileid="100001966" data-ratio="0.8511111111111112" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="450" src="https://wechat2rss.xlab.app/img-proxy/?k=46db7933&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych98LOjQYyFmZ8SWt5NibwZGkHTr5ibAvbN4r9Zxx3eArlj6atDicMbsiblK91ZPEDKz7N0LWWOSzKibAIg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;margin: 0px 0px 0px -37px;min-width: 5%;max-width: 100%;height: auto;z-index: 0;background-color: rgb(118, 127, 207);border-bottom: 2px solid rgb(255, 255, 255);border-top-right-radius: 100px;border-bottom-right-radius: 100px;overflow: hidden;padding: 5px 45px;box-sizing: border-box;"><section style="margin: 5px 0px;box-sizing: border-box;"><section style="font-size: 18px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">关于我们</strong></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 12px;box-sizing: border-box;">ABOUT MLM<br style="box-sizing: border-box;"/></span></p></section></section></section></section></section></section></section></section><section style="display: flex;width: 100%;flex-flow: column;box-sizing: border-box;"><section style="z-index: 1;box-sizing: border-box;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;line-height: 0;box-sizing: border-box;"><br/></section></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px 20px;box-sizing: border-box;"><section style="display: inline-block;width: 90%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 1px;border-color: rgb(36, 81, 135);height: auto;box-shadow: rgb(90, 98, 173) 6px 6px 0px 0px;padding: 23px;background-color: rgb(255, 255, 255);box-sizing: border-box;"><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: rgb(36, 81, 135);">“MLM”是面向机器语言领域的专用大模型，基于创新的模型架构和采集的大数据自主预训练得到，初步提供了全面的智能化软件逆向分析能力。机器语言构成了网络空间机器执行的各类软件，包括可执行程序、二进制文件和闭源软件等，是信息时代的基石。MLM模型能深入剖析这些软件，实现从结构到语义层面的全面解读，推动软件安全分析、性能优化、功能拓展等技术的发展。</span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: rgb(36, 81, 135);">在操作层面，目前公开邀请测试的MLM模型提供了部分关键功能，支持“在线体验”和“IDA插件”两种使用模式。用户可以通过web界面或者插件上传待分析可执行程序，然后获得模型生成的软件函数列表、函数反汇编片段和易于理解的类C语言函数。此外，邀测的MLM模型还支持基于自然语言的语义解释和代码搜索，并可以基于语义对软件中无符号的函数进行智能重命名。</span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: rgb(36, 81, 135);">通过分析一个Example示例程序（图1），我们可以直观地看到“MLM”的强大功能：</span></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><section style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;text-indent: 0em;text-align: center;"><img class="rich_pages wxw-img" data-imgfileid="100001921" data-ratio="0.6657407407407407" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=c2f1f04e&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U2fK3MclxFXblRicKTZic6Lentd0bjDkllibV6oloja30QeI1ST1yTscbRg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;">图1: 待分析的Example示例程序，其功能是验证用户名和口令<br/></span></p><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;"></span><br/></p></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: rgb(36, 81, 135);">用户可以通过MLM的web界面上传示例程序（图2），也可以通过“IDA插件”实现类似功能。值得注意的是，当前插件版提供的功能更丰富。</span></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><section style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;text-indent: 0em;text-align: center;"><img class="rich_pages wxw-img" data-imgfileid="100001925" data-ratio="0.2833333333333333" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=9b7efe67&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U2oAhiaIvsUQEpOZwt0XdVFDqgYv46adcJR3EpYQhYdiaqg4nPxV913ibPg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;">图2: 通过“在线体验”版MLM上传示例程序</span></p><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: rgb(36, 81, 135);">用户可以通过自然语言搜索具有特定语义的关键代码（图3）。例如，该程序功能是验证用户名和口令，猜测它可能包含一些密码算法来进行验证。因此，分析人员可以输入自然语言“Crypto”搜索具有相关语义的函数。</span></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><section style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;text-indent: 0em;text-align: center;"><img class="rich_pages wxw-img" data-imgfileid="100001923" data-ratio="0.9516908212560387" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="828" src="https://wechat2rss.xlab.app/img-proxy/?k=fb0b9e8e&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U2JETlYMrN7dH87JG3iaeF35NUkwgajv4EYs4Dt0piarRS26lhTGPI0tWA%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;">图3: MLM基于语义搜索定位关键函数功能</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">选取目标函数后，MLM模型可以反汇编该函数（原始的机器码字节），输出其汇编代码。通常情况下，分析人员可以阅读汇编码来理解函数语义，但是该过程非常枯燥且要求极高。幸运的是，我们的MLM模型可以自动将汇编码进一步反编译，生成清晰、简洁的类C/C++语言代码（图4）。简单地阅读该代码的逻辑后，可以看出来，该函数功能是判断用户名是否等于admin，以及判断用户口令的MD5散列值是否等于21232f297a57a5a743894a0e4a801fc3。</span></section><p style="text-align: center;"><img class="rich_pages wxw-img js_insertlocalimg" data-imgfileid="100001933" data-ratio="1.212962962962963" data-s="300,640" style="" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=d2ee379a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych98LOjQYyFmZ8SWt5NibwZGkxrEawd49FyepjCEAputExTHBVYEKdeZep8xpibHs4vujSqxpGStJyQg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;">图4: MLM生成的类C语言代码</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: rgb(36, 81, 135);">值得注意的是，业内当前最领先的IDA PRO软件也支持反编译，生成的类C语言代码（图5）。两者相比执行，MLM的输出更为准确、直观易懂。例如，MLM模型准确识别出了MD5函数、给函数内的局部变量进行了命名、恢复了类型，且恢复了C++的标准输出语句，极大便利了分析人员。<br/></span></section><section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="will-change: transform;box-sizing: border-box;"><section style="text-align: center;will-change: transform;box-sizing: border-box;"><section style="display: inline-block;width: 100%;height: 240px;vertical-align: top;overflow-y: auto;box-sizing: border-box;"><section style="overflow: hidden;box-sizing: border-box;"><section style="margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img class="rich_pages wxw-img" data-imgfileid="100001977" data-ratio="3.3268518518518517" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="jpeg" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=cafbce0e&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych98LOjQYyFmZ8SWt5NibwZGkicFBib3CianQicic61zibnrFofd3wCY53pNEEmORL4lxCbB28TFPrDzpjGeg%2F640%3Fwx_fmt%3Djpeg%26from%3Dappmsg"/><br/></section></section></section></section></section></section></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;">图5: IDA PRO反编译生成的类C语言代码<br/></span></p><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">当然了，阅读类C/C++代码也是有技术门槛的，MLM还贴心地为我们提供了代码语义解释功能（图6）。模型可以直接为函数生成一段自然语言的文本，描述函数的主要功能。根据我们的测试，MLM模型在机器语言/汇编代码的语义解释上的表现非常不错，表现非常出色和丝滑，领跑各类其他大模型，</span><span style="letter-spacing: 0.578px;text-decoration: none;color: rgb(0, 0, 0);font-size: 17px;"><strong>欢迎大家来找茬</strong></span><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">。</span></section><section style="margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img class="rich_pages wxw-img" data-imgfileid="100001924" data-ratio="0.19444444444444445" data-s="300,640" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=667d694c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U224iaGQXwArvQ9O4oWRkoKH1dCVrAQHxr3vhD4TEbRX8nials7ImaD8dQ%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section><section style="text-align: justify;color: rgb(36, 81, 135);font-size: 15px;line-height: 2;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;">图6: MLM生成的代码语义解释<br/></span></p><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;"><br/><mpchecktext><br/></mpchecktext></span></p></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">MLM还有更多好玩有用的功能等待进一步开放，也欢迎大家在使用过程中给我们提需求。目前，我们开放上线的“MLM”模型已支持10MB以内的x86、x64的PE、MACHO、ELF格式的可执行程序。使用“IDA插件”模式的用户请在注册后由网页端下载IDA插件并获取访问token。我们目前处于小范围“邀测期”，欢迎大家申请试用。我们将对所有申请进行审核，根据算力资源情况逐步开放。通过审核后，用户即可体验“MLM”机器语言大模型。</span><span style="font-size: 17px;"><strong><span style="font-size: 17px;letter-spacing: 0.578px;text-decoration: none;color: rgb(0, 0, 0);">请注意，作为中立的技术服务提供商，我们强调合法、合规、合理地使用此服务，请关注我们在官方网站上的服务声明。</span></strong></span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">MLM模型的推出，为用户提供了前所未有的高效、直接、智能化的软件理解和分析能力，突破了传统技术对源代码或者调试信息、专家知识的依赖。它有望成为对抗各类安全威胁——包括漏洞攻击、恶意代码（僵木蠕、后门、勒索软件等）、版权侵权、供应链风险等软件安全挑战——的利器，成为发现隐私泄露、数据安全风险的利器，甚至成为软件优化、改造、生成的利器。它可改变软件分析的工作模式，突破现有技术瓶颈，为软件安全分析、性能优化、功能改造等应用场景带来颠覆性解决方案。我们期待与学术界和工业界的同仁们共同推动机器语言大模型的持续进步。</span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><span style="color: rgb(36, 81, 135);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">我们欢迎任何关于MLM的合理意见和建议，请通过mlm@vul337.team / mlm@01.ai与我们联系。</span></section><section style="line-height: 2em;text-align: justify;margin: 0px;text-indent: 2em;"><strong><span style="background-color: rgb(255, 172, 170);color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none;font-size: 15px;">点击</span><span style="letter-spacing: 0.578px;text-decoration: none;color: rgb(0, 0, 0);background-color: rgb(255, 172, 170);font-size: 15px;">阅读原文</span><span style="color: rgb(0, 0, 0);background-color: rgb(255, 172, 170);"><span style="background-color: rgb(255, 172, 170);color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none;font-size: 15px;">，立即申请</span><span style="background-color: rgb(255, 172, 170);color: rgb(0, 0, 0);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;">“MLM”机器语言大模型测试，开始您的体验之旅！</span></span></strong><span style="color: rgb(0, 0, 0);background-color: rgb(255, 172, 170);"><span style="background-color: rgb(255, 172, 170);color: rgb(0, 0, 0);font-size: 15px;letter-spacing: 0.578px;text-decoration: none;"></span></span><br/></section></section></section><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;text-align: right;"><span style="font-family: Songti SC Regular;font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">文案&amp;编辑：张超 陈龙飞</span></p></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="http://wenjuan.tsinghua.edu.cn/s/Nvu6rm/">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=d35e5729&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485626%26idx%3D1%26sn%3D3405053d1b4da310afb64c4866ae3074%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Thu, 28 Dec 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 12月28日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485577&amp;idx=1&amp;sn=4eba56ff3b57f6d537f8de11a22c2e94</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-12-27 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年12月28日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231228</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】<span data-sheets-root="1" data-sheets-value="{&#34;1&#34;:2,&#34;2&#34;:&#34;Changing of the Guards: Certificate and Public Key Management on the Internet&#34;}" data-sheets-userformat="{&#34;2&#34;:12993,&#34;3&#34;:{&#34;1&#34;:0},&#34;9&#34;:0,&#34;10&#34;:2,&#34;12&#34;:0,&#34;15&#34;:&#34;Arial&#34;,&#34;16&#34;:14}" style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-size: 14pt;font-family: Arial;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 19px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Cloud Watching: Understanding Attacks Against Cloud-Hosted Services</span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span data-sheets-root="1" data-sheets-value="{&#34;1&#34;:2,&#34;2&#34;:&#34;Changing of the Guards: Certificate and Public Key Management on the Internet&#34;}" data-sheets-userformat="{&#34;2&#34;:12993,&#34;3&#34;:{&#34;1&#34;:0},&#34;9&#34;:0,&#34;10&#34;:2,&#34;12&#34;:0,&#34;15&#34;:&#34;Arial&#34;,&#34;16&#34;:14}" style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-size: 14pt;font-family: Arial;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 19px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></span></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></span></strong></span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">王艺辰</span></strong><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong>IMC &#39;23<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><br/></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Liz Izhikevich</span></span></span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;">, Manda Tran, Michalis Kallitsis, Aurore Fass, Zakir Durumeric<br/></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper utilizes a diverse set of cloud honeypots across multiple providers and countries to analyze the targeting behaviors of attackers in cloud environments</span>.</span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><a href="https://arxiv.org/pdf/2309.13471.pdf" target="_blank">https://arxiv.org/pdf/2309.13471.pdf</a></span></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">PonziGuard: Detecting Ponzi Schemes on Ethereum with Contract Runtime Behavior Graph (CRBG)</span></strong></span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;float: none;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none;font-size: 16px;display: inline !important;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">陈鹤影</span></span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">ICSE ’24</span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">R Liang, J Chen, K He, Y Wu, G Deng, R Du, C Wu</span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: </span></strong><span style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-family: Arial;background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);">This paper introduces a high-performance blockchain Ponzi detection scheme based on CRBG and GNN.</span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://wu-yueming.github.io/Files/ICSE2024_PonziGuard.pdf" target="_blank">https://wu-yueming.github.io/Files/ICSE2024_PonziGuard.pdf</a></span></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001928" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=2e7e1b1a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych9wmI2khiajYqdh4WBNKr0U2B7jVFU1cI1Z4OjIpWcEIgXwV6GLUV9tTG7TJzw3YnEcs63rohgPGTw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485577">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=506ff91e&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485577%26idx%3D1%26sn%3D4eba56ff3b57f6d537f8de11a22c2e94%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 27 Dec 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 12月21日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485533&amp;idx=1&amp;sn=8125bc5e1a00a714d6eb41817146ccc0</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-12-20 19:58</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年12月21日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231221</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】<span data-sheets-root="1" data-sheets-value="{&#34;1&#34;:2,&#34;2&#34;:&#34;Changing of the Guards: Certificate and Public Key Management on the Internet&#34;}" data-sheets-userformat="{&#34;2&#34;:12993,&#34;3&#34;:{&#34;1&#34;:0},&#34;9&#34;:0,&#34;10&#34;:2,&#34;12&#34;:0,&#34;15&#34;:&#34;Arial&#34;,&#34;16&#34;:14}" style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-size: 14pt;font-family: Arial;">Changing of the Guards: Certificate and Public Key Management on the Internet</span></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></span></strong></span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><span style="font-size: 16px;"><strong><span style="font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;float: none;text-decoration: rgb(0, 0, 0);font-size: 16px;color: rgb(0, 0, 0);letter-spacing: normal;font-family: Arial;text-align: center;display: inline !important;">赵汉卿</span></strong></span><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong>PAM &#39;22<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><br/></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Bruhner C M, Linnarsson O, Nemec M, et al.</span></span></span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><br/></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">This paper first proposes a novel Server-side Certificate Replacement (CR) relational feature, and optimizes the certificate revocation process.</span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://link.springer.com/chapter/10.1007/978-3-030-98785-5_3" target="_blank">https://link.springer.com/chapter/10.1007/978-3-030-98785-5_3</a></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Tightly Seal Your Sensitive Pointers with PACTIGHT</span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;float: none;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none;font-size: 16px;display: inline !important;">荣易</span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Usenix Security ’22</span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">Ismail M, Quach A, Jelesnianski C, et al. </span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: </span></strong><span style="color: rgb(0, 0, 0);letter-spacing: normal;text-align: start;text-wrap: wrap;font-family: Arial;background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;">This paper utilizes Pointer Authentication (PA) to build a novel scheme to completely prevent any misuse of security-sensitive pointers.</span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.usenix.org/conference/usenixsecurity22/presentation/ismail" target="_blank">https://www.usenix.org/conference/usenixsecurity22/presentation/ismail</a></span></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001884" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=28b4a48d&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych83NSwYtLmDKWQNvqiclzLtFL2Gp4JNvqg5icqacczBjsfkBZLwC2m6Pe0PsW3oPtgE32eoas6O7RJw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>刘一静</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485533">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=494b91b1&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485533%26idx%3D1%26sn%3D8125bc5e1a00a714d6eb41817146ccc0%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 20 Dec 2023 19:58:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 12月14日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485530&amp;idx=1&amp;sn=6b6cef82217c884ecef9689769484769</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-12-13 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年12月14日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231214</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;">It’s (DOM) Clobbering Time: Attack Techniques, Prevalence, and Defens</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;">es</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></span></strong></span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">周安鹏</span></strong><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong>S&amp;P &#39;23<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><br/></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Khodayari, Soheil, and Giancarlo Pellegrino</span></span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><br/></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper systematically reviews HTML markup that can be used for DOM clobbering, then tests the prevalence and impact of this vulnerability on the top 5k websites in the Tranco list, and finally proposes some mitigation measures.</span></span></span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: </span></strong><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=10179403" target="_blank">https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=10179403</a><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;">Dubhe: Succinct Zero-Knowledge Proofs for Standard AES and related Applications</strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">李贇</span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Usenix Security ’23</span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">Ding, Changchang, and Yan Huang</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">The paper proposes a new succinct zero-knowledge argument of knowledge that enables linear prover, logarithmic verifier and logarithmic communication, and applies the argument system to various AES-based applications.</span></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><a href="https://www.usenix.org/system/files/usenixsecurity23-ding-changchang.pdf" target="_blank">https://www.usenix.org/system/files/usenixsecurity23-ding-changchang.pdf</a></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001881" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=f90796ce&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychicMgsq913Yu9Dicibt7fgK2NXJF1bhbTjugxpB7ZabZ1VvoPAcCd6fL0BIUPS8qnSDRDQExWfOia4rYQ%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485530">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=04125be5&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485530%26idx%3D1%26sn%3D6b6cef82217c884ecef9689769484769%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 13 Dec 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 12月07日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485527&amp;idx=1&amp;sn=c67526d6981aaf34b0b01eda0d336019</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-12-06 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年12月07日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231207</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Tranco: A research-oriented top sites ranking hardened against manipulation</span></strong></span></strong></span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><span style="color: rgb(0, 0, 0);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;font-size: 16px;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);">王一航</span></span></span><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">NDSS</span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"> &#39;19</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Victor Le Pochat, Tom Van Goethem, Samaneh Tajalizadehkhoob, Maciej Korczyński, Wouter Joosen</span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><br/></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This article conducts a comprehensive analysis of four mainstream domain name ranking lists, including Alexa and Cisco, from five aspects including similarity and stability, and finds that each domain name ranking has at least one malicious way to manipulate the ranking. To address this weakness, the author proposed a list of manipulation-resistant and reproducible domain names, called Tranco, and made it available to the public.</span></span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://arxiv.org/abs/1806.01156" target="_blank">https://arxiv.org/abs/1806.01156</a></span></span><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="box-sizing: border-box;font-size: 16px;color: rgb(0, 0, 0);text-decoration: rgb(0, 0, 0);background-color: rgb(212, 216, 234);letter-spacing: normal;text-align: start;text-wrap: wrap;font-family: Arial;">LibAFL: A Framework to Build Modular and Reusable Fuzzers</span></strong></span></strong></span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="text-wrap: wrap;font-family: Arial;text-align: center;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);font-size: 16px;">王一燚</span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">CCS</span></span> &#39;22</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">Fioraldi, Andrea and Maier, Dominik Christian and Zhang, Dongjia and Balzarotti, Davide</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">This paper propose a framework to build modular and reusable fuzzers.</span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper:</span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">  <a href="https://dl.acm.org/doi/10.1145/3548606.3560602" target="_blank">https://dl.acm.org/doi/10.1145/3548606.3560602</a></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001878" data-ratio="0.9921645445641528" data-s="300,640" style="" data-type="jpeg" data-w="1021" src="https://wechat2rss.xlab.app/img-proxy/?k=8f4dc312&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychicR5TLuBVJvOCL7PtkjrJwlm0jGpVmXEDRgETknWDAiageuaVEaZOLicYgcKQq0zBHyx2CtO5vKK7jw%2F640%3Fwx_fmt%3Djpeg%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485527">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=dca59810&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485527%26idx%3D1%26sn%3Dc67526d6981aaf34b0b01eda0d336019%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 06 Dec 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 11月30日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485524&amp;idx=1&amp;sn=29914e5cf3d6330e8fc948bbc80df8c9</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-11-29 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年11月30日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231130</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Cross Layer Attacks and How to Use Them (for DNS Cache Poisoning, Device Tracking and More)</span></strong></span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><span style="color: rgb(0, 0, 0);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;font-size: 16px;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);">金拯龙</span></span><strong style="box-sizing: border-box;"></strong></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference:  </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">S&amp;P &#39;23</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Klein, Amit</span><span style="font-family: Arial, sans-serif;text-align: left;text-wrap: wrap;color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;">.<br/></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper introduces the weakness in the pseudo-random number generator in the Linux kernel, which can be exploited to infer UDP source ports, IPv6 flow labels, and IPv4 IDs, enabling cross-layer attacks such as DNS cache poisoning and device tracking.</span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://ieeexplore.ieee.org/document/9519455" target="_blank">https://ieeexplore.ieee.org/document/9519455</a></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Handcrafted Backdoors in Deep Neural Networks</span></strong></span></strong></span></strong></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="font-size: 16px;box-sizing: border-box;color: rgb(0, 0, 0);text-decoration: rgb(0, 0, 0);background-color: rgb(212, 216, 234);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;"><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">吴钰枭</span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">NeurIPS</span></span> &#39;22</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong>Hong, Sanghyun and Carlini, Nicholas and Kurakin, Alexey.<span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper introduce a handcrafted attack that directly manipulates a model&#39;s weights, and it can be used by supply-chain attacker to evade many backdoor detection or removal defenses effectively.</span></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper:</span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"> <a href="https://arxiv.org/pdf/2106.04690.pdf" target="_blank">https://arxiv.org/pdf/2106.04690.pdf</a></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-imgfileid="100001875" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=555e2caa&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychicfQ4avqicCHSYsO4gWVMULJmyNrsYEOXtkYgkmicupm2MibB5RG6ibcvo8iae9icjC74UYCJQfoZfu5KaQ%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485524">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=91e6e488&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485524%26idx%3D1%26sn%3D29914e5cf3d6330e8fc948bbc80df8c9%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 29 Nov 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 11月16日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485517&amp;idx=1&amp;sn=e0dfd5073c87f6d90096ce3aebcd3189</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-11-15 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年11月16日<span style="color: rgb(255, 0, 0);"><strong>13:30 - 16:00</strong><strong> </strong></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(255, 0, 0);"><strong>         (本次邀请到嘉宾分享，提前开始)</strong></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231116</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.</span><span style="color: rgb(255, 0, 0);background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;">【</strong><strong style="box-sizing: border-box;">嘉宾分享</strong><strong style="box-sizing: border-box;">】</strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">You’ve Got Report: Measurement and Security Implications of DMARC Reporting</span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong>李纬同<span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: </span></strong>Usenix Security’23<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><br/></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Mohammad Ishtiaq Ashiq Khan, Weitong Li, Tobias Fiebig, and Taejoong Chung</span></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper presents a large-scale and comprehensive measurement study of DMARC reporting deployment and management. This paper collected data for all second-level domains under the .com, .net, .org, and .se TLDs over 13 months to analyze deployment and management from the domain name owner’s perspective. This study reveals pervasive mismanagement and missing security considerations in DMARC reporting.</span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Bio: </span></strong><span style="font-family: Arial;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Weitong Li is a third year PhD student at Virginia Tech, advised by Taejoong Chung. His research interests include network security and privacy, centered around large-scale measurement and analysis. He is currently focusing on the management of protocols deployed on the Internet such as RPKI and DMARC. He received his bachelor degree from Zhejiang University in 2020, and has interned in industries like Cloudflare and Tencent.</span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: </span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.usenix.org/conference/usenixsecurity23/presentation/ashiq" target="_blank">https://www.usenix.org/conference/usenixsecurity23/presentation/ashiq</a></span></span></p></li></ul><p style="box-sizing: border-box;"><br/></p><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><br/></span></p><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">The State of the SameSite: Studying the Usage, Effectiveness, and Adequacy of SameSite Cookies</span></strong></span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong>张家赫<span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: </span></strong>S&amp;P<span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"> &#39;22</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Soheil Khodayari, Giancarlo Pellegrino</span></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper performs the first evaluation of the SameSite cookie policy in terms of deployment, impact on website functionality, security attribute defects, and support of browsers and web frameworks, pointing out that there is still room for improvement of the SameSite mechanism before effectively defending XS attacks.</span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://publications.cispa.saarland/3504/1/samesite.pdf" target="_blank">https://publications.cispa.saarland/3504/1/samesite.pdf</a></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">3.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers</span></strong></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="font-size: 16px;box-sizing: border-box;color: rgb(0, 0, 0);text-decoration: rgb(0, 0, 0);background-color: rgb(212, 216, 234);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;"><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">王佳明</span></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);"></span></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);">Guo Q, Wang R, Guo J</span>, et al.</span></span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">A novel framework uses evolutionary algorithms to automate and optimize discrete prompt creation for Large Language Models，significantly outperforming existing methods in various language tasks.</span></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper:</span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"> <a href="https://arxiv.org/abs/2309.08532" target="_blank">https://arxiv.org/abs/2309.08532</a><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="956" src="https://wechat2rss.xlab.app/img-proxy/?k=cab73324&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychicJXabV6rUSD0AoEz53iboGKSc0JY8Wv3vkFdKHHLXribpokGPR9ib5IZIefzzj6zElosRCDkic9IYzxQ%2F640%3Fwx_fmt%3Dpng"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485517">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=9ee22bf0&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485517%26idx%3D1%26sn%3De0dfd5073c87f6d90096ce3aebcd3189%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 15 Nov 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 11月9日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485512&amp;idx=1&amp;sn=9bcaf3e6a574f33b83a8af954ca04bdf</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-11-09 09:06</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年11月9日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231109</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Off-Path TCP Exploits of the Mixed IPID Assignment</span></strong></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong>刘世明<strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">CCS</span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"> &#39;20</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Feng X, Fu C, Li Q, et al.</span></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">The article achieves degradation of IPID allocation algorithms by sending ICMP requests in a fragmented manner. It leverages the incremental nature of IPID as a side channel to infer the victim&#39;s IP address, port, as well as the ACK and SEQ values in the TCP traffic, thereby intercepting TCP traffic.</span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://dl.acm.org/doi/10.1145/3372297.3417884" target="_blank">https://dl.acm.org/doi/10.1145/3372297.3417884</a></span></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Fuzzing SGX Enclaves via Host Program Mutations</span></strong></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="font-size: 16px;box-sizing: border-box;color: rgb(0, 0, 0);text-decoration: rgb(0, 0, 0);background-color: rgb(212, 216, 234);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;"><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter:</strong> <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">李哲铭</span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">EuroS&amp;P</span> &#39;23</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);"></span></span><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);">Khan A, Zou M, Kim K, et al.</span></span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">FUZZSGX proposes an input and program mutation-based fuzzer for Intel SGX enclave implementations. It provides an enclave fuzzing runtime, FUZZSGX RUNTIME, which is a drop-in library for the Intel SGX SDK, enabling code coverage and sanitization within enclaves. To explore the host app-enclave boundary, FUZZSGX conducts static analysis and symbolic execution on existing host apps and enclave implementations to generate promising fuzzing programs.</span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper:</span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"> <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://ieeexplore.ieee.org/document/10190488" target="_blank">https://ieeexplore.ieee.org/document/10190488</a></span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></span></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="" data-type="jpeg" data-w="1006" src="https://wechat2rss.xlab.app/img-proxy/?k=1f95002a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychibtuTpMGz3UJlclDh2OpdrpaHWn3uuBQ8lVMO06IicD2WkGx8nkJPRCNCGvUg2XlSw3gB102UgnP8A%2F640%3Fwx_fmt%3Djpeg"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span><span style="box-sizing: border-box;">刘一静</span></strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485512">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=e1fb1353&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485512%26idx%3D1%26sn%3D9bcaf3e6a574f33b83a8af954ca04bdf%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Thu, 09 Nov 2023 09:06:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术报告】密码安全的形式化分析与验证</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485509&amp;idx=1&amp;sn=41bd0c85f3f66d39a7c8b8ac000bde88</link>
      <description>宋富学术报告</description>
      <content:encoded><![CDATA[<p>
<span></span> <span>2023-11-08 09:47</span> <span style="display: inline-block;">北京</span>
</p>

<p>宋富学术报告</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=6442043d&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychiceC2AzlVBpia8pNiaVccP2t9yYIQEicDOWkmMxHLFb1iaqCwHtgt05RlZj0qTibo3LvuDJ2yk3I2R7c7A%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><img class="rich_pages wxw-img" data-cropselx1="0" data-cropselx2="509" data-cropsely1="0" data-cropsely2="580" data-galleryid="" data-ratio="1.3733766233766234" data-s="300,640" style="width: 509px;height: 699px;" data-type="jpeg" data-w="308" src="https://wechat2rss.xlab.app/img-proxy/?k=34b12819&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychiceC2AzlVBpia8pNiaVccP2t9QPdHochmg04ET8TvHV4ibaHgfELiaGck8zD0ib75V9L1qWEAY1BbfLiaMw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></section></section></section></section><section style="margin: 10px 0% 20px;text-align: left;justify-content: flex-start;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(135, 143, 155);padding: 0px 15px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">报告人：</strong><strong><span style="font-family: 宋体;color: rgb(135, 143, 155);font-size: 17px;letter-spacing: 1px;text-decoration: rgb(135, 143, 155);">宋富</span></strong><strong style="box-sizing: border-box;"></strong></p></section><section style="color: rgb(135, 143, 155);padding: 0px 15px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">报告时间：<span style="box-sizing: border-box;">2023年11月10日（周五）10:00-12:00</span></strong></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">报告地点：清华大学FIT楼 3-230<br/></strong></p></section></section><section style="transform: perspective(0px);transform-style: flat;box-sizing: border-box;" powered-by="xiumi.us"><section style="transform: translate3d(18px, 0px, 0px) rotateX(180deg);display: flex;flex-flow: row nowrap;text-align: left;justify-content: flex-start;margin: 10px 0% -11px;box-sizing: border-box;"><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 18px;line-height: 0;height: auto;flex: 0 0 auto;align-self: flex-start;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 12px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgb(249, 110, 87);border-width: 0px;border-radius: 98px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="text-align: center;margin: -5px 0% 0px;justify-content: center;transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 10px;height: 12px;vertical-align: top;overflow: hidden;background-color: rgba(255, 255, 255, 0);border-style: none none solid solid;border-width: 0px 0px 3px 3px;border-radius: 0px 0px 0px 75px;border-color: rgb(62, 62, 62) rgb(62, 62, 62) rgb(249, 110, 87) rgb(249, 110, 87);box-sizing: border-box;"><section><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">报告简介：</strong></span><span style="font-family: 宋体;color: rgb(81, 91, 105);font-size: 17px;letter-spacing: 1px;text-decoration: none;"><br/></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: 宋体;color: rgb(81, 91, 105);font-size: 17px;letter-spacing: 1px;text-decoration: none;">本报告介绍我们近几年在密码安全的形式化分析与验证的研究计划和研究进展，报告内容涵盖对称密码算法层安全的形式化分析，密码实现层时间侧信道、功耗侧信道、缓存侧信道、故障注入等安全性的形式化验证。</span></p></section></section></section></section></section></section><section style="display: inline-block;width: 100%;vertical-align: top;background-color: rgb(234, 238, 244);box-shadow: rgb(0, 0, 0) 0px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 30px 0%;text-align: center;justify-content: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 88%;vertical-align: top;box-shadow: rgb(255, 255, 255) -12px -12px 24px;height: auto;border-width: 0px;border-radius: 20px 20px 0px;border-style: none;border-color: rgb(62, 62, 62);box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;box-shadow: rgba(163, 177, 198, 0.5) 12px 12px 24px;border-width: 0px;border-radius: 20px;border-style: none;border-color: rgb(62, 62, 62);overflow: hidden;box-sizing: border-box;" powered-by="xiumi.us"><section style="margin: 20px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(81, 91, 105);font-family: Optima-Regular, PingFangTC-light;padding: 0px 22px;letter-spacing: 1px;line-height: 1.8;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(249, 110, 87);box-sizing: border-box;"><strong style="box-sizing: border-box;">报告人介绍：</strong></span><span style="color: rgb(81, 91, 105);font-family: 宋体;font-size: 17px;letter-spacing: 1px;text-decoration: none;"><br/></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(81, 91, 105);font-family: 宋体;font-size: 17px;letter-spacing: 1px;text-decoration: none;">宋富，中国科学院软件研究所研究员，主要研究系统与软件安全验证和测试技术、及相关逻辑和自动机理论。宋富于2013年获巴黎狄德罗大学博士学位，2013年--2016年曾在华东师范大学担任讲师和副研究员，2016年-2023年担任上海科技大学助理教授、常任副教授，研究员，博士生导师。主持和参与多项国家自然科学基金委青年、面上和重点项目，曾获上海市浦江人才和上海市晨光学者人才计划资助、2021年秋季亚马逊研究奖、入选中国电子学会2023网络空间安全优秀论文，已在国际著名会议或期刊（如IEEE S&amp;P、USENIX Security、NDSS、OOPSLA、CAV、ESEC/FSE、ICSE、ASE、ISSTA、FM、ACM TOSEM、IEEE TSE、IEEE TDSC、I&amp;C）发表80多篇论文。</span></p></section></section></section></section></section></section><section style="text-align: center;margin: 10px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 40px;height: 20px;vertical-align: top;overflow: hidden;box-sizing: border-box;"><section style="margin: 0px 0%;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img data-ratio="0.390625" data-w="256" class="rich_pages wxw-img" style="vertical-align: middle;max-width: 100%;box-sizing: border-box;" data-type="gif" src="https://wechat2rss.xlab.app/img-proxy/?k=734eb220&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_gif%2FBP4XT8gdFzTYVicTfecU2u3S07zjrfA4aib6ibubByTfZhUO3nEHeiajO8U6FFn6t9doI48odqaZtPTy7TXEibAAntQ%2F640%3Fwx_fmt%3Dgif"/></section></section><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="MzUxMTEwOTA3OA==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/Y5zLsVDychicnjsOmb4zS0VAMiaySibTJfuphCbswGUOqGnMKPaBSXNvYmEfvllcEiaNMH5GSmz0v0LicdGAsI4Fib1g/0?wx_fmt=png" data-nickname="NISL实验室" data-alias="NISL_THU2020" data-signature="网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。" data-from="2" data-is_biz_ban="0"></mp-common-profile></section></section></section><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="MzUxMTEwOTA3OA==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/Y5zLsVDychicnjsOmb4zS0VAMiaySibTJfuphCbswGUOqGnMKPaBSXNvYmEfvllcEiaNMH5GSmz0v0LicdGAsI4Fib1g/0?wx_fmt=png" data-nickname="NISL实验室" data-alias="NISL_THU2020" data-signature="网络与信息安全实验室(NISL@THU)，专注于网络、系统、应用、人工智能安全教学与研究，在国际四大安全会议发表三十余篇论文，成果在业界产生了广泛影响力。孕育了蓝莲花、紫荆花等知名战队，发起了网安国际学术论坛InForSec。" data-from="2" data-is_biz_ban="0"></mp-common-profile></section></section><section><br/></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485509">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=5d4b4144&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485509%26idx%3D1%26sn%3D41bd0c85f3f66d39a7c8b8ac000bde88%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 08 Nov 2023 09:47:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 11月2日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485491&amp;idx=1&amp;sn=b6440cb18c2604c855859afe7d1fb76f</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-11-01 19:52</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年11月2日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231102</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Dial “N” for NXDomain: The Scale, Origin, and Security Implications of DNS Queries to Non-Existent Domains</span></strong></span></strong></span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">张允义</span></strong><strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">IMC &#39;23</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Liu G, Jin L, Hao S, et al</span>.</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper comprehensively investigates the scale, origin, and security implications of NXDomains.</span></span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://dl.acm.org/doi/pdf/10.1145/3618257.3624805" target="_blank">https://dl.acm.org/doi/pdf/10.1145/3618257.3624805</a></span></span><strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="letter-spacing: 0.578px;font-size: 16px;"></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="font-size: 16px;box-sizing: border-box;color: rgb(0, 0, 0);text-decoration: rgb(0, 0, 0);background-color: rgb(212, 216, 234);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;"><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: normal;text-decoration: rgb(0, 0, 0);">VD-Guard: DMA Guided Fuzzing for Hypervisor Virtual Device</span></strong></span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: <strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">马哲宇</span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);">ASE &#39;23</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: rgb(0, 0, 0);">Liu Y<span style="text-decoration: rgb(0, 0, 0);font-size: 16px;color: rgb(0, 0, 0);font-family: &#34;Helvetica Neue&#34;, Helvetica, Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;text-align: start;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;">, </span>Chen S<span style="text-decoration: rgb(0, 0, 0);font-size: 16px;color: rgb(0, 0, 0);font-family: &#34;Helvetica Neue&#34;, Helvetica, Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;text-align: start;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;">, </span>Xie Y<span style="text-decoration: rgb(0, 0, 0);font-size: 16px;color: rgb(0, 0, 0);font-family: &#34;Helvetica Neue&#34;, Helvetica, Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;text-align: start;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;">, </span>Wang<span style="text-decoration: rgb(0, 0, 0);font-size: 16px;color: rgb(0, 0, 0);font-family: &#34;Helvetica Neue&#34;, Helvetica, Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;text-align: start;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;"> Y,</span></span> et al.</span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">The VD-GUARD methodology leverages static analysis to identify DMA call chains in virtual devices and uses this information, along with limited fuzzing, to guide a DMA-aware fuzzer in effectively uncovering DMA-related vulnerabilities.</span></span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><a href="https://conf.researchr.org/details/ase-2023/ase-2023-papers/122/VD-Guard-DMA-Guided-Fuzzing-for-Hypervisor-Virtual-Device" target="_blank">https://conf.researchr.org/details/ase-2023/ase-2023-papers/122/VD-Guard-DMA-Guided-Fuzzing-for-Hypervisor-Virtual-Device</a></span></span></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="0.9929078014184397" data-s="300,640" style="width: 578px;height: auto;" data-type="png" data-w="705" src="https://wechat2rss.xlab.app/img-proxy/?k=6230d2e8&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychicfQlyF7wEUuMGFOCQJR4Nia655dIOheZJFmMLGIQpfbaiazJ5MONw12TM5MtAUWcia7HJmAnV6pLhDA%2F640%3Fwx_fmt%3Dpng"/></p><p style="text-align: center;"><br/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span>陈龙飞</strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485491">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=f996e393&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485491%26idx%3D1%26sn%3Db6440cb18c2604c855859afe7d1fb76f%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 01 Nov 2023 19:52:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 10月26日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485488&amp;idx=1&amp;sn=2a5ecfff0f39853360dcda9a5c15110d</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-10-25 15:04</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年10月26日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231026</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0);background-color: rgb(212, 216, 234);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">AnimateDead: Debloating Web Applications Using Concolic Execution</span></strong></span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong>王恩泽<strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"></span><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">USENIX Security &#39;23</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Azad B A, Jahanshahi R, Tsoukaladelis C, et al.</span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">This paper propose a hybrid approach based on concolic execution, exemplified by AnimateDead, a PHP emulator. This approach uses web server logs to perform concolic reachability analysis, reducing code size by 47%, critical API calls by 55%, and vulnerabilities by 35-65%. This debloating method ensures security improvements without runtime overhead or a training phase, reducing the risk of breakage for users.</span></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://www.usenix.org/system/files/usenixsecurity23-azad.pdf" target="_blank">https://www.usenix.org/system/files/usenixsecurity23-azad.pdf</a></span></span><strong><span style="font-family: Arial;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong></span></strong><span style="letter-spacing: 0.578px;font-size: 16px;"></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong><strong style="box-sizing: border-box;">】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;font-size: 16px;"><strong style="box-sizing: border-box;"><strong><span style="font-size: 16px;box-sizing: border-box;color: rgb(0, 0, 0);text-decoration: rgb(0, 0, 0);background-color: rgb(212, 216, 234);letter-spacing: normal;text-wrap: wrap;font-family: Arial;text-align: center;">Titan : Efficient Multi-target Directed Greybox Fuzzin</span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">陈意扬</span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);">S&amp;P &#39;24</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;text-decoration: none solid rgb(0, 0, 0);">Huang H, Yao P, Hung-Chun C, et al.</span></span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"><br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">This paper presents Titan, a tool to provide multi-target directed greybox fuzzing.</span></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><a href="https://5hadowblad3.github.io/files/Oakland24-Titan.pdf" target="_blank">https://5hadowblad3.github.io/files/Oakland24-Titan.pdf</a></span></span></p></li></ul><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgba(0, 0, 0, 0.9);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;text-align: center;"></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="outline: 0px;color: rgb(161, 167, 195);font-family: system-ui, -apple-system, &#34;system-ui&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 20px;letter-spacing: 0.544px;text-wrap: wrap;background-color: rgb(255, 255, 255);"># 学术沙龙问卷反馈</strong></p></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="width: 480px;height: 480px;" data-type="png" data-w="1029" src="https://wechat2rss.xlab.app/img-proxy/?k=c5459c27&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9EOPn7y8CX8UAmxz34CVD16xzeyXcwbrv8Hn2JaFqYgtqc6zKTAia5aWcDjmc7MjYyOfzzzXdTyKg%2F640%3Fwx_fmt%3Djpeg"/></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span><span style="box-sizing: border-box;">刘一静</span></strong></span><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485488">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=c94f8604&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485488%26idx%3D1%26sn%3D2a5ecfff0f39853360dcda9a5c15110d%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 25 Oct 2023 15:04:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 10月19日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485483&amp;idx=1&amp;sn=62d843dadfd011831be728cce1f21dd1</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-10-18 17:01</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年10月19日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/D21J2wuXqQPV" target="_blank">https://meeting.tencent.com/dm/D21J2wuXqQPV</a><br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">711-4428-4790<br/></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231019</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Stale TLS Certificates Investigating Precarious Third-Party Access to Valid TLS Keys</span></strong></strong></span><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span><strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);"></span></strong></span></strong></strong><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">李瑞烜</span><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">IMC &#39;23</span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">Ma Z, Faulkenberry A, Papastergiou T, et al.</span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper extensively explores the phenomenon of certificate invalidation, and identifies three classes of security-relevant events.</span></span><span style="font-family: Arial;"></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: </span></strong><span style="letter-spacing: 0.578px;font-size: 16px;"><a href="https://zanema.com/papers/imc23_stale_certs.pdf" target="_blank">https://zanema.com/papers/imc23_stale_certs.pdf</a></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;">】</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;"><strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Silph: A Framework for Scalable and Accurate Generation of Hybrid MPC Protocols</span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">段宇飞</span></span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);">S&amp;P &#39;23</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"><span style="font-family: Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: left;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">Chen E, Zhu J, Ozdemir A, et al.<br/></span></span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="font-family: Arial;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;text-align: center;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: pre-wrap;display: inline !important;float: none;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: rgb(0, 0, 0);">This paper presents Silph, a framework that can automatically compile a program written in a high-level language to an optimized, hybrid MPC protocol that mixes multiple MPC primitives securely and efficiently.</span></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: </span></strong><span style="color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><a href="https://eprint.iacr.org/2023/060" target="_blank">https://eprint.iacr.org/2023/060</a></span></p></li></ul></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: center;box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"># 学术沙龙问卷反馈</strong><span style="text-align: center;font-size: 16px;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><p><br/></p><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=261130ad&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDychicYpZjaz34XjEh81cicM3hEGcPnc6iayVhJHdzMEEMjg9uZkyjhbVNhTU7hEKA2pl3V91bMvSjpaoWg%2F640%3Fwx_fmt%3Dpng"/></p><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span></strong></span><strong>陈龙飞</strong><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485483">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=cea23f7c&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485483%26idx%3D1%26sn%3D62d843dadfd011831be728cce1f21dd1%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 18 Oct 2023 17:01:00 +0800</pubDate>
    </item>
    <item>
      <title>【学术沙龙】NISL 10月12日活动预告 - TO BE ON AIR</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485479&amp;idx=1&amp;sn=e8353bed21206680c201f0dfdbbecd38</link>
      <description>清华大学网络与信息安全实验室学术论文分享活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL实验室</span> <span>2023-10-11 17:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>清华大学网络与信息安全实验室学术论文分享活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=4fcd0443&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicqJicKyErJptcPsEPKFQhvNB4XQ8Xia47ogibAP2aPKpiaqe5r5k4D5vS2g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;background-color: rgb(240, 244, 250);margin: 0px;padding: 26px;box-sizing: border-box;"><section style="justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 12px;color: rgb(240, 244, 250);text-align: justify;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="background-color: rgb(161, 167, 195);box-sizing: border-box;"> NISL  </span></p></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;margin: 0px 0px 0px 20px;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">清华大学网络与信息安全实验室学术沙龙，欢迎关注~ </strong></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;">This is the Paper Reading Seminar of Network and Information Security Lab (NISL) at Tsinghua University. Tune in for more details!</span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-size: 14px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></span></p></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">时间：</strong>2023年10月12日 14:00 - 16:00</p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">腾讯会议：</strong><span style="text-align: justify;letter-spacing: 0.034em;"><a href="https://meeting.tencent.com/dm/WuDibh7IGh7Y" target="_blank">https://meeting.tencent.com/dm/WuDibh7IGh7Y</a></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="letter-spacing: 0.578px;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span><span style="text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议ID：</strong><span style="text-align: justify;letter-spacing: 0.034em;">341-1837-5230</span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span><span style="text-align: justify;"></span></p><p style="text-align: left;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;">会议密码：</strong><span style="letter-spacing: 0.034em;text-align: justify;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"><span style="text-wrap: nowrap;">231012</span></span></p><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br/></p></section></section><section style="text-align: left;font-size: 14px;color: rgb(249, 110, 87);box-sizing: border-box;" powered-by="xiumi.us"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><em style="box-sizing: border-box;">* 本次分享对外公开直播，线上参会者要求实名备注“姓名-单位”</em></span></p></section><section style="margin: 0px 0px 8px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section><section style="margin: 3px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;color: rgb(0, 0, 0);font-size: 24px;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Agenda</strong></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(249, 205, 207);background-color: rgb(249, 205, 207);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="margin: 0.5em 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(212, 216, 234);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;"><section style="transform: scale(0.55);-webkit-transform: scale(0.55);-moz-transform: scale(0.55);-o-transform: scale(0.55);transform-origin: center center;-webkit-transform-origin: center center;-moz-transform-origin: center center;-o-transform-origin: center center;margin-top: -7px;margin-bottom: -7px;box-sizing: border-box;" powered-by="xiumi.us"><section style="font-size: 19px;margin: 0px 0%;text-align: center;box-sizing: border-box;"><section style="display: inline-block;border-width: 1px;border-style: solid;border-color: rgb(212, 216, 234);background-color: rgb(212, 216, 234);width: 1.8em;height: 1.8em;line-height: 1.8em;border-radius: 100%;margin-left: auto;margin-right: auto;font-size: 12px;color: rgb(255, 255, 255);box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section></section></section></section></section></section></section><section style="margin: 0px 0%;box-sizing: border-box;text-align: left;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0);padding: 20px;background-color: rgba(0, 0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;box-sizing: border-box;"><section style="color: rgb(0, 0, 0);text-align: left;box-sizing: border-box;" powered-by="xiumi.us"><p style="margin-bottom: 0px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;box-sizing: border-box;"><span style="background-color: rgb(212, 216, 234);box-sizing: border-box;">1.<strong style="box-sizing: border-box;">【论文分享】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">BEYOND PHISH: Toward Detecting Fraudulent e-Commerce Websites at Scale</span></strong></strong><strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong></span></p><ul class="list-paddingleft-1" style="width: 535.453px;color: rgb(0, 0, 0);font-size: 16px;text-align: left;white-space: normal;"><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong>刘一静<strong style="box-sizing: border-box;"></strong><strong style="box-sizing: border-box;"></strong><span style="font-family: Arial;text-align: center;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Conference: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">S&amp;P &#39;23</span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;"><strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span>Marzieh Bitaab, Haehyun Cho, Adam Oest<span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">This paper propose an efficient and automated
approach to gather <span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;">fraudulent e-commerce websites</span> through crowdsourcing, introduce the characteristics of FCWs and proposes an effective detection model</span>.</span><span style="font-family: Arial;"></span></p></li><li style="box-sizing: border-box;"><p style="box-sizing: border-box;"><strong><span style="font-family: Arial;">Link to paper: </span></strong><span style="letter-spacing: 0.578px;font-size: 16px;"><a href="https://adamdoupe.com/publications/beyondphish-oakland2023.pdf" target="_blank">https://adamdoupe.com/publications/beyondphish-oakland2023.pdf</a></span></p><p><br/></p></li></ul><p><br/></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;">2.<strong style="box-sizing: border-box;">【论文分享</strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;background-color: rgb(212, 216, 234);box-sizing: border-box;"><strong style="box-sizing: border-box;">】<strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">SEGFUZZ: Segmentizing Thread Interleaving to Discover Kernel Concurrency Bugs through Fuzzing</span></strong></strong></span></p><ul style="list-style-type: disc;box-sizing: border-box;" class="list-paddingleft-1"><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">Presenter: </strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none;">张书樵</span></p></li><li style="text-align: left;"><p><strong><span style="background-color: rgba(1, 0, 0, 0);">Conference:</span></strong><strong style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;"><span style="background-color: rgba(1, 0, 0, 0);"> </span></strong><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: rgba(1, 0, 0, 0);">S&amp;P &#39;23</span><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);"></span></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);">Authors: </span></strong><span style="background-color: rgba(1, 0, 0, 0);"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">Dae R. Jeong, Byoungyoung Lee, Insik Shin</span></span><span style="background-color: rgba(1, 0, 0, 0);"></span><strong style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"><span style="background-color: rgba(1, 0, 0, 0);"></span></strong><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;"></span></p></li><li style="box-sizing: border-box;text-align: left;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;text-align: left;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Abstract: </span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"><span style="color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);">SEGFUZZ is a novel fuzzing framework designed to detect kernel concurrency bugs by decomposing thread interleavings into segments and utilizing them for more efficient coverage as feedback</span>.</span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></strong><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;"></span></p></li><li style="box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="background-color: rgba(1, 0, 0, 0);box-sizing: border-box;">Link to paper: </span></strong><span style="color: rgb(0, 0, 0);letter-spacing: 0.578px;text-decoration: none solid rgb(0, 0, 0);background-color: rgba(1, 0, 0, 0);box-sizing: border-box;font-size: 16px;"><a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=10179398" target="_blank">https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=10179398</a></span></p></li></ul></section></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: center;box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px 0px 0px 10px;box-sizing: border-box;"><section style="text-align: center;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(161, 167, 195);text-align: justify;font-size: 20px;box-sizing: border-box;"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;"># 学术沙龙问卷反馈</strong><span style="text-align: center;font-size: 16px;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;"></span></p></section></section></section></section><section style="text-align: center;margin: 10px 0px 15px;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 80%;height: auto;box-sizing: border-box;"><p><br/></p><p style="text-align: center;"><img class="rich_pages wxw-img" data-cropselx1="0" data-cropselx2="293" data-cropsely1="0" data-cropsely2="293" data-galleryid="" data-ratio="1" data-s="300,640" style="width: 293px;height: 293px;" data-type="png" data-w="900" src="https://wechat2rss.xlab.app/img-proxy/?k=5202301b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FY5zLsVDych8WW7QribtljSNEW8qUuKcGukSFibQzFVaBNQ859fLHfyeZzlMd3fBCQicINF9ic0aaEx3AW0vBFEED7g%2F640%3Fwx_fmt%3Dpng"/></p><br/><p><br/></p></section></section><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row nowrap;margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: top;width: 36px;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;"><section style="margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;height: auto;box-sizing: border-box;"><section style="transform: rotateZ(45deg);box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: center;margin: -1px 0px 0px;box-sizing: border-box;"><section style="display: inline-block;width: 18px;height: 18px;vertical-align: top;overflow: hidden;border-style: dashed;border-width: 1px 0px 0px 1px;border-color: rgb(161, 167, 195) rgb(62, 62, 62) rgb(62, 62, 62) rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="display: inline-block;vertical-align: top;width: 33.33%;box-sizing: border-box;"><section style="transform: translate3d(5px, 0px, 0px);margin: 8px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;"><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 27%;align-self: center;flex: 0 0 auto;height: auto;margin: 0px;box-sizing: border-box;"><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1" data-s="300,640" style="height: auto !important;" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=007759c7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDychib73X3o1hHJyjibfOPlbc0AicSR1v5No0ImNOvNnaugJOwoNeic7JHeGeLanqPNySE6K6dsup2lEc5uA%2F640%3Fwx_fmt%3Djpeg"/></p><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="border-top: 1px dashed rgb(161, 167, 195);box-sizing: border-box;text-align: left;"><br/><svg viewBox="0 0 1 1" style="float:left;line-height:0;width:0;vertical-align:top;"></svg></section></section></section><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="padding: 0px;font-size: 12px;box-sizing: border-box;"><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(161, 167, 195);box-sizing: border-box;">编辑｜</span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">刘一静</span></strong><span style="letter-spacing: 0.034em;"><strong><span style="color: rgb(161, 167, 195);"> </span></strong></span><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong><strong style="letter-spacing: 0.034em;"><span style="color: rgb(0, 0, 0);">黄嘉盛</span></strong></p><section style="text-align: center;justify-content: center;display: flex;flex-flow: row nowrap;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: 50%;align-self: center;box-sizing: border-box;"><strong style="letter-spacing: 0.034em;"><span style="color: rgb(161, 167, 195);"><span style="color: rgb(0, 0, 0);"></span></span></strong></section></section><p><br/></p><p style="margin: 0px 0px 10px;padding: 0px;box-sizing: border-box;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;color: rgb(161, 167, 195);box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;">来源</span></strong></span><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;">｜NISL实验室</span></strong></span></p><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;"><span style="color: rgb(0, 0, 0);box-sizing: border-box;"></span></strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485479">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=29a9b09b&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485479%26idx%3D1%26sn%3De8353bed21206680c201f0dfdbbecd38%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 11 Oct 2023 17:00:00 +0800</pubDate>
    </item>
    <item>
      <title>祝NISL全体老师教师节快乐！</title>
      <link>https://mp.weixin.qq.com/s?__biz=MzUxMTEwOTA3OA==&amp;mid=2247485475&amp;idx=1&amp;sn=ae03f8e3508944d31a4231ffde907047</link>
      <description>2023年NISL实验室教师节活动</description>
      <content:encoded><![CDATA[<p>
<span>NISL全体同学</span> <span>2023-09-10 10:00</span> <span style="display: inline-block;">北京</span>
</p>

<p>2023年NISL实验室教师节活动</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=de6468ef&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9KdMeEdk1o75njesJzv9sz9gq0OYesoE4ia2Z5RuUqr5q1SfjrTX5kOr6IjOLRicwyg9W8bvtibdwQw%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;margin: 0px -39px 0px 0px;z-index: 1;box-sizing: border-box;"><section style="text-align: center;margin: 10px 0px -30px;line-height: 0;transform: translate3d(-1px, 0px, 0px);-webkit-transform: translate3d(-1px, 0px, 0px);-moz-transform: translate3d(-1px, 0px, 0px);-o-transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 32px;height: auto;box-sizing: border-box;"><img class="raw-image" data-ratio="1.1787037037037038" data-s="300,640" data-w="1080" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;height: auto !important;" width="100%" src="https://wechat2rss.xlab.app/img-proxy/?k=ff9bb21f&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FO5icS5WZnTXdxtYxXKWRxMcyXWibIV96DRwmcicZl5ibOib60mlkv3luSfpQ3S3OtNV6iaobiaocA2AzDlr9OPzQPve7Q%2F640%3Fwx_fmt%3Dpng"/></section></section><section style="text-align: center;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 144px;height: 147px;vertical-align: top;overflow: hidden;background-position: 50% 50%;background-repeat: no-repeat;background-size: contain;background-attachment: scroll;background-image: url(&#34;https://mmbiz.qpic.cn/mmbiz_png/HrIzwy8WLzXYB1r6W2dibZdoLibQ7VN5aZJC4Cod5iay1Su8nqaT7j5hmhnmgxBbsjn7zO2ic4Kwd3nj1ZXhY4x5ibA/640?wx_fmt=png&#34;);box-sizing: border-box;"><section style="text-align: justify;box-sizing: border-box;" powered-by="xiumi.us"><p style="white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><br style="box-sizing: border-box;"/></p></section><section style="margin: 13px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(232, 188, 146);font-size: 23px;line-height: 1.2;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">9.10</strong></p></section></section><section style="margin: 4px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(232, 188, 146);font-size: 11px;line-height: 1.2;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;">TEACHERS&#39;  DAY</p></section></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(255, 255, 255);font-size: 21px;line-height: 1.2;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;"><strong style="box-sizing: border-box;">师恩如海</strong></p></section></section></section></section></section><section style="display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="text-align: right;margin: 0px;line-height: 0;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;height: auto;box-sizing: border-box;"><img class="raw-image" data-ratio="0.7507274490785645" data-s="300,640" data-w="1031" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;height: auto !important;" width="100%" src="https://wechat2rss.xlab.app/img-proxy/?k=df05f06b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FnNhvHUMzCIgWdgMQY7CaGCBE8Ogbp5wOJU7mtTribGO3ibYj6u0PBGSdJJASicEgJKfENhPMdpicF8AX5jMgjTzQhQ%2F640%3Fwx_fmt%3Djpeg"/></section></section></section></section><section style="text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 10px 0px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 97%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgba(232, 188, 146, 0.16);height: auto;padding: 21px 28px 26px;box-sizing: border-box;"><section style="text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px -46px 0px 0px;box-sizing: border-box;"><section style="text-align: center;margin: 0px;line-height: 0;transform: translate3d(-1px, 0px, 0px);-webkit-transform: translate3d(-1px, 0px, 0px);-moz-transform: translate3d(-1px, 0px, 0px);-o-transform: translate3d(-1px, 0px, 0px);box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 59px;height: auto;box-sizing: border-box;"><img class="raw-image" data-ratio="1.237037037037037" data-s="300,640" data-w="1080" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;height: auto !important;" width="100%" src="https://wechat2rss.xlab.app/img-proxy/?k=1904a837&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FnmxBNm2UtbrY6YVlrwicTXzrQ6Cib23bl5ITFbvnC3DQfGIUevono4UJBBlbXjS7FE0iazKrrGficGVA4TphkGaJicw%2F640%3Fwx_fmt%3Dpng"/></section></section></section><section style="display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;height: auto;box-sizing: border-box;"><section style="justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgb(88, 121, 98);border-style: solid;border-width: 5px;border-color: rgb(232, 188, 146);padding: 14px;box-sizing: border-box;"><section style="text-align: right;margin: 0px;line-height: 0;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;height: auto;box-sizing: border-box;"><img class="raw-image" data-ratio="0.7164179104477612" data-s="300,640" data-w="1005" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;height: auto !important;" width="100%" src="https://wechat2rss.xlab.app/img-proxy/?k=6874d80c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9KdMeEdk1o75njesJzv9szWnQKNOttwoNb1aHrM27hlR22Rw2PFcHT0tzQtCYRkxCBCEFx89F4Gg%2F640%3Fwx_fmt%3Djpeg"/></section></section></section></section><section style="text-align: justify;font-size: 12px;color: rgb(0, 0, 0);box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;">2023年NISL实验室老师学生合影留念</strong></span></p></section></section></section><section style="font-size: 17px;text-align: justify;color: rgb(232, 188, 146);box-sizing: border-box;" powered-by="xiumi.us"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;">祝NISL全体老师教师节快乐！！！</strong></span></p><p style="text-align: right;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box;">—— NISL全体同学</strong></span>   </p></section></section></section><section style="text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="display: inline-block;width: 49%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgb(88, 121, 98);border-style: solid;border-width: 3px 3px 9px;border-color: rgb(232, 188, 146);padding: 16px 16px 10px;height: auto;box-sizing: border-box;"><section style="margin: 0px 0px 10px;line-height: 0;box-sizing: border-box;" powered-by="xiumi.us"><section style="max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;box-sizing: border-box;"><img class="raw-image" data-ratio="1" data-s="300,640" data-w="258" style="vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;height: auto !important;" width="100%" src="https://wechat2rss.xlab.app/img-proxy/?k=79322e29&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FY5zLsVDych9KdMeEdk1o75njesJzv9szH5RNnUEJXY0tP5OpfeiagNG7ak0peqVfRa3qrp4ia07KwpGCOa6cJujA%2F640%3Fwx_fmt%3Djpeg"/></section></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="color: rgb(232, 188, 146);font-size: 11px;line-height: 1.2;box-sizing: border-box;"><p style="margin: 0px;padding: 0px;box-sizing: border-box;">TEACHERS&#39;  DAY</p></section></section><section style="margin: 0px;box-sizing: border-box;" powered-by="xiumi.us"><section style="text-align: justify;box-sizing: border-box;"><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(255, 255, 255);font-size: 14px;box-sizing: border-box;"><strong style="box-sizing: border-box;">策划 &amp; 编辑</strong></span></p><p style="text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;"><span style="color: rgb(255, 255, 255);font-size: 12px;box-sizing: border-box;"><strong style="box-sizing: border-box;">NISL教师节筹委会</strong></span></p></section></section></section></section></section><p style="display: none;"><mp-style-type data-value="10000"></mp-style-type></p>



<p><a href="2247485475">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=a43bc68d&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUxMTEwOTA3OA%3D%3D%26mid%3D2247485475%26idx%3D1%26sn%3Dae03f8e3508944d31a4231ffde907047%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Sun, 10 Sep 2023 10:00:00 +0800</pubDate>
    </item>
  </channel>
</rss>