Does rancher's docker container run a process named exe in linux?

I found a process named “exe” running on the VM where my Rancher docker container was running. When I stopped the Rancher container, the exe process disappeared from the list of running processes. This exe process was eating >50% of my CPU on the VM.
Anybody ever see this before?

The VM is running a fully updated Ubuntu 22.04.4 LTS.

There are 381 instances of “exe” in /proc

/var/lib/docker/overlay2/a9bc0e406ee3ba720fc7500fda5c026ac3347f437b64b90abd4bebd5bad95e35/diff/usr/local/go/misc/cgo/testshared/testdata/exe
/proc/1/task/1/exe
/proc/1/exe
/proc/2/task/2/exe
/proc/2/exe
/proc/3/task/3/exe
/proc/3/exe
. . . etc.

I could see this exe in /usr/bin/top but /usr/bin/ps could not find it.