Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Mr. E on June 21, 2011, 09:57:28 PM



Title: Is tradehill.com really hosted on a shared hosting account?
Post by: Mr. E on June 21, 2011, 09:57:28 PM
Someone made a comment earlier today that tradehill.com is hosted on a shared server, was that guy having a laugh or is that true?  That would be  scary if it is true because you cannot have a secure site when you are hosted on a shared server.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: TonyHoyle on June 21, 2011, 10:04:58 PM
It looks like it's a VPS.

This isn't the same as a shared webhost - it's much closer to a separate machine (except somewhat cheaper).  I presume it's a temporary measure until the income is enough to afford full hosting.

It's pretty secure, unless the hosting company is dishonest.. and I expect we'd hear about that pretty quick.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Icy- on June 21, 2011, 10:08:18 PM
It looks like it's a VPS.

This isn't the same as a shared webhost - it's much closer to a separate machine (except somewhat cheaper).  I presume it's a temporary measure until the income is enough to afford full hosting.

It's pretty secure, unless the hosting company is dishonest.. and I expect we'd hear about that pretty quick.


Shared hosting is when usually 100s of websites are stored within one server, that server being maintained by the website host.
VPS is a server that is split up 2 or more times to create virtual servers, kind of like how VMWARE works to give you a good idea.

Having your own dedicated server doesn't at all mean more security, it can infact mean more security issues because they usually maintain their own server. At least with shared hosting, security of the server isn't your problem, but you also have little control.





Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Mr. E on June 21, 2011, 10:10:57 PM
VPS is a step up from shared hosting, but really, I am surprised to know that they do not have their own dedicated server.  A dedicated server is only around $100 to $200 USD a month.  


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Bit_Happy on June 21, 2011, 10:12:09 PM
Someone made a comment earlier today that tradehill.com is hosted on a shared server, was that guy having a laugh or is that true?  That would be  scary if it is true because you cannot have a secure site when you are hosted on a shared server.

More than one thread mentioned shared hosting.
I questioned it and people replied "Hostgator."
It could very well be true.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Chick on June 21, 2011, 10:16:49 PM
Linode  8)


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Icy- on June 21, 2011, 10:21:28 PM
Unless they prove them self or have someone as a security expert, it will be much safer for them to use shared hosting rather than a VPS/dedicated server.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: TraderTimm on June 21, 2011, 10:29:24 PM
nslookup tradehill.com

46.21.104.237

RIPE WHOIS:

inetnum:         46.21.104.0 - 46.21.105.255
netname:         GLESYS-CUSTOMER-SERVERS
descr:           Customer VPS services located in Falkenberg, Sweden
remarks:         INFRA-AW
country:         SE
admin-c:         GLE-RIPE
tech-c:          GLE-RIPE
status:          ASSIGNED PA
mnt-by:          GLESYS-MNT
mnt-domains:     GLESYS-MNT
source:          RIPE # Filtered

Main website: http://glesys.com/

VPS Details: http://glesys.com/vps.php

Not bad, they probably could migrate to dedicated later.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Mr. E on June 21, 2011, 10:37:12 PM
Unless they prove them self or have someone as a security expert, it will be much safer for them to use shared hosting rather than a VPS/dedicated server.
Why is that?  How is shared hosting safer than VPS or a dedicated server?  I don't know much about these things but I have been told that if you have a shared hosting account your site is more or less only as secure as any other site sharing that server.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Epinnoia on June 21, 2011, 10:44:30 PM
Unless they prove them self or have someone as a security expert, it will be much safer for them to use shared hosting rather than a VPS/dedicated server.

That presumes that every other account on that very same box isn't doing anything dishonest.

If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

You also place an inordinate amount of trust on the jail system of the OS -- making sure that the various virtual machines can't see each other across the harddrive(s) they share.

And lastly, you'd be sharing SQL database access with everyone else on the virtual machine.  That could open up vulnerabilities if permissions are not exactly right.



Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 21, 2011, 10:55:58 PM
If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

