MRobot/app/tools/analyzing_ioc.py
2025-08-04 20:52:19 +08:00

7 lines
150 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class analyzing_ioc:
def __init__(self, ioc_data): # 初始化方法接收IOC数据
self.ioc_data = ioc_data # 存储IOC数据