Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Web.com and Microsoft

 
   Soft32 Home -> Linux -> Advocacy RSS
Next:  RFS: cl-ltk  
Author Message
Shibal Nom

External


Since: Aug 05, 2007
Posts: 3



(Msg. 1) Posted: Sun Aug 05, 2007 11:31 am
Post subject: Web.com and Microsoft
Archived from groups: comp>os>linux>advocacy (more info?)

Rumor has it that Web.com is using RedHat servers with Microsoft proxy
servers in front of them to make Microsoft think they are running
their servers.
Rumor also has it that MS paid them a couple a million dollars to
advertise how wonderful their MS servers are but it appears that
Web.com chose to run Redhat anyways with proxies and make it look like
they made the change.
See for yourself:

bh-www1.sites.myregisteredsite.com --- Linux [IP Address :
209.237.150.13]
bh-winproxy1a.sites.myregisteredsite.com --- Win proxy [IP
Address : 209.237.150.13]

I tried to confirm it using GFI Languard and it appears it's two
different OS'es.

Where do I sign up to get a partnership like this one with MS?

March 6, 2006 http://phx.corporate-ir.net/phoenix.zhtml?c=120781&p=irol-newsArticle&...827168&
Back to top
Login to vote
John Bailo, Texeme.Constr

External


Since: Jun 19, 2007
Posts: 36



(Msg. 2) Posted: Sun Aug 05, 2007 11:31 am
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Aug 5, 9:31 am, Shibal Nom <truth1... RemoveThis @googlemail.com> wrote:
> Rumor has it that Web.com is using RedHat servers with Microsoft proxy
> servers in front of them to make Microsoft think they are running
> their servers.

MS is trying to take money from Cisco by pushing ISA.
Back to top
Login to vote
ed

External


Since: Apr 12, 2007
Posts: 12



(Msg. 3) Posted: Sun Aug 05, 2007 2:54 pm
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 05 Aug 2007 09:35:42 -0700
"John Bailo, Texeme.Construct" <jabailo.TakeThisOut@texeme.com> wrote:

> On Aug 5, 9:31 am, Shibal Nom <truth1....TakeThisOut@googlemail.com> wrote:
> > Rumor has it that Web.com is using RedHat servers with Microsoft
> > proxy servers in front of them to make Microsoft think they are
> > running their servers.
>
> MS is trying to take money from Cisco by pushing ISA.

How do you draw that conclusion? Cisco are network hardware, not
exactly proxy market leaders.

ISA is just about the worst proxy server going, we used to have one
setup back in the day before I was netadmin, it needed a reboot just
about every week.

--
The dual T1 to www.tatooine.net is reporting 100% packet loss because
of the Dali-Lama. The Sys Admin is laying off the portland office.
:: http://www.s5h.net/ :: http://www.s5h.net/gpg
Back to top
Login to vote
ed

External


Since: Apr 12, 2007
Posts: 12



(Msg. 4) Posted: Sun Aug 05, 2007 2:58 pm
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 05 Aug 2007 16:31:52 -0000
Shibal Nom <truth1984.TakeThisOut@googlemail.com> wrote:

> Rumor has it that Web.com is using RedHat servers with Microsoft proxy
> servers in front of them to make Microsoft think they are running
> their servers.
> Rumor also has it that MS paid them a couple a million dollars to
> advertise how wonderful their MS servers are but it appears that
> Web.com chose to run Redhat anyways with proxies and make it look like
> they made the change.
> See for yourself:
>
> bh-www1.sites.myregisteredsite.com --- Linux [IP Address :
> 209.237.150.13]
> bh-winproxy1a.sites.myregisteredsite.com --- Win proxy [IP
> Address : 209.237.150.13]
>
> I tried to confirm it using GFI Languard and it appears it's two
> different OS'es.

If it is RH then it will be running with mod-mono, unless they have
made some changes to make the cookies etc look like its .net.

ed@workstation:~$ telnet www.web.com 80
Trying 64.226.3.45...
Connected to www.web.com.
Escape character is '^]'.
HEAD / HTTP/1.1
Host:www.web.com

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Sun, 05 Aug 2007 19:57:14 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Set-Cookie: ASP.NET_SessionId=1r2jpfafx41bma45oubaeyqq; path=/
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 22025

I'm not sure about the X-AspNet-Version header, that might be set by
mod-mono, I'm not sure.

Unless there's something like a phpinfo.php file on the server some
place I don't think you can really back this claim up.

--
The DS3 to Alderan is A.F.U. because of Bernard Shifman threatening to
sue. Han Solo is going bankrupt.
:: http://www.s5h.net/ :: http://www.s5h.net/gpg
Back to top
Login to vote
Shibal Nom

External


Since: Aug 05, 2007
Posts: 3



(Msg. 5) Posted: Sun Aug 05, 2007 5:25 pm
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You were checking the wrong server.

The servers are:
bh-www1.sites.myregisteredsite.com --- Linux [IP Address :
209.237.150.13]
bh-winproxy1a.sites.myregisteredsite.com --- Win proxy [IP
Address : 209.237.150.13]

Scan those two and see. I found this and more:

Scan target : bh-www1.sites.myregisteredsite.com [ 1 computers found ]
209.237.150.13 [ ] probably Unix
IP Address : 209.237.150.13
Resolved : sites.myregisteredsite.com
Operating System : probably Unix
Time to live : 255

