- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to see unauthorized intrusion into Hp boxe...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 12:44 AM
06-08-2007 12:44 AM
How to see unauthorized intrusion into Hp boxes
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 12:47 AM
06-08-2007 12:47 AM
Re: How to see unauthorized intrusion into Hp boxes
logs:
/var/adm/syslog/syslog.log
That and the keyboard histories should start the investigation.
Ask the DBA for screen shots or logs with evidence. An oracle defect or missing OS patches could just as easily have caused this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 12:49 AM
06-08-2007 12:49 AM
Re: How to see unauthorized intrusion into Hp boxes
Sorry I forgot. For the next intrusion this software might be helpful.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUX-HIDS
Also, now that I actually use two brain cells at the same time, I'd say reset the passwords on all the oracle binary owners and be careful handing them out.
Since its an oracle shutdown the oracle logs are the best place to look.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 01:08 AM
06-08-2007 01:08 AM
Re: How to see unauthorized intrusion into Hp boxes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 01:15 AM
06-08-2007 01:15 AM
Re: How to see unauthorized intrusion into Hp boxes
check with "last" whether there is a machine of a user who shouldn't be able to login, someone perhaps know the root, oracle etc.. password.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 01:19 AM
06-08-2007 01:19 AM
Re: How to see unauthorized intrusion into Hp boxes
There are two possibilities. The first most unlikely is that they did this remotely. Looking at the tnslistner log will be a good start. But I agree with Steve that it would in most likely be something in a log file as Oracle are pretty verbose when it comes to logging these sort of things.
The other less likely option is that they logged on to the local servers to do this, but since it is 4 different servers unless your passwords are the same on all servers (no comment) this is unlikely. but you can use the last command to verify this. Also the sulog.
Regards
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 01:21 AM
06-08-2007 01:21 AM
Re: How to see unauthorized intrusion into Hp boxes
The following pathnames are based on Oracle 9i, so YMMV:
# who -u
to see who is currently logged in
# last -R -100
to see the last 100 valid logins
# lastb -R -100
to see the last 100 failed login attempts
# more /home/oracle/.sh_history
to view the command history for the oracle user (obviously, substitute the appropriate username for your system)
$ more ${ORACLE_BASE}/admin/
to view the alertlog for
$ more ${ORACLE_HOME}/network/log/listener.log
to view connection history of Oracle listener
# find / -type f -mtime -1 -print
for a list of recently modified files on your system
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 02:30 AM
06-08-2007 02:30 AM
Re: How to see unauthorized intrusion into Hp boxes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 02:38 AM
06-08-2007 02:38 AM