Re: F5 and similar
From: Joao Gouveia (tharbad_at_kaotik.org)
Date: 08/27/03
- Previous message: Marc W.: "Re: F5 and similar"
- In reply to: pen test: "F5 and similar"
- Next in thread: Paul R: "Re: F5 and similar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: pen test <pentestlist@hotmail.com> Date: Wed, 27 Aug 2003 12:00:37 +0100
Hi,
On Wed, 2003-08-27 at 02:55, pen test wrote:
> Recently I started a pen test of a network and the company is using a
F5
> BigIP for load balancing and ssl acceleration. I looked and looked
and
> could not find any information to answer a few questions. Any help
would be
> great.
>
> Does the BigIp handle all requests and stay between the client and
server or
> does it just simply redirect to the server?
BigIp acts as a load balancer, it may or may not have specific rules
that decide where the client requests are to be delivered. For example,
you can have some "/images" URI being passed to a pool of image servers,
and a "/cgi" URI passed to a pool of application servers. As such, you
can also have rules that send requests like "/vulnerable.cgi" redirected
to /dev/null.
BigIp is very flexible in this kind of configurations.
> Bascially what I am getting at is if the the BigIp is between the
client and
> application server
>
> client ---ssl--- bigip ---http--- application server
You're probably talking with BigIp's ssl-proxy.
> is the the application server safe from attacks that may affect it as
the
> bigip will actually be on the one that is attacked?
I would say that most likely they have a virtual address which is
handled by BigIp, and passed to specific pools of servers based on
destination ports, rules, etc..
It should be safe, for example, from attacks to a port that is not
mapped on the virtual server ( the attacker would be talking with the
BigIp, not the app server ), but not from attacks directed to the mapped
ports ( probably port 80 ).
Unless they've used the (powerfull) filtering features on BigIp,
requests that are sent to the web servers pool should pass mostly
transparently.
Regards,
Joao Gouveia
- application/pgp-signature attachment: This is a digitally signed message part
- Previous message: Marc W.: "Re: F5 and similar"
- In reply to: pen test: "F5 and similar"
- Next in thread: Paul R: "Re: F5 and similar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|