iflow-mcp-m507_ai-soc-agent 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/PKG-INFO +1 -1
  2. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/PKG-INFO +1 -1
  3. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/pyproject.toml +1 -1
  4. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/mcp_server.py +3 -3
  5. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/LICENSE +0 -0
  6. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/README.md +0 -0
  7. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/SOURCES.txt +0 -0
  8. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/dependency_links.txt +0 -0
  9. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/entry_points.txt +0 -0
  10. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/requires.txt +0 -0
  11. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/iflow_mcp_m507_ai_soc_agent.egg-info/top_level.txt +0 -0
  12. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/setup.cfg +0 -0
  13. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/__init__.py +0 -0
  14. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/README.md +0 -0
  15. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/__init__.py +0 -0
  16. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/agent_executor.py +0 -0
  17. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/cli/__init__.py +0 -0
  18. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/cli/main.py +0 -0
  19. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/session_manager.py +0 -0
  20. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/web/__init__.py +0 -0
  21. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/web/server.py +0 -0
  22. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/ai_controller/web/static/css/README.md +0 -0
  23. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/__init__.py +0 -0
  24. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/case_management.py +0 -0
  25. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/edr.py +0 -0
  26. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/kb.py +0 -0
  27. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/api/siem.py +0 -0
  28. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/__init__.py +0 -0
  29. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/config.py +0 -0
  30. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/config_storage.py +0 -0
  31. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/dto.py +0 -0
  32. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/errors.py +0 -0
  33. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/core/logging.py +0 -0
  34. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/__init__.py +0 -0
  35. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/__init__.py +0 -0
  36. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/__init__.py +0 -0
  37. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_client.py +0 -0
  38. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_http.py +0 -0
  39. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_mapper.py +0 -0
  40. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/iris/iris_models.py +0 -0
  41. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/__init__.py +0 -0
  42. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_client.py +0 -0
  43. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_http.py +0 -0
  44. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_mapper.py +0 -0
  45. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/case_management/thehive/thehive_models.py +0 -0
  46. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/__init__.py +0 -0
  47. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/local_tip/__init__.py +0 -0
  48. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/local_tip/local_tip_client.py +0 -0
  49. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/local_tip/local_tip_http.py +0 -0
  50. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/opencti/__init__.py +0 -0
  51. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/opencti/opencti_client.py +0 -0
  52. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/cti/opencti/opencti_http.py +0 -0
  53. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/__init__.py +0 -0
  54. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/elastic_defend/__init__.py +0 -0
  55. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/elastic_defend/elastic_defend_client.py +0 -0
  56. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/edr/elastic_defend/elastic_defend_http.py +0 -0
  57. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/__init__.py +0 -0
  58. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/clickup/__init__.py +0 -0
  59. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/clickup/clickup_client.py +0 -0
  60. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/clickup/clickup_http.py +0 -0
  61. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/github/__init__.py +0 -0
  62. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/github/github_client.py +0 -0
  63. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/github/github_http.py +0 -0
  64. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/trello/__init__.py +0 -0
  65. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/trello/trello_client.py +0 -0
  66. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/eng/trello/trello_http.py +0 -0
  67. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/kb/__init__.py +0 -0
  68. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/kb/fs_kb_client.py +0 -0
  69. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/__init__.py +0 -0
  70. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/elastic/__init__.py +0 -0
  71. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/elastic/elastic_client.py +0 -0
  72. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/integrations/siem/elastic/elastic_http.py +0 -0
  73. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/README.md +0 -0
  74. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/TOOLS.md +0 -0
  75. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/__init__.py +0 -0
  76. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/__main__.py +0 -0
  77. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/agent_profiles.py +0 -0
  78. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/flow_agent_profiles.py +0 -0
  79. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/rules_engine.py +0 -0
  80. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/mcp/runbook_manager.py +0 -0
  81. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/__init__.py +0 -0
  82. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/incident_workflow.py +0 -0
  83. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_case.py +0 -0
  84. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_cti.py +0 -0
  85. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_edr.py +0 -0
  86. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_eng.py +0 -0
  87. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_kb.py +0 -0
  88. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/orchestrator/tools_siem.py +0 -0
  89. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/web/__init__.py +0 -0
  90. {iflow_mcp_m507_ai_soc_agent-1.0.1 → iflow_mcp_m507_ai_soc_agent-1.0.2}/src/web/config_server.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iflow-mcp-m507_ai-soc-agent
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: AI-powered security investigation and incident response platform through MCP
5
5
  Author: M507
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iflow-mcp-m507_ai-soc-agent
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: AI-powered security investigation and incident response platform through MCP
5
5
  Author: M507
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "iflow-mcp-m507_ai-soc-agent"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  description = "AI-powered security investigation and incident response platform through MCP"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -3622,7 +3622,7 @@ async def main() -> None:
3622
3622
  logger.info(f"Configuration loaded successfully from {config_file}")
3623
3623
  else:
3624
3624
  logger.warning(f"config.json not found at {config_file}, using defaults")
3625
- from ..core.config import LoggingConfig
3625
+ # LoggingConfig already imported at module level
3626
3626
  config = SamiConfig(
3627
3627
  thehive=None,
3628
3628
  iris=None,
@@ -3632,7 +3632,7 @@ async def main() -> None:
3632
3632
  )
3633
3633
  except json.JSONDecodeError as e:
3634
3634
  logger.error(f"Invalid JSON in {config_file}: {e}", exc_info=True)
3635
- from ..core.config import LoggingConfig
3635
+ # LoggingConfig already imported at module level
3636
3636
  config = SamiConfig(
3637
3637
  thehive=None,
3638
3638
  iris=None,
@@ -3642,7 +3642,7 @@ async def main() -> None:
3642
3642
  )
3643
3643
  except Exception as e:
3644
3644
  logger.error(f"Failed to load {config_file}, using defaults: {e}", exc_info=True)
3645
- from ..core.config import LoggingConfig
3645
+ # LoggingConfig already imported at module level
3646
3646
  config = SamiConfig(
3647
3647
  thehive=None,
3648
3648
  iris=None,