I've found a program named wipefs
run by the postgres
user. The server is a Ubuntu 12.04.
When I did ps ax|grep wipefs
I've got:
10209 ? Sl 1:04 /var/tmp/.ICE-unix/-l/.db/wipefs --library-path /var/tmp/.ICE-unix/-l/.db /var/tmp/.ICE-unix/-l/.db/x
Then I did this:
ls -lah /var/tmp/.ICE-unix/-l/.db/
total 14M
drwxr-xr-x 2 postgres postgres 4.0K Jun 11 19:24 .
drwxr-xr-x 3 postgres postgres 4.0K Jul 17 21:00 ..
-rwxr-xr-x 1 postgres postgres 1.8M Nov 20 2017 libc.so.6
-rwxr-xr-x 1 postgres postgres 2.3M Nov 20 2017 libcrypto.so.1.0.0
-rwxr-xr-x 1 postgres postgres 15K Nov 20 2017 libdl.so.2
-rwxr-xr-x 1 postgres postgres 31K Nov 20 2017 libffi.so.6
-rwxr-xr-x 1 postgres postgres 88K Nov 20 2017 libgcc_s.so.1
-rwxr-xr-x 1 postgres postgres 898K Nov 20 2017 libgcrypt.so.20
-rwxr-xr-x 1 postgres postgres 511K Nov 20 2017 libgmp.so.10
-rwxr-xr-x 1 postgres postgres 1.2M Nov 20 2017 libgnutls.so.30
-rwxr-xr-x 1 postgres postgres 79K Nov 20 2017 libgpg-error.so.0
-rwxr-xr-x 1 postgres postgres 203K Nov 20 2017 libhogweed.so.4
-rwxr-xr-x 1 postgres postgres 232K Nov 20 2017 libhwloc.so.5
-rwxr-xr-x 1 postgres postgres 203K Nov 20 2017 libidn.so.11
-rwxr-xr-x 1 postgres postgres 39K Nov 20 2017 libltdl.so.7
-rwxr-xr-x 1 postgres postgres 1.1M Nov 20 2017 libm.so.6
-rwxr-xr-x 1 postgres postgres 95K Nov 20 2017 libmicrohttpd.so.10
-rwxr-xr-x 1 postgres postgres 215K Nov 20 2017 libnettle.so.6
-rwxr-xr-x 1 postgres postgres 43K Nov 20 2017 libnuma.so.1
-rwxr-xr-x 1 postgres postgres 399K Nov 20 2017 libp11-kit.so.0
-rwxr-xr-x 1 postgres postgres 136K Nov 20 2017 libpthread.so.0
-rwxr-xr-x 1 postgres postgres 77 Jun 11 19:21 libq.so.1
-rwxr-xr-x 1 postgres postgres 31K Nov 20 2017 librt.so.1
-rwxr-xr-x 1 postgres postgres 280 May 15 19:52 libs.so.1
-rwxr-xr-x 1 postgres postgres 419K Nov 20 2017 libssl.so.1.0.0
-rwxr-xr-x 1 postgres postgres 1.5M Nov 20 2017 libstdc++.so.6
-rwxr-xr-x 1 postgres postgres 75K Nov 20 2017 libtasn1.so.6
-rwxr-xr-x 1 postgres postgres 103K Nov 20 2017 libz.so.1
-rwxr-xr-x 1 postgres postgres 159K Nov 20 2017 wipefs
-rwxr-xr-x 1 postgres postgres 2.1M Jun 3 15:04 x
In other systems running PostgreSql the directory /tmp/.ICE-unix
is empty.
Is this a virus?.