Нема описа

soc-b1-vmware-rules.xml 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--
  2. SOC Proposal Rules — Appendix B1: VMware vCenter / ESXi
  3. Simulation profile rule IDs : 100401-100403
  4. Production profile rule IDs : 110401-110403
  5. -->
  6. <group name="soc_mvp,appendix_b,b1,vmware,">
  7. <!-- ── Simulation profile ── -->
  8. <!-- ── Production profile (if_group=vmware + real log patterns) ── -->
  9. <rule id="110401" level="12">
  10. <if_group>vmware</if_group>
  11. <match>Login failure</match>
  12. <description>B1-01 [PROD] vCenter: login failure detected (brute-force indicator)</description>
  13. <group>soc_prod,b1,vcenter,auth,</group>
  14. <mitre><id>T1110</id></mitre>
  15. </rule>
  16. <rule id="110402" level="8">
  17. <if_group>vmware</if_group>
  18. <match>SSH login is enabled</match>
  19. <description>B1-02 [PROD] ESXi: SSH service enabled on host</description>
  20. <group>soc_prod,b1,esxi,ssh,</group>
  21. <mitre><id>T1021.004</id></mitre>
  22. </rule>
  23. <rule id="110403" level="12">
  24. <if_group>vmware</if_group>
  25. <match>sshd</match>
  26. <description>B1-03 [PROD] ESXi: SSH authentication event detected</description>
  27. <group>soc_prod,b1,esxi,ssh,</group>
  28. <mitre><id>T1021.004</id></mitre>
  29. </rule>
  30. <!-- ── Production normalized key=value path (soc-mvp production profile) ── -->
  31. </group>