Go Back   TechArena Community > Technical Support > Computer Help > Windows Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



what does the "Microsoft data access" "remote data services" add-in do?

Windows Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 17-10-2007
jjoensuu
 
Posts: n/a
what does the "Microsoft data access" "remote data services" add-in do?

Hi folks

when I browse to a particular website using IE I get this message:

"This web site wants to run the following add-on: 'Microsoft Data
Access - Remote Data Services Dat...' from 'Microsoft Corporation'. If
you trust the web site and the add-on and want to allow it to run,
click here..."

The problem is that I would like to know what is this add-in used for.
"Data Access - Remote Data Services" does not sound very trustable to
me...

It would be nice the "More information" option in the Internet
Explorer security bar actually told me about the particular add-in and
NOT some general information.

If anyone knows what this add-on can be used for or can point me to a
web resource explaining this, I would like to hear.

Thanks!

JJ

Reply With Quote
  #2  
Old 17-10-2007
Retired
 
Posts: n/a
Re: what does the "Microsoft data access" "remote data services"add-in do?

jjoensuu wrote:
> Hi folks
>
> when I browse to a particular website using IE I get this message:
>
> "This web site wants to run the following add-on: 'Microsoft Data
> Access - Remote Data Services Dat...' from 'Microsoft Corporation'. If
> you trust the web site and the add-on and want to allow it to run,
> click here..."
>
> The problem is that I would like to know what is this add-in used for.
> "Data Access - Remote Data Services" does not sound very trustable to
> me...
>
> It would be nice the "More information" option in the Internet
> Explorer security bar actually told me about the particular add-in and
> NOT some general information.
>
> If anyone knows what this add-on can be used for or can point me to a
> web resource explaining this, I would like to hear.
>
> Thanks!
>
> JJ


Check this:
http://msmvps.com/blogs/hostsnews/ar...-the-fake.aspx
[...]
"As I mentioned before any time you see that warning "Remote Data
Services Data Control" watch out! ... this is NOT from Microsoft! This
is the generic warning IE7 throws up when an exploit is trying to enter
the system."
[...]
--
Sired, Squired, Hired, RETIRED.
Reply With Quote
  #3  
Old 18-10-2007
jjoensuu
 
Posts: n/a
Re: what does the "Microsoft data access" "remote data services" add-in do?


> Check this:http://msmvps.com/blogs/hostsnews/ar...n-you-spot-the...
> [...]
> "As I mentioned before any time you see that warning "Remote Data
> Services Data Control" watch out! ... this is NOT from Microsoft! This
> is the generic warning IE7 throws up when an exploit is trying to enter
> the system."
> [...]
> --
> Sired, Squired, Hired, RETIRED.



Thank you for the information. You say this is a "generic warning IE7
throws up when an exploit is trying to enter the system."

The message in the warning sounds as if it was at least related to a
Microsoft component. Do you know why is it referring to the "Remote
Data Services Data Control" in a generic warning?

cheers

Jarmo

Reply With Quote
  #4  
Old 18-10-2007
Retired
 
Posts: n/a
Re: what does the "Microsoft data access" "remote data services"add-in do?

jjoensuu wrote:
> Thank you for the information. You say this is a "generic warning IE7
> throws up when an exploit is trying to enter the system."
>
> The message in the warning sounds as if it was at least related to a
> Microsoft component. Do you know why is it referring to the "Remote
> Data Services Data Control" in a generic warning?
>
> cheers
>
> Jarmo


The message is completely fake, that's all we need to know.
--
Sired, Squired, Hired, RETIRED.
Reply With Quote
  #5  
Old 18-10-2007
Roger Abell [MVP]
 
Posts: n/a
Re: what does the "Microsoft data access" "remote data services" add-in do?

