Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hi-KK/PySpider-ICS
使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)
https://github.com/hi-KK/PySpider-ICS
ics ics-security pyspider
Last synced: 3 months ago
JSON representation
使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)
- Host: GitHub
- URL: https://github.com/hi-KK/PySpider-ICS
- Owner: hi-KK
- Created: 2019-03-08T06:08:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T06:37:44.000Z (about 4 years ago)
- Last Synced: 2024-06-06T20:03:57.602Z (5 months ago)
- Topics: ics, ics-security, pyspider
- Language: Python
- Size: 1.46 MB
- Stars: 67
- Watchers: 2
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - hi-KK/PySpider-ICS - 使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等) (Python)
README
# PySpider-ICS
## 对大佬有帮助的话就给个Star吧!
### 说明
此项目用来记录使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)
数据来源如下
#### 美国工控系统网络应急响应小组(*ICS-CERT*)
https://ics-cert.us-cert.gov/advisories
![1552026920160](assets/1552026920160.png)
![1552026977010](assets/1552026977010.png)
#### CNVD-工控系统行业漏洞
http://ics.cnvd.org.cn
![1552027006406](assets/1552027006406.png)
![1552027042387](assets/1552027042387.png)
#### Siemens ProductCERT
https://new.siemens.com/global/en/products/services/cert.html#SecurityPublications
![1552027071451](assets/1552027071451.png)
针对西门子CERT,直接对其https://cert-portal.siemens.com/productcert/json/advisories.json 的json数据接口进行解析,额外查询了pyspider对json数据解析的方法:http://docs.pyspider.org/en/latest/apis/self.send_message/
**利用send_message,将单个页面的多个结果,for循环后,每个dict结果,都调用send_message去发送message给自己的项目,在收到message的地方,再返回dict结果。**
#### 工业互联网安全应急响应中心
https://www.ics-cert.org.cn/
![1552027329515](assets/1552027329515.png)
暂时这么多,其他需要再添加