{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

网络与信息安全前沿技术丛书:网络协议逆向分析及应用

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

网络与信息安全前沿技术丛书:网络协议逆向分析及应用

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

网络监听、网络对抗、网络管理、恶意代码分析、软件安全漏洞挖掘等应用领域常常需要分析未知协议的格式,高效、准确的自动化协议逆向分析技术一直是人们追求的目标。
《网络与信息安全前沿技术丛书:网络协议逆向分析及应用》是国内全面介绍自动化网络协议逆向分析及应用的学术专著,反映了协议逆向分析领域的新研究成果,可作为从事软件及协议逆向分析、网络管理、网络安全与对抗等方向的教学、科研及工程技术人员的参考书。
Catalogue

第1章 绪论
1.1 协议
1.1.1 定义
1.1.2 网络体系结构
1.2 协议分析
1.2.1 应用需求
1.2.2 协议逆向工程
参考文献

第2章 协议设计原理
2.1 协议模型
2.2 协议设计的基本内容
2.2.1 协议的通信环境
2.2.2 协议提供的服务
2.2.3 协议功能
2.2.4 协议元素
2.3 差错控制技术
2.3.1 差错类型
2.3.2 差错检测技术
2.3.3 报文丢失、重复、失序处理技术
2.3.4 差错控制与层次的关系
2.4 典型协议
2.4.1 HDLC协议
2.4.2 PPP协议
2.4.3 IP协议
2.4.4 TCP协议
2.4.5 HTTP协议
2.5 总结与展望
参考文献

第3章 协议规范描述模型
3.1 概述
3.2 协议规范描述需求分析
3.3 高阶属性方法
3.3.1 协议格式分析
3.3.2 高阶属性文法
3.4 基于高阶属性方法的协议规范描述模型
3.5 模型实现
3.6 总结与展望
参考文献

第4章 基于网络流量的协议格式逆向分析
4.1 概述
4.2 序列比对技术
4.2.1 双序列比对
4.2.2 多序列比对
4.2.3 问题分析
4.3 典型报文序列分析方法
4.3.1 PI
4.3.2 PEXT
4.3.3 BFS
4.3.4 ScriptGen
4.3.5 Discoverel
4.3.6 Automaton
4.3.7 Netzob
4.4 基于递归聚类的协议格式提取方法
4.4.1 基本块划分
4.4.2 递归分析
4.4.3 报文结构信息分析
4.4.4 语义及取值约束推断
4.4.5 算法复杂度分析
4.5 人工知识在逆向分析中的应用
4.5.1 人工知识
4.5.2 半自动协议逆向分析
4.6 RPRA实现
4.6.1 输入模块
4.6.2 自动分析模块
4.6.3 输出模块
4.6.4 纠正模块
4.7 应用实例
4.7.1 样本集的获取
4.7.2 数据预处理
4.7.3 已知协议分析
4.8 总结与展望
参考文献

第5章 动态二进制程序分析技术
5.1 概述
5.2 动态污点分析技术
5.2.1 动态污点分析的原理
5.2.2 污点属性的传播特征
5.2.3 动态污点分析技术的应用
5.3 动态符号执行技术
5.3.1 符号执行的原理
5.3.2 符号执行技术的局限
5.3.3 动态符号执行的原理及应用
5.4 二进制分析平台简介
5 4 1Intel Pin
5.4.2 BltBlaze
5.4.3 其他二进制分析平台
5.5 总结与展望
参考文献

第6章 基于执行轨迹的协议格式逆向分析
6.1 概述
6.2 典型指令序列分析方法
6.2.1 Polyglot
6.2.2 AutoFormat
6.2.3 Tupni
6.2.4 Prospex
6.2.5 ReFormat
6.2.6 Dispatcher
6.3 基于混合符号执行的协议格式提取方法
6.3.1 概述
6.3.2 基本思想
6.3.3 基于中间语言的混合符号执行技术
6.3.4 语义解析层次的协议格式提取技术
6.3.5 原型实现及应用
6.4 总结与展望
参考文献

第7章 协议状态机推断技术
7.1 概述
7.2 基本定义
7.3 状态机推断技术研究现状
7.3.1 基于指令序列的状态机推断研究
7.3.2 基于报文序列的状态机推断研究
7.3.3 两类方法的比较
7.4 测试驱动状态融合的协议状态机推断方法-
7.4.1 状态融合问题分析
7.4.2 方法概述
7.4.3 初始状态机构造
7.4.4 状态匹配与融合
7.4.5 状态融合验证
7.4.6 实例分析
7.5 基于域知识的协议状态机主动推断算法
7.5.1 概述
7.5.2 L+N算法
7.5.3 基于强顺序约束关系的output query过滤机制
7.5.4 基于EPTT的output query预响应机制
7.5.5 基于正例样本变异的equivalence queor近似判定算法
7.5.6 实例分析
7.6 总结与展望
参考文献

第8章 协议逆向分析的应用
8.1 概述
8.2 Fuzzing测试技术
8.3 基于模型的Fuzzing技术面临的问题
8.3.1 数据格式的描述
8.3.2 测试用例的生成
8.4 文法驱动的Fuzzing测试技术
8.4.1 文法分析树的构造
8.4.2 测试节点的选择
8.4.3 基于语义的测试用例生成
8.5 应用实例
8.6 总结与展望
参考文献

附录 缩略语
Introduction

协议是计算机网络和分布式系统中各种通信实体间相互交换信息时必须遵守的一组规则或约定,这些规则明确规定了所交换的数据格式及有关的同步问题,从而保证了通信双方有条不紊、可靠地交换信息。自从英格兰国家物理实验室(National Physical Laboratory,NPL)的R.A.Scantlebury和K.A.BaItlett在1967年将“协议”(protocol)一词用于描述数据通信过程以来,已有大量通信协议出现并被标准化,广泛用于各种各样的网络和通信应用中。比较著名的网络协议有TCP/IP协议栈中的一系列协议,如lP、TCP、UDP、POP3、SMTP、HTTP协议等。
除了大量标准化的通信协议外,网络中还存在大量私有协议(也称为未知协议),各软件厂商或个人出于经济利益、安全、隐私等因素的考虑,并没有公开协议细节;一些恶意软件也采用了自己的私有协议防止被跟踪和分析。
网络协议规范对于网络管理、网络攻防有着重要意义。从网络管理的角度看,识别网络流量使用的传输协议对于提高网络服务质量、了解网络运行状态、监控恶意网络应用具有重要意义。从网络攻击的角度来看,假冒攻击、网络监听等主动和被动攻击技术都需要以协议格式为前提。从网络防护的角度看,识别软件使用的通信协议、分析软件间网络交互报文是软件安全性分析、漏洞挖掘、流量控制和网络安全策略制定等工作的重要内容。而对于迅速传播的蠕虫、僵尸程序、木马等恶意软件,快速分析其通信协议、掌握其命令控制方式更是对恶意软件做出及时反应的关键步骤。因此,以网络协议为主要研究对象的协议分析技术应运而生。
协议分析技术主要分为两大类,一类是对已知协议的识别与分析,另一类是对未知协议的逆向分析。前者以协议特征(如协议格式特征、端口特征、流量特征等)为基础,识别应用使用的通信协议并根据协议规范对协议报文进行分析,其前提是协议规范已知。后者则是在协议特征未知的条件下,通过协议报文或协议软件执行过程分析得到协议规范(包括协议格式和协议状态机),即协议逆向分析。
协议逆向工程(ProtocolReverseEngineering),是指在不依赖于协议描述的情况下,通过对协议实体的网络输入/输出、系统行为和指令执行流程进行监控和分析,提取协议语法、语义和同步信息的过程,是工程化的协议逆向分析方法。人工方式的协议逆向虽然取得了较为理想的效果,但其过程冗长耗时、费力,且准确率依赖于分析人员的经验。随着网络规模的扩大和应用种类的增多,对协议逆向的准确性和时效性的要求越来越高,自动化的协议逆向分析技术成为人们追求的目标。
在江苏省自然科学基金项目“协议逆向工程关键技术研究”以及军队有关项目资助下,解放军理工大学协议逆向分析课题组经过多年研究,在自动化的协议逆向分析方面取得了一些研究成果。这些研究成果以及国内外在协议逆向分析方向的新研究进展形成了本书的主体内容。
全书共8章,主要介绍协议逆向分析原理及应用技术。第1章绪论,主要介绍协议、协议逆向工程等相关概念、研究现状。第2章主要介绍协议设计原理,内容包括协议设计模型、内容、差错控制技术以及典型协议简介等,以此作为协议逆向分析的背景知识。第3章主要介绍协议规范描述模型,内容涉及协议逆向分析对协议规范描述模型的要求、著者提出的基于高阶属性文法的协议规范描述模型,这部分内容是一体化的协议逆向分析技术的基础。协议格式逆向分析主要有两种方法:基于网络流量的协议格式逆向分析和基于执行轨迹的协议格式逆向分析。第4章主要介绍基于网络流量的协议格式逆向分析,内容包括该方法的一般原理、研究现状、著者提出的基于递归聚类的协议格式提取方法、人工知识在逆向分析中的应用等。第5章主要介绍动态二进制程序分析技术,内容包括动态污点分析、动态符号执行技术以及常见的二进制程序分析平台,本章是基于执行轨迹的协议格式逆向分析技术的基础。第6章介绍基于执行轨迹的协议格式逆向分析方法,包括该方法的一般原理、研究现状以及作者在此方向上的研究成果。第7章介绍协议状态机推断技术,包括状态机推断原理、研究现状以及著者提出的两种状态机推断方法。第8章以针对网络协议的模糊测试技术为例,介绍网络协议逆向分析技术的应用。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book