← 返回 meta 的题目列表Implement a Botnet Crawler
类型:online_judge
Problem Description
Design a Botnet Crawler that scans the network for potential malware and botnets. Ensure that the design can handle high traffic, is resilient and fault-tolerant, and can update the list of known malicious IP addresses in real-time.
Input
You may not have specific inputs as you need to consider how to fetch data from the network.
Output
When malicious activity is detected, provide a list of suspicious IP addresses.
Requirements
Describe your design approach, including the network protocols used for crawling, data processing methods, and how malware is identified.
Additional Requirements
The solution should include specific code implementations covering data fetching, processing, and storage.
Provide 5 different scenarios as test cases.
Example
Input
http://malicious-site.com