Benign go Download

lib/puma/plugin/solid_queue.rb

Ruby dynamically invokes a method with sendCreates a Ruby background thread
SHA-2564a8f10fe44a77f602b8ac5f679640238096119131d386fca661f058951755882
MaleculeH₂(DbPo)

Evidence

Creates a Ruby background thread lines 32–39
32:23… s.on_booted do
33 @solid_queue_pid = fork do
34 Thread.new { monitor_puma }
35 SolidQueue::Supervisor.start(mode: :fork)
36 end
37 end
38
39 launcher.events.on_st …
Ruby dynamically invokes a method with send lines 100–113
100 def monitor(process_dead, message)
101 loop do
102 if send(process_dead)
103 log message
104 Process.kill(:INT, $$)
⋯9 lines

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.