- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Emergency Help
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
11-16-2004 02:24 AM
11-16-2004 02:24 AM
Also, anyone heard of a new virus that is picking on port 445?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 02:29 AM
11-16-2004 02:29 AM
Re: Emergency Help
lsof -p tcp:445
lsof -p udp:445
lsof - is a tool (list open files. Get it from http://hpux.connect.org.uk)
you can also do
netstat -an|grep 445 and see which process is using port 445 and if not required you can stop process.
For content filter you can use free hp-ux product - ipfilter. Look for it at product.hp.com
Hope this helps.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 02:31 AM
11-16-2004 02:31 AM
SolutionYou can look into ipfilter,
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 02:38 AM
11-16-2004 02:38 AM
Re: Emergency Help
To secure your HP-UX Box, you can try Bastille (download on http://software.hp.com/) which is also available for linux.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 02:40 AM
11-16-2004 02:40 AM
Re: Emergency Help
It can totally block specific ports. It can block certain protcols on ports you need to leave open.
If you identify the port the bad traffic is on, configuration is relatively easy.
I'm attaching my ipf.conf file from a sandbox machine that was getting hammered until i brought up ipfilter. I believe there is already a link to that product in this thread.
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
11-16-2004 02:45 AM
11-16-2004 02:45 AM
Re: Emergency Help
check the symantec site for the latest virus threat.
http://securityresponse.symantec.com/avcenter/vinfodb.html
Hope this helps.
regds