Each virtual machine is bound to their own IP address so you can't listen to other machines on the same box.  You however could listen to any broadcasts on the local network, or anything else a bare metal server could do.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Icy- on June 21, 2011, 10:58:04 PM
Unless they prove them self or have someone as a security expert, it will be much safer for them to use shared hosting rather than a VPS/dedicated server.

That presumes that every other account on that very same box isn't doing anything dishonest.

If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

You also place an inordinate amount of trust on the jail system of the OS -- making sure that the various virtual machines can't see each other across the harddrive(s) they share.

And lastly, you'd be sharing SQL database access with everyone else on the virtual machine.  That could open up vulnerabilities if permissions are not exactly right.



This goes back to what I just said.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 21, 2011, 11:01:08 PM
You also place an inordinate amount of trust on the jail system of the OS -- making sure that the various virtual machines can't see each other across the harddrive(s) they share.

They don't share any hard drives.  In fact each virtual machine has their own install of an OS and they can't mount other volumes from the host machine.

And lastly, you'd be sharing SQL database access with everyone else on the virtual machine.  That could open up vulnerabilities if permissions are not exactly right.

No.  Each machine runs their own services.  Each VM will have a web server, sql, etc or whatever else the operator wants.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Icy- on June 21, 2011, 11:13:23 PM
You also place an inordinate amount of trust on the jail system of the OS -- making sure that the various virtual machines can't see each other across the harddrive(s) they share.

They don't share any hard drives.  In fact each virtual machine has their own install of an OS and they can't mount other volumes from the host machine.

And lastly, you'd be sharing SQL database access with everyone else on the virtual machine.  That could open up vulnerabilities if permissions are not exactly right.

No.  Each machine runs their own services.  Each VM will have a web server, sql, etc or whatever else the operator wants.

This depends on the setup.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 21, 2011, 11:16:09 PM
You also place an inordinate amount of trust on the jail system of the OS -- making sure that the various virtual machines can't see each other across the harddrive(s) they share.

They don't share any partitions.  In fact each virtual machine has their own install of an OS and they can't mount other volumes from the host machine.

And lastly, you'd be sharing SQL database access with everyone else on the virtual machine.  That could open up vulnerabilities if permissions are not exactly right.

No.  Each machine runs their own services.  Each VM will have a web server, sql, etc or whatever else the operator wants.

This depends on the setup.

I derped a little.  But it is exceptionally hard to get past the hypervisor to access other customers.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: bbjansen on June 21, 2011, 11:16:41 PM
VPS is a step up from shared hosting, but really, I am surprised to know that they do not have their own dedicated server.  A dedicated server is only around $100 to $200 USD a month.  
Some VPS's are 400 dollars per month and four times as good as a 100 dollar dedicated server. All depends on the quality and service.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: imperi on June 21, 2011, 11:18:39 PM
I'm pretty sure it's Hostgator or at least something similar. Their site can obviously handle no more traffic than Susie's Geocities page about beanie babies.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Epinnoia on June 21, 2011, 11:28:12 PM
If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

Each virtual machine is bound to their own IP address so you can't listen to other machines on the same box.  You however could listen to any broadcasts on the local network, or anything else a bare metal server could do.

It is the same physical card in the same physical machine.  C++ is quite powerful.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Chick on June 21, 2011, 11:29:19 PM
If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

Each virtual machine is bound to their own IP address so you can't listen to other machines on the same box.  You however could listen to any broadcasts on the local network, or anything else a bare metal server could do.

It is the same physical card in the same physical machine.  C++ is quite powerful.


C++ my face.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: dinker on June 21, 2011, 11:30:56 PM
Do they mine with their hosting server?


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Epinnoia on June 21, 2011, 11:31:16 PM
You also place an inordinate amount of trust on the jail system of the OS -- making sure that the various virtual machines can't see each other across the harddrive(s) they share.

They don't share any hard drives.  In fact each virtual machine has their own install of an OS and they can't mount other volumes from the host machine.