Microsoft does have a component called MDAC (data access)
that allows for access to databases, etc.. The early version of
ADO (active data objects) evolved a RDS (remote data services)
feature. RDS was soon exploited in its early version. An RDS
usage, for an example, allows a web page to get a refresh of the
data it is using for display but without having to refresh the entire
web page with a full server roundtrip.

That said, anyone can make up names, and these are often
choosen to sound like something real, something one might
find info about via a web search, sufficient to make it seem
like it is OK.

Roger

"jjoensuu" <j_joensuu@yahoo.com> wrote in message
news:1192660012.026177.309080@q3g2000prf.googlegroups.com...
>
>> Check
>> this:http://msmvps.com/blogs/hostsnews/ar...n-you-spot-the...
>> [...]
>> "As I mentioned before any time you see that warning "Remote Data
>> Services Data Control" watch out! ... this is NOT from Microsoft! This
>> is the generic warning IE7 throws up when an exploit is trying to enter
>> the system."
>> [...]
>> --
>> Sired, Squired, Hired, RETIRED.

>
>
> Thank you for the information. You say this is a "generic warning IE7
> throws up when an exploit is trying to enter the system."
>
> The message in the warning sounds as if it was at least related to a
> Microsoft component. Do you know why is it referring to the "Remote
> Data Services Data Control" in a generic warning?
>
> cheers
>
> Jarmo
>



Reply With Quote
  #6  
Old 18-10-2007
jjoensuu
 
Posts: n/a
Re: what does the "Microsoft data access" "remote data services" add-in do?

On Oct 18, 5:17 pm, "Roger Abell [MVP]" <mvpNoS...@asu.edu> wrote:
> An RDS usage, for an example, allows a web page to get a refresh
> of the data it is using for display but without having to refresh the
> entire web page with a full server roundtrip.
>
> Roger
>


ok thank you for the clarification, Roger.

I actually wanted to ask one more question. Since it is possible to
use RDS on a web site, do you know of anyone using it nowadays?

Reply With Quote
  #7  
Old 19-10-2007
Roger Abell [MVP]
 
Posts: n/a
Re: what does the "Microsoft data access" "remote data services" add-in do?

I do not know about RDS specifically, but many sites do use
similar techniques. Even a site hosted on IIS using MS software
may be doing this but without use of RDS (which, again, is any
old technology). Consider for example an eBay item page where
there is sometimes a Refresh button that only updates the time left,
current bid, number of bids.


"jjoensuu" <j_joensuu@yahoo.com> wrote in message
news:1192697473.105908.288600@y27g2000pre.googlegroups.com...
> On Oct 18, 5:17 pm, "Roger Abell [MVP]" <mvpNoS...@asu.edu> wrote:
>> An RDS usage, for an example, allows a web page to get a refresh
>> of the data it is using for display but without having to refresh the
>> entire web page with a full server roundtrip.
>>
>> Roger
>>

>
> ok thank you for the clarification, Roger.
>
> I actually wanted to ask one more question. Since it is possible to
> use RDS on a web site, do you know of anyone using it nowadays?
>



Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "what does the "Microsoft data access" "remote data services" add-in do?"
Thread Thread Starter Forum Replies Last Post
Need to find "user data" folder for enabling "profiles" in Google Chrome 16 Popeyee Technology & Internet 6 21-12-2011 02:17 PM
iTunes shows "Unable to load provider data from Sync Services" message Innocent User Windows Software 5 25-02-2011 10:22 AM
<input type="button" value="Enregistrer" onclick="location.href=../asp/PRaces.asp"> Luz Software Development 6 18-05-2010 01:27 AM
Microsoft Live Meeting Error "Data Execution Prevention" Marcya Technology & Internet 5 05-01-2010 05:29 AM
Cannot Install "Microsoft Kernel Wave Audio Mixer" Data Invalid. =?Utf-8?B?RHJvd25pbmdJTlhQ?= XP Hardware 1 24-01-2005 06:00 PM


All times are GMT +5.5. The time now is 12:46 AM.