Strange Process FIST


 
Thread Tools Search this Thread
Special Forums Cybersecurity Strange Process FIST
# 1  
Old 02-02-2011
Strange Process FIST

Just run top on my server and noticed lots of processes called "fist"
Code:
28626 root      15   0 18176  12m 2420 S  2.7  0.2   0:00.08 fist
28631 root      15   0 18176  12m 2420 S  2.7  0.2   0:00.08 fist
28633 root      15   0 18172  12m 2420 S  2.7  0.2   0:00.08 fist
28640 root      15   0 18184  12m 2420 S  2.3  0.2   0:00.07 fist
28644 root      15   0 18180  12m 2420 S  2.3  0.2   0:00.07 fist
28649 root      15   0 18020  11m 2320 S  2.0  0.2   0:00.06 fist
 2137 named     25   0  246m  10m 2072 S  1.0  0.1   0:37.20 named
27717 root      18   0 70404 5200  744 D  1.0  0.1   0:03.09 find
28485 root      15   0 18320  11m 1324 S  0.7  0.1   0:00.02 fist
  486 root      10  -5     0    0    0 S  0.3  0.0   0:42.95 kjournald
 2083 root      16   0  5908  624  500 S  0.3  0.0   0:00.86 syslogd
27737 root      15   0 12872 1252  816 R  0.3  0.0   0:00.16 top
28489 root      15   0 18300  11m 1324 S  0.3  0.1   0:00.01 fist
28493 root      15   0 18320  11m 1172 S  0.3  0.1   0:00.01 fist
28500 root      15   0 18300  11m 1196 S  0.3  0.1   0:00.01 fist
28505 root      15   0 18324  11m 1172 S  0.3  0.1   0:00.01 fist
28508 root      15   0 18320  11m 1172 S  0.3  0.1   0:00.01 fist
28515 root      15   0 18344  11m 1176 S  0.3  0.1   0:00.01 fist
28534 root      15   0 18344  11m 1176 S  0.3  0.1   0:00.01 fist
28535 root      15   0 18316  11m 1172 S  0.3  0.1   0:00.01 fist
28536 root      15   0 18320  11m 1172 S  0.3  0.1   0:00.01 fist
28537 root      15   0 18320  11m 1172 S  0.3  0.1   0:00.01 fist
28568 root      15   0 18172  11m 1492 S  0.3  0.1   0:00.01 fist
28574 root      15   0 18172  11m 1492 S  0.3  0.1   0:00.01 fist
28609 root      15   0 18424  11m 1200 S  0.3  0.1   0:00.01 fist
28615 root      15   0 18340  11m 1172 S  0.3  0.1   0:00.01 fist
28621 root      15   0 18316  11m 1172 S  0.3  0.1   0:00.01 fist
28622 root      15   0 18340  11m 1172 S  0.3  0.1   0:00.01 fist
28628 root      15   0 18344  11m 1172 S  0.3  0.1   0:00.01 fist
28642 root      15   0 18324  11m 1176 S  0.3  0.1   0:00.01 fist
    1 root      15   0 10348  700  592 S  0.0  0.0   0:01.05 init

Anyone seen these before - I did a google on it but could not find much - they were respawing and their numbers were not constant - so I ran KILLALL

I am running Centos - x86_64 x86_64 x86_64 GNU/Linux

Martyn

Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks.
# 2  
Old 02-02-2011
Could try a "which fist" to maybe find it's binary. Also a ps with different switches/options could show the path to that binary.
When you found it, you might issue a
Code:
strings fist

to see what kind of readable text is in it to hopefully get a clue.
Also query your package management like rpm for example on other Linux distros to get information - it could be part of an installed package.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Command to get exact tomcat process I am running ignoring other java process

Team, I have multiple batchjobs running in VM, if I do ps -ef |grep java or tomcat I am getting multiple process list. How do I get my exact tomcat process running and that is unique? via shell script? (4 Replies)
Discussion started by: Ghanshyam Ratho
4 Replies

2. Shell Programming and Scripting

Monitoring processes in parallel and process log file after process exits

I am writing a script to kick off a process to gather logs on multiple nodes in parallel using "&". These processes create individual log files. Which I would like to filter and convert in CSV format after they are complete. I am facing following issues: 1. Monitor all Processes parallelly.... (5 Replies)
Discussion started by: shunya
5 Replies

3. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

4. AIX

AIX: two strange process

I check for top 10 cpu consumer ps auxww |head -10 USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 131076 23,6 0,0 448 448 - A 16:00:59 50:21 wait root 983070 21,9 0,0 448 448 - A 16:00:59 46:43 waitI try to kill them sudo... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

5. Solaris

Strange slash in process

I have Solaris-9, where ndsd application is running. If i grep it, it should three slashed in front of path. Thought everything is working working, but it looks strange, why it is like this. root@trim_prt7:/# ps -ef | grep -i ndsd root 21505 21355 0 08:58:20 pts/23 0:00 grep -i ndsd ... (3 Replies)
Discussion started by: solaris_1977
3 Replies

6. Shell Programming and Scripting

script to monitor the process system when a process from user takes longer than 15 min run.

get email notification from from system when a process from XXXX user takes longer than 15 min run.Let me know the time estimation for the same. hi ,any one please tell me , how to write a script to get email notification from system when a process from as mentioned above a xxxx user takes... (1 Reply)
Discussion started by: kirankrishna3
1 Replies

7. UNIX for Dummies Questions & Answers

creating a file using the fist column and printing second column

Hello all. I have a problem that I need help solving. I would like to convert the following file: human pool1_12 10e-02 45 67 human pool1_1899 10e-01 45 29 human pool1_1829 10e-01 43 26 horse pool1_343 10e-20 65 191 horse pool1_454 10e-09 44 43... (5 Replies)
Discussion started by: viralnerd
5 Replies

8. Shell Programming and Scripting

Shell Script to Kill Process(number of process) Unix/Solaris

Hi Experts, we do have a shell script for Unix Solaris, which will kill all the process manullay, it used to work in my previous env, but now it is throwing this error.. could some one please help me to resolve it This is how we execute the script (and this is the requirement) ... (2 Replies)
Discussion started by: jonnyvic
2 Replies

9. UNIX for Dummies Questions & Answers

regular expression for replacing the fist word with a last word in line

I have a File with the below contents File1 I have no prior experience in unix. I have just started to work in unix. My experience in unix is 0. My Total It exp is 3 yrs. I need to replace the first word in each line with the last word for example unix have no prior experience in... (2 Replies)
Discussion started by: kri_swami
2 Replies

10. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies
Login or Register to Ask a Question