And lastly, you'd be sharing SQL database access with everyone else on the virtual machine.  That could open up vulnerabilities if permissions are not exactly right.

No.  Each machine runs their own services.  Each VM will have a web server, sql, etc or whatever else the operator wants.

I don't think you are correct.  They only appear to be separate services.  And the hard drives are typically jailed in such a way as to APPEAR to be multiple instances of the os.  Appearance is NOT reality.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 21, 2011, 11:31:29 PM
If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

Each virtual machine is bound to their own IP address so you can't listen to other machines on the same box.  You however could listen to any broadcasts on the local network, or anything else a bare metal server could do.

It is the same physical card in the same physical machine.  C++ is quite powerful.


Except you don't have access to the device.  In a VM you have a virtualized device you interact with and the host OS forward packets from the hardware.

Saying a language is powerful is pointless.  Most are touring complete so you can accomplish the same task in any of them.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Chick on June 21, 2011, 11:32:58 PM
Do they mine with their hosting server?

Definitely, because every web server has five 6990s ready to start mining!


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: unbuttered_toast on June 21, 2011, 11:33:14 PM
Unless they prove them self or have someone as a security expert, it will be much safer for them to use shared hosting rather than a VPS/dedicated server.

This is kind of like saying, "If they're losing, they've lost."  ;D


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Epinnoia on June 21, 2011, 11:33:20 PM
If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

Each virtual machine is bound to their own IP address so you can't listen to other machines on the same box.  You however could listen to any broadcasts on the local network, or anything else a bare metal server could do.

It is the same physical card in the same physical machine.  C++ is quite powerful.


Except you don't have access to the device.  In a VM you have a virtualized device you interact with and the host OS forward packets from the hardware.

Saying a language is powerful is pointless.  Most are touring complete so you can accomplish the same task in any of them.

I don't need access to the device.  I need access to the memory.  Or are you going to tell me that they have separate memory sticks too?  :P

No OS is 100% secure.  And once you start sharing the machine with other people, your level of control and security lowers.  That's just a fact.

Have you had access to the root account on a VPM?  The view is quite a bit different.



Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: bitclown on June 21, 2011, 11:34:42 PM
Their site can obviously handle no more traffic than Susie's Geocities page about beanie babies.
Um, Geocities was once the biggest hosting provider on this planet. They had plenty of resources.

Also, no shared hosting services offers bitcoind, which is quite essential for operating a BTC exchange. I deem this rumor silly.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 21, 2011, 11:36:48 PM
If you successfully compiled or uploaded a packet sniffer on virtual machine #1, it will sniff packets for every other virtual machine on that box.

Each virtual machine is bound to their own IP address so you can't listen to other machines on the same box.  You however could listen to any broadcasts on the local network, or anything else a bare metal server could do.

It is the same physical card in the same physical machine.  C++ is quite powerful.


Except you don't have access to the device.  In a VM you have a virtualized device you interact with and the host OS forward packets from the hardware.

Saying a language is powerful is pointless.  Most are touring complete so you can accomplish the same task in any of them.

I don't need access to the device.  I need access to the memory.  Or are you going to tell me that they have separate memory sticks too?  :P


Go ahead and write to the memory, you wont be able to address it so it is pointless.  Just because you can compile a program on a machine doesn't mean you can access a device without root access.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Epinnoia on June 21, 2011, 11:38:09 PM
Go ahead and write to the memory, you wont be able to address it so it is pointless.  Just because you can compile a program on a machine doesn't mean you can access a device without root access.

So you're telling me that I can't intentionally write beyond my own memory pointers in C++ on a VPM?  Nonsense.

The physical machine is shared.  It is only a PROGRAM on the OS that makes it appear to be separate machines to the various users.  The root user sees the whole REAL directory structure.  So the barrier between accounts is only as solid as the program controlling the access.  Show me an OS that is without bugs...

