All Projects → hi-KK → Pyspider Ics

hi-KK / Pyspider Ics

使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pyspider Ics

ICS LAB CMU 2016
CMU-CSAPP-LAB 原始文件+完成代码+文字攻略(过程记录手稿第一版)
Stars: ✭ 51 (+37.84%)
Mutual labels:  ics
Ics Py
Pythonic and easy iCalendar library (rfc5545)
Stars: ✭ 322 (+770.27%)
Mutual labels:  ics
Grassmarlin
Provides situational awareness of Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) networks in support of network security assessments. #nsacyber
Stars: ✭ 621 (+1578.38%)
Mutual labels:  ics
weather-calendar-feed
Display yr.no weather (supports the entire Earth) forecasts with highly customizable Event titles in your Google Calendar, Android phone, iPhone, Outlook or other iCalendar app
Stars: ✭ 16 (-56.76%)
Mutual labels:  ics
ICS-TestBed-Framework
ICS TestBed Framework
Stars: ✭ 39 (+5.41%)
Mutual labels:  ics
Ics Parser
Parser for iCalendar Events • PHP 7.2+, 5 (≥ 5.6)
Stars: ✭ 342 (+824.32%)
Mutual labels:  ics
Daylight-Calendar-ICS
Daylight Calendar is a dynamically generated .ics calendar that you can host and subscribe to in Google Calendar, iCal, or other calendar software.
Stars: ✭ 22 (-40.54%)
Mutual labels:  ics
Ical
iCal-creator for PHP
Stars: ✭ 891 (+2308.11%)
Mutual labels:  ics
Ics
iCalendar (ics) file generator for node.js
Stars: ✭ 324 (+775.68%)
Mutual labels:  ics
Icsmaster
ICS/SCADA Security Resource(整合工控安全相关资源)
Stars: ✭ 582 (+1472.97%)
Mutual labels:  ics
CyberICS.github.io
News and publication on cybersecurity in industry
Stars: ✭ 29 (-21.62%)
Mutual labels:  ics
remarkable-calendar-creator
Create calendars to display on a reMarkable device as the suspend screen or to write notes on, including events from your own online iCal calendar
Stars: ✭ 28 (-24.32%)
Mutual labels:  ics
Opcua
Native Go OPC-UA library
Stars: ✭ 382 (+932.43%)
Mutual labels:  ics
prodcal ics
Производственный календарь в формате ics
Stars: ✭ 23 (-37.84%)
Mutual labels:  ics
Isf
ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python
Stars: ✭ 690 (+1764.86%)
Mutual labels:  ics
aztarna
aztarna, a footprinting tool for robots.
Stars: ✭ 85 (+129.73%)
Mutual labels:  ics
Fb2cal
Fetch Facebook Birthdays events and create an ICS file for use with calendar apps
Stars: ✭ 335 (+805.41%)
Mutual labels:  ics
Conpot
ICS/SCADA honeypot
Stars: ✭ 853 (+2205.41%)
Mutual labels:  ics
Ics Security Tools
Tools, tips, tricks, and more for exploring ICS Security.
Stars: ✭ 749 (+1924.32%)
Mutual labels:  ics
Awesome Se
👨‍💻 ❤️ 💻 上海交通大学软件学院本科编程作业参考
Stars: ✭ 507 (+1270.27%)
Mutual labels:  ics

PySpider-ICS

对大佬有帮助的话就给个Star吧!

说明

此项目用来记录使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)

数据来源如下

美国工控系统网络应急响应小组(ICS-CERT)

https://ics-cert.us-cert.gov/advisories

1552026920160

1552026977010

CNVD-工控系统行业漏洞

http://ics.cnvd.org.cn

1552027006406

1552027042387

Siemens ProductCERT

https://new.siemens.com/global/en/products/services/cert.html#SecurityPublications

1552027071451

针对西门子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

暂时这么多,其他需要再添加

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].