Operating System - HP-UX
1753360 Members
4878 Online
108792 Solutions
New Discussion юеВ

Re: grep issue , login -h userID -p?

 
shell script_1
Advisor

grep issue , login -h userID -p?

Any idea what is this process mean?
login -h FAZIDAH тАУp

# ps тАУef | grep FAZIDAH
root 15483 15482 0 09:21:29 pts/t7d 0:00 login -h FAZIDAH -p
5 REPLIES 5
Suraj K Sankari
Honored Contributor

Re: grep issue , login -h userID -p?

Hi,

its showing the process which you have run above.
for more see the man pages of ps

Suraj
Anshumali
Esteemed Contributor

Re: grep issue , login -h userID -p?

Google environment-poisoning attacks via "login -p
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
shell script_1
Advisor

Re: grep issue , login -h userID -p?

what you meaning of Google environment-poisoning attacks via "login -p, please detail
Anshumali
Esteemed Contributor

Re: grep issue , login -h userID -p?

As simple as open http://www.google.com
and search that....

Few links for you:

http://www.atm.tut.fi/list-archive/freebsd-security/msg04562.html

"login -p can be used to propagate environment flags
in order to trojan the user shell of the target account. There
are several significant cases:
* Dynamically-linked target shell.
* Target account shell is a shell script"


Not necessarily applicable to your case but close.

--->You need to work on it along with above :) "I have assigned points to 0 of 6 responses to my questions."
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Matti_Kurkela
Honored Contributor

Re: grep issue , login -h userID -p?

"A picture is worth a thousand words."
Please see:

http://lmgtfy.com/?q=environment-poisoning+attacks+%22login+-p%22

Anshumali is suggesting that your process looks similar to a known attack: someone may be trying to break into your system.

MK
MK