I ran a webhosting company for a number of years, using Ensim at the time.  Another problem that is inherent to shared machines is the tendency of the OS to remain outdated well beyond what you'd settle for if you were the only person on the machine.  In other words, providers don't generally do a great job of keeping the OS as up to date as they should.  The techs in those centers have an install disk that simply doesn't get updated as fast as updates are available.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 21, 2011, 11:42:00 PM
So you're telling me that I can't intentionally write beyond my own memory pointers in C++ on a VPM?  Nonsense.

You can't even do that on most modern OSs.  Write a program and try to write outside of the programs bounds and see what happens.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: kokojie on June 21, 2011, 11:48:26 PM
Dedicated server is old school, nowadays you want VPS or cluster, both allowing instant scaling, not the dedicated crap.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Epinnoia on June 21, 2011, 11:55:20 PM
So you're telling me that I can't intentionally write beyond my own memory pointers in C++ on a VPM?  Nonsense.

You can't even do that on most modern OSs.  Write a program and try to write outside of the programs bounds and see what happens.

That's odd.  I was under the impression that many exploits use this very method, as well as stack overflows.

Anyhow, I am not going to debate this further.  Today's modern OSes might be as impossible to crack as the Nazi Enigma code...  Hmmm...



Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: martinw79 on June 22, 2011, 01:03:37 AM
inetnum: 46.21.104.0 - 46.21.105.255
netname: GLESYS-CUSTOMER-SERVERS
descr: Customer VPS services located in Falkenberg, Sweden

Domain Name: 46-21-104-237-static.serverhotell.net
Location: Falkenberg, Sweden Country Flag




Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: bbjansen on June 22, 2011, 01:05:11 AM
I'm pretty sure it's Hostgator or at least something similar. Their site can obviously handle no more traffic than Susie's Geocities page about beanie babies.
Don't even say that name. They are so bad just so bad.  :'( :'( :'( :'(


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: elggawf on June 22, 2011, 01:21:31 AM
That's odd.  I was under the impression that many exploits use this very method, as well as stack overflows.

Your problem is you're "under the impression" but you don't really understand the workings of things you're trying to argue about.

Quote
Anyhow, I am not going to debate this further.  Today's modern OSes might be as impossible to crack as the Nazi Enigma code...  Hmmm...

There are bugs in virtualization layers, but it's not simply a case of fire up C++ and write to some arbitrary location and boom you have baremetal access to the entire box.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: Bit_Happy on June 22, 2011, 01:45:35 AM
Unless they prove them self or have someone as a security expert, it will be much safer for them to use shared hosting rather than a VPS/dedicated server.
Why is that?  How is shared hosting safer than VPS or a dedicated server?  I don't know much about these things but I have been told that if you have a shared hosting account your site is more or less only as secure as any other site sharing that server.

If the file permissions (and DB's) are set up accurately, then security can be as good as other options.
With shared hosting you can never have a busy site, that is a huge issue.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: JoelKatz on June 22, 2011, 01:46:59 AM
It is the same physical card in the same physical machine.  C++ is quite powerful.
Even a dedicated machine uses the same physical network interface on the same router. If sharing network hardware were a problem, every system on the Internet would have it. And yes, C++ is very powerful. So what?


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 22, 2011, 02:04:10 AM
I'm pretty sure it's Hostgator or at least something similar. Their site can obviously handle no more traffic than Susie's Geocities page about beanie babies.
Don't even say that name. They are so bad just so bad.  :'( :'( :'( :'(

There are actually worst hosts like bluehost.  Chances are if they list UNLIMITED bandwidth, disk space, etc they are retardedly overcrowded and will disable your site once it gets hit by more then a small breeze.


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: martinw79 on June 22, 2011, 02:08:12 AM
Has anyone seen this floating around today, sure hope is false;

--tradehill bitcoin exchange user/hash passes out now

pastebin


Title: Re: Is tradehill.com really hosted on a shared hosting account?
Post by: sakkaku on June 22, 2011, 02:11:11 AM
Has anyone seen this floating around today, sure hope is false;

--tradehill bitcoin exchange user/hash passes out now

pastebin

That is some guy looking for an idiot to scam.