TCP ports - 6 open ports
21 [ Ftp => File Transfer Protocol ]
220 Web Publishing FTP Service Ready

25 [ Smtp => Simple Mail Transfer Protocol ]

22 [ Ssh => Remote Login Protocol ]
SSH-1.99-OpenSSH_3.9p1

80 [ Http => World Wide Web, HTTP ]

110 [ Pop3 => Post Office Protocol 3 ]

443 [ HttpS => Secure HTTP ]

Why else would they be running that WinProxy in front of it?
###########################################################


> ed@workstation:~$ telnetwww.web.com80
> Trying 64.226.3.45...
> Connected towww.web.com.
> Escape character is '^]'.
> HEAD / HTTP/1.1
> Host:www.web.com
>
> HTTP/1.1 200 OK
> Server: Microsoft-IIS/5.0
> Date: Sun, 05 Aug 2007 19:57:14 GMT
> X-Powered-By: ASP.NET

>
> Unless there's something like a phpinfo.php file on the server some
> place I don't think you can really back this claim up.
Back to top
Login to vote
alt

External


Since: Apr 11, 2007
Posts: 35



(Msg. 6) Posted: Sun Aug 05, 2007 11:59 pm
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 05 Aug 2007 19:54:19 +0000, ed wrote:

> On Sun, 05 Aug 2007 09:35:42 -0700
> "John Bailo, Texeme.Construct" <jabailo.TakeThisOut@texeme.com> wrote:
>
>> On Aug 5, 9:31 am, Shibal Nom <truth1....TakeThisOut@googlemail.com> wrote:
>> > Rumor has it that Web.com is using RedHat servers with Microsoft
>> > proxy servers in front of them to make Microsoft think they are
>> > running their servers.
>>
>> MS is trying to take money from Cisco by pushing ISA.
>
> How do you draw that conclusion? Cisco are network hardware, not
> exactly proxy market leaders.
>
> ISA is just about the worst proxy server going, we used to have one
> setup back in the day before I was netadmin, it needed a reboot just
> about every week.
>

Cisco also makes webcaching systems as well as firewalling systems.
Back to top
Login to vote
ed

External


Since: Apr 12, 2007
Posts: 12



(Msg. 7) Posted: Mon Aug 06, 2007 1:09 pm
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 05 Aug 2007 22:25:56 -0000
Shibal Nom <truth1984 DeleteThis @googlemail.com> wrote:

> bh-www1.sites.myregisteredsite.com --- Linux [IP Address :
> 209.237.150.13]
> bh-winproxy1a.sites.myregisteredsite.com --- Win proxy [IP
> Address : 209.237.150.13]

You do notice these are the same IP address right?

How are you determining what is a Linux kernel and what is not? nmap
reports that it might be OpenBSD, which would negate your winproxy
idea, unless OpenBSD is operating the firewall and changing the OS
signatures - which from my experience it does not.

--
The OC48 to your house is screwed because of electromagnetic pulse.
Homer Simpson is having Robert Mann to write some scripts.
:: http://www.s5h.net/ :: http://www.s5h.net/gpg
Back to top
Login to vote
Shibal Nom

External


Since: Aug 05, 2007
Posts: 3



(Msg. 8) Posted: Mon Aug 06, 2007 6:32 pm
Post subject: Re: Web.com and Microsoft [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I did in fact notice the IP's are the same. Hence my conclusion. Did
you notice the two different names of servers?

bh-WINproxy1a.sites.myregisteredsite.com --- winproxy as in windows
proxy.
bh-www1.sites.myregisteredsite.com -- this is the one that returns
info as being linux.

And yes.. of course they have the same IP. Thats what a proxy does.
Mask the real server....
And I may be mistaken but I am pretty sure that Windows should not be
running 'SSH-1.99-OpenSSH_3.9p1' as shown on the port scan.
But who really knows. Maybe a MS employee could have their hosting
division do a visual and report back to us. Wink


22 [ Ssh => Remote Login Protocol ] SSH-1.99-OpenSSH_3.9p1

#####################################################################
>
> You do notice these are the same IP address right?
>
> How are you determining what is a Linux kernel and what is not? nmap
> reports that it might be OpenBSD, which would negate your winproxy
> idea, unless OpenBSD is operating the firewall and changing the OS
> signatures - which from my experience it does not.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[News] Intel Buries Criminal Evidence (Like Microsoft) - AMD alleges Intel suffering an e-mail epidemic ,----[ Quote | McCoy said that the case in Delaware which is sending..

[News] [Rival] Microsoft Forces Death of Project That Help.. - Microsoft Ceases AutoPatcher Project ,----[ Quote ] | I had a call from Microsoft Legal this morning and they have tol...

[News] Thailand Welcomes Free Open Source Software, Russia.. - Tossfest 2007: are you a hardened open sourcer? ,----[ Quote ] | South East Asia's premier open source software event,...

[News] [Rival] 2009 Vista SP1 Release Rumour Still Alive, .. - [According to the latest, these patches were /leaked/, not released and the timeline looks grim] Vista Hotfix Packs..

[News] DInformationWeek Reviews Linux - Linux Vs. Mac: Which Is The Better Alternative To Microsoft Windows? ,----[ Quote ] | Which is the better OS? Only you...

[News] Open Source Virtualisation Gets Boost - Mission Creep: Open Source Virtualization Usage Models Proliferate ,----[ Quote ] | Now that Red Hat Enterprise Linux ...
       Soft32 Home -> Linux -> Advocacy All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]