[记载]国外团伙摧毁我的私人Minecraft服务器。后台log+分析 ...

打印 上一主题 下一主题

主题 858|帖子 858|积分 2574

媒介:就算是私人的服务器,也肯定要加验证插件好吧!这波是我的疏忽。没有做安全防护

服务器:Spigot-1.21

后台log总结

14:31:16 op进入世界,并使用
/gamerule sendCommandFeedback true(不表现下令反馈)
/gamerule keepInventory false(关闭死亡不掉)
/pardon (规复白名单,与/unban同理)
/gamerule doImmediateRespawn true(死亡后立即重生)
/gamerule mobGriefing true(允许粉碎世界)
/gamerule doDaylightCycle false(关闭日夜交替)
/whitelist off(关闭白名单)
/difficulty hard(游戏模式:困难)
/gamerule doFireTick true(火蔓延并不熄灭)
/execute as @a run summon minecraft:wither ~ ~ ~ {Invulnerable:1b,CustomName:‘{“text”:“MOUNTAINSOFLAVAINC T-800 Terminator”,“color”:“red”}’}(创建凋零,并且定名为:MOUNTAINSOFLAVAINC T-800 Terminator,设置为赤色名字)
/execute as @a run summon minecraft:fireball ~ ~ ~ {Motion:[0.0,-5.0,0.0],ExplosionPower:127b,CustomName:‘{“text”:“WATCHMOUNTAINSOFLAVAINCONYOUTUBE”,“color”:“red”}’}(创建了一个火球,名字为:WATCHMOUNTAINSOFLAVAINCONYOUTUBE,设置名字为赤色)
/execute as @a run fill ~21 ~8 ~21 ~-21 ~-8 ~-21 lava(填充岩浆)
然后每个玩家都给了op(推测:先看玩家文件里面谁是op,然后用那个账号进入游戏。开始实行上述下令)
14:35:56 最后一个玩家写的↓
/scoreboard objectives add 8izvmz2j80 dummy {“text”:" !!!TERMINATED BY SKYNET!!! —> Mountains of Lava Inc. —> Please email any concerns to: molcomplaints@***********.com"}(已做屏蔽处置处罚)
服务器内部图片


↑服务器内部状况(后面全是岩浆。目前已经重装,没有更多截图了)

↑我加入了他们的Discord,并在Discord里面看到了一个视频网址(YT),我去看了。图片里应该已经是炸了2w个服务器了。而且专挑端口在25565的
至此,已颠末去了4m40s,然后Spigot Watchdog开始察觉服务器非常,并进行了一系列措施(具体历程因为篇幅问题以是没有列出)

状态解析:
RUNNABLE:线程正在Java虚拟机中实行Java代码。
WAITING:线程在等待某个条件成立以便继续实行。这不是因为时间的原因,而是等待另一个线程实行一个(无时限的)动作。
TIMED_WAITING:线程在等待某个条件成立以便继续实行,但等待有时间限制。
各信息表示:
Server thread:服务器的主线程,负责处置处罚游戏逻辑和玩家交互
Spigot Watchdog Thread:负责监控服务器线程的健康状态,并在须要时接纳行动
Netty Epoll Server IO #x:Netty是Minecraft服务器用于网络通信的框架,Epoll是Linux上的一个高效I/O事件通知机制
luckperms-worker-x 和 luckperms-scheduler:与LuckPerms插件相干的线程,用于处置处罚权限和用户组数据
最后:[14:35:57] Soigot Watchdog 开始尝试使用./start.sh重启服务器
  1. [02:35:56] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  2. [02:35:56] [Spigot Watchdog Thread/ERROR]:         PID: 36 | Suspended: false | Native: false | State: RUNNABLE
  3. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  4. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 9 | Suspended: false | Native: false | State: RUNNABLE
  5. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  6. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 10 | Suspended: false | Native: false | State: WAITING
  7. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  8. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 11 | Suspended: false | Native: false | State: RUNNABLE
  9. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Notification Thread
  10. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 17 | Suspended: false | Native: false | State: RUNNABLE
  11. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
  12. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 18 | Suspended: false | Native: false | State: TIMED_WAITING
  13. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  14. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 20 | Suspended: false | Native: false | State: RUNNABLE
  15. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: JNA Cleaner
  16. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 25 | Suspended: false | Native: false | State: TIMED_WAITING
  17. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
  18. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
  19. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Yggdrasil Key Fetcher
  20. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
  21. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
  22. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 38 | Suspended: false | Native: false | State: WAITING
  23. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  24. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 36 | Suspended: false | Native: false | State: RUNNABLE
  25. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: TerminalConsoleWriter
  26. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 41 | Suspended: false | Native: false | State: WAITING
  27. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  28. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 40 | Suspended: false | Native: true | State: RUNNABLE
  29. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  30. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 42 | Suspended: false | Native: false | State: RUNNABLE
  31. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  32. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 43 | Suspended: false | Native: false | State: TIMED_WAITING
  33. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
  34. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 44 | Suspended: false | Native: true | State: RUNNABLE
  35. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: HttpClient-1-SelectorManager
  36. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 45 | Suspended: false | Native: true | State: RUNNABLE
  37. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-0
  38. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
  39. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-1
  40. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 47 | Suspended: false | Native: false | State: WAITING
  41. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-2
  42. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 48 | Suspended: false | Native: false | State: WAITING
  43. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-3
  44. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 49 | Suspended: false | Native: false | State: WAITING
  45. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-4
  46. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 50 | Suspended: false | Native: false | State: WAITING
  47. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-5
  48. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 51 | Suspended: false | Native: false | State: WAITING
  49. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-6
  50. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 52 | Suspended: false | Native: false | State: WAITING
  51. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-scheduler
  52. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 53 | Suspended: false | Native: false | State: TIMED_WAITING
  53. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  54. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 54 | Suspended: false | Native: true | State: RUNNABLE
  55. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: MVStore background writer /home/container/plugins/LuckPerms/luckperms-h2-v2.mv.db
  56. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 56 | Suspended: false | Native: false | State: TIMED_WAITING
  57. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: H2-serialization
  58. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 62 | Suspended: false | Native: false | State: WAITING
  59. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: H2-save
  60. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 63 | Suspended: false | Native: false | State: WAITING
  61. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  62. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 64 | Suspended: false | Native: false | State: TIMED_WAITING
  63. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  64. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 69 | Suspended: false | Native: false | State: TIMED_WAITING
  65. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
  66. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 70 | Suspended: false | Native: false | State: TIMED_WAITING
  67. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  68. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 74 | Suspended: false | Native: false | State: TIMED_WAITING
  69. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
  70. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 111 | Suspended: false | Native: true | State: RUNNABLE
  71. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
  72. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 127 | Suspended: false | Native: true | State: RUNNABLE
  73. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
  74. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 145 | Suspended: false | Native: true | State: RUNNABLE
  75. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool-3-worker-1
  76. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 690 | Suspended: false | Native: false | State: TIMED_WAITING
  77. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-4
  78. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 694 | Suspended: false | Native: false | State: TIMED_WAITING
  79. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-5
  80. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 695 | Suspended: false | Native: false | State: WAITING
  81. [02:35:57] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
  82. [02:35:57] [Spigot Watchdog Thread/ERROR]:         PID: 761 | Suspended: false | Native: false | State: TIMED_WAITING
  83. [02:35:57] [Spigot Watchdog Thread/INFO]: Attempting to restart with ./start.sh
复制代码
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0 个回复

正序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

曂沅仴駦

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表