# 封面

本书由来自宾夕法尼亚州立大学网络安全实验室的刘鹏，刘涛，罗南清，尚子彤，王海洲，王志龙，张兰，邹青田编写。

由来自中国科学院信息工程研究所信息安全国家重点实验室的应宗浩翻译。

Written by Peng Liu, Tao Liu, Nanqing Luo, Zitong Shang, Haizhou Wang, Zhilong Wang, LAN Zhang and Qingtian Zou from the Network Security Laboratory of Pennsylvania State University.

Translated by Zonghao Ying from the State Key Laboratory of Information Security, Institute of Information Engineering, Chinese Academy of Sciences.

引用格式

```
@book{aisecurity,
  title={AI for Cybersecurity: A Handbook of Use Cases},
  author={Liu, Peng and Liu, Tao and Luo, Nanqing and Shang, Zitong and Wang, Haizhou and Wang, Zhilong and Zhang, Lan and Zou, Qingtian},
  year={2022},
  url = {https://www.amazon.com/gp/product/B09T3123RB/},
  note = {Kindle edition},
  publisher={Amazon}
}
```

update 2024.1.3


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://elwood.gitbook.io/ai-for-cybersecurity/feng-mian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
