Security with Someone Elses ActiveX

dw85745

New member
Member
VIP
Local time
1:09 PM
Messages
199
I write a lot of code and for the first time I need to put someone elses (Other Microsofts) ActiveX on my system in order to access their server. The ActiveX is written in JAVA and Spy++ is of no use to view what API's are inside this ActiveX. Even it I could determine what API's, who knows what flags and code may exist other than what is exposed to the user.


This ActiveX will be sending data to a database that resides in another directory. However, I can move the database within the other directory to the ActiveX directory, but will need read/write access to the DB
for other purposes from another APP which resides elsewhere.


Anyway to somehow secure this ActiveX so it can only get to:
1) The DB in the same directory if I move it there
2) THe DB in another directory if it remains where it is currently located
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs
Hi dw85745,

I need to put someone elses (Other Microsofts) ActiveX on my system in order to access their server.
The ActiveX is written in JAVA and Spy++ is of no use to view what API's are inside this ActiveX.

Anyway to somehow secure this ActiveX so it can only get to:

1) The DB in the same directory if I move it there
2) THe DB in another directory if it remains where it is currently located

I don't know if these will be of any use to you:-

[1] How to prevent ActiveX security risks.
[2] A Comparison between Java and ActiveX Security.

I hope this helps!
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Fujitsu LIFEBOOK
OS
Win 7 HP SP1 64-bit Vista HB SP2 32-bit Linux Mint 18.3
CPU
Intel(R) Pentium(R) CPU P6200 @ 2.13GHz
Motherboard
FUJITSU FJNBB06
Memory
4.00 GB
Graphics Card(s)
Intel(R) Graphics Media Accelerator HD
Sound Card
[1] Realtek High Definition Audio [2] Intel(R) Display Audio
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 59 Hz
Hard Drives
TOSHIBA MK5076GSX
Antivirus
AVG FREE
Paul Black:
For some reason never received notification of your post.
Thanks for responding.
Attached links help a bit, but Sadly not any viable solutions.
=============
FWIW: Reposted question(some duplication) with a bit more info.


Security -- Some basic Questions
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
build -
OS
Win 7 Pro x32
CPU
Intel I5-4690K
Motherboard
ASUS H-97Plus
Memory
8 GB
Graphics Card(s)
On Board
Sound Card
On Board
Other Info
ASUS MOBO Issues never resolved even by ASUS:
1) MOBO will NOT boot from other than the Default HDD drive.
2) MOBO will NOT boot Most DOS based CDs
Back
Top