473,387 Members | 1,859 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Open port 80, security issues?

Hi.

This might not be the right forum for my question, but still I throw it out:

I have just succeeded in publishing my ASP.NET web application on my own PC,
opening port 80 in/out in my firewall, so now it is accessable from
internet. It is running on IIS own WinXP.

So far I haven't exeperienced any problem, but are there actions I should
take to secure my PC against hackers, now that port 80 is open? Like add-on
s/w or other smart stuff?

Thanks.

Regards
Bjorn
Dec 21 '07 #1
4 2693
I don't believe so...but bare in mind Im no expert...

As long as your filewall stops access to all those other things you dont
want people having access to....like say sql server or whatnot...

Make sure you got all the latest service packs etc

The security holes will come in from your code so as long as your have
security holes in it like sql injection and protection from brute force
stuff...Then make sure your IIS settings has only the minimum access that
your application needs and I think you are safe..

http://httpsentry.httpsentry-com.qarchive.org/ <-- I just googling and found
this, I cannot verify the product is of use, but if you google all the
things it claims to report on, you will know well enough...

Anyone else know?
"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:Uu*********************@telenor.com...
Hi.

This might not be the right forum for my question, but still I throw it
out:

I have just succeeded in publishing my ASP.NET web application on my own
PC, opening port 80 in/out in my firewall, so now it is accessable from
internet. It is running on IIS own WinXP.

So far I haven't exeperienced any problem, but are there actions I should
take to secure my PC against hackers, now that port 80 is open? Like
add-on s/w or other smart stuff?

Thanks.

Regards
Bjorn

Dec 25 '07 #2

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:Uu*********************@telenor.com...
Hi.

This might not be the right forum for my question, but still I throw it
out:

I have just succeeded in publishing my ASP.NET web application on my own
PC, opening port 80 in/out in my firewall, so now it is accessable from
internet. It is running on IIS own WinXP.

So far I haven't exeperienced any problem, but are there actions I should
take to secure my PC against hackers, now that port 80 is open? Like
add-on s/w or other smart stuff?
1) Win XP is not a Web server platform, and you shouldn't be exposing a
workstation to the Internet. If you're going to do such a thing, the you
should be using Win 2k3 server, which is a Web server platform.

2) If the O/S, file system, registry, user accounts, and IIS itself are not
secured/harden to attack, then all you have is hack bait that can be used as
a jumping off point to attack other Web servers and other networks over the
Internet from your computer There are entire books used by professionals,
and they can hardly secure the Win NT based O/S platform facing the
Internet.

3) I'll assume you're talking about XP's firewall or some 3rd party personal
firewall. They are not firewalls. They are machine level packet filters. A
firewall separates two networks. It protects from the network it's
protecting from usually the Internet, and it protects the network it's
protecting the LAN. I firewall must have at least two interfaces. One
interface must face the WAN/Internet and the other interface must face the
LAN. In the case of a software firewall solution running on secured gateway
host computer, the host computer will have at least two network interface
cards (NICS) with one facing the WAN and the other one facing the LAN.

http://www.vicomsoft.com/knowledge/r...irewalls1.html

The list is long as to what you should being doing that you don't have the
expertise to do.

I hate to be blunt about it, but I think you have put up hack bait that has
already been hacked, and you don't know about it.

Dec 26 '07 #3
Thanks for your input. I will try filters like httpsentry.

Bjorn

"John" <no****@nospam.comwrote in message
news:fk*********@news2.newsguy.com...
>I don't believe so...but bare in mind Im no expert...

As long as your filewall stops access to all those other things you dont
want people having access to....like say sql server or whatnot...

Make sure you got all the latest service packs etc

The security holes will come in from your code so as long as your have
security holes in it like sql injection and protection from brute force
stuff...Then make sure your IIS settings has only the minimum access that
your application needs and I think you are safe..

http://httpsentry.httpsentry-com.qarchive.org/ <-- I just googling and
found this, I cannot verify the product is of use, but if you google all
the things it claims to report on, you will know well enough...

Anyone else know?
"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:Uu*********************@telenor.com...
>Hi.

This might not be the right forum for my question, but still I throw it
out:

I have just succeeded in publishing my ASP.NET web application on my own
PC, opening port 80 in/out in my firewall, so now it is accessable from
internet. It is running on IIS own WinXP.

So far I haven't exeperienced any problem, but are there actions I should
take to secure my PC against hackers, now that port 80 is open? Like
add-on s/w or other smart stuff?

Thanks.

Regards
Bjorn


Dec 27 '07 #4

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:u2**************@TK2MSFTNGP02.phx.gbl...
>
"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:Uu*********************@telenor.com...
>Hi.

This might not be the right forum for my question, but still I throw it
out:

I have just succeeded in publishing my ASP.NET web application on my own
PC, opening port 80 in/out in my firewall, so now it is accessable from
internet. It is running on IIS own WinXP.

So far I haven't exeperienced any problem, but are there actions I should
take to secure my PC against hackers, now that port 80 is open? Like
add-on s/w or other smart stuff?

1) Win XP is not a Web server platform, and you shouldn't be exposing a
workstation to the Internet. If you're going to do such a thing, the you
should be using Win 2k3 server, which is a Web server platform.
At the moment I am only testing, but I take your advise, so if the
appliaction ends up more permanently I will set up a different machine with
Win 2k3
2) If the O/S, file system, registry, user accounts, and IIS itself are
not secured/harden to attack, then all you have is hack bait that can be
used as a jumping off point to attack other Web servers and other networks
over the Internet from your computer There are entire books used by
professionals, and they can hardly secure the Win NT based O/S platform
facing the Internet.
Scary stuff, indeed. But of course, that was the reason I asked.
3) I'll assume you're talking about XP's firewall or some 3rd party
personal firewall. They are not firewalls. They are machine level packet
filters. A firewall separates two networks. It protects from the network
it's protecting from usually the Internet, and it protects the network
it's protecting the LAN. I firewall must have at least two interfaces.
One interface must face the WAN/Internet and the other interface must face
the LAN. In the case of a software firewall solution running on secured
gateway host computer, the host computer will have at least two network
interface cards (NICS) with one facing the WAN and the other one facing
the LAN.

http://www.vicomsoft.com/knowledge/r...irewalls1.html

The list is long as to what you should being doing that you don't have the
expertise to do.

I hate to be blunt about it, but I think you have put up hack bait that
has already been hacked, and you don't know about it.
Thanks for the information. I will also check with my company's it-personell
about the best approach for securing a
personal web server, like a host computer or a recommended s/w firewall.

Bjorn
Dec 27 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ray Lavelle | last post by:
I have an application which runs in many different stores. Stores that are within a chain want to be able to share their client lists. I want to implement a sync process where each application...
4
by: Sylvain | last post by:
Hi everybody ! I need some help in programming an RS232 serial interface. Opening a com port upper than "COM9:" (for example "COM10:", "COM11:" etc)returns ERROR_INVALID_NAME error. ...
27
by: Mike | last post by:
Open source programs in general suck pretty bad also. Here are some loose facts regarding why projects like Linux, PHP, MYSQL, and other open source programs suck: - Linux is simply a clone of...
3
by: Frank Perry | last post by:
Howdy, I'm trying to write data out the com port. I have taken the code from the sample on the MSDN Library CD and used the parts that seem relevant. I can open the com port with CreateFile...
6
by: Daniel | last post by:
Hi all, Can i open and edit the excel sheet on web page after downloading? After editing, i close the web page and the excel file auto upload to the server. Is it possible? I really struggling...
6
by: kai | last post by:
Hi, I was tring to run an example (HelloWorld.aspx) from MSPrss book, I get this message: "ASP.NET Development Server faild to start listening port 1034. Error message: An attempt was made...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
25
by: bmearns | last post by:
Is it possible to specify which port to use as the outbound port on a connection? I have the IP address and port number for the computer I'm trying to connect to (not listening for), but it's...
6
by: Erwin Moller | last post by:
Hi, Maybe this is old news for some of you, but I just found this: http://blogs.zdnet.com/BTL/?p=9847 It will include a JavaScript Virtual Machine built from scratch. Regards, Erwin Moller
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.