Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > MAC spoofing

Reply
 
 
Dave Rudisill
Guest
Posts: n/a

 
      12-01-2005, 03:20 PM
MAC filtering is dismissed as a security measure because MAC addresses
can be spoofed.

If there are two devices sharing a MAC address, won't they get the same
IP address from the DHCP server? In my experience, when there are two
devices with the same IP address on a network, neither of them work.

--
Dave Rudisill
 
Reply With Quote
 
 
 
 
Derek Broughton
Guest
Posts: n/a

 
      12-01-2005, 06:01 PM
Dave Rudisill wrote:

> MAC filtering is dismissed as a security measure because MAC addresses
> can be spoofed.
>
> If there are two devices sharing a MAC address, won't they get the same
> IP address from the DHCP server? In my experience, when there are two
> devices with the same IP address on a network, neither of them work.
>

Absolutely true. So if you rely on MAC filtering for security, it's either
having no effect at all (anybody spoofing your MAC is using it while you
aren't) or it's preventing you, too, from accessing your network. Not a
very useful situation :-)
--
derek
 
Reply With Quote
 
Dave Rudisill
Guest
Posts: n/a

 
      12-01-2005, 07:52 PM
>Derek Broughton <(E-Mail Removed)> wrote:

>Dave Rudisill wrote:
>
>> MAC filtering is dismissed as a security measure because MAC addresses
>> can be spoofed.
>>
>> If there are two devices sharing a MAC address, won't they get the same
>> IP address from the DHCP server? In my experience, when there are two
>> devices with the same IP address on a network, neither of them work.
>>

>Absolutely true. So if you rely on MAC filtering for security, it's either
>having no effect at all (anybody spoofing your MAC is using it while you
>aren't) or it's preventing you, too, from accessing your network. Not a
>very useful situation :-)


My query was really directed to why it ISN'T a useful security tool, as
long as your WiFi network is turned off when you aren't using it. If you
rely on MAC filtering, you would immediately know when someone spoofs
your address, since you lose connectivity, and the intruder doesn't get
any connectivity either, no?

--
DD
 
Reply With Quote
 
Rob
Guest
Posts: n/a

 
      12-01-2005, 08:22 PM
Dave Rudisill wrote:
Snip
>
> My query was really directed to why it ISN'T a useful security tool, as
> long as your WiFi network is turned off when you aren't using it. If you
> rely on MAC filtering, you would immediately know when someone spoofs
> your address, since you lose connectivity, and the intruder doesn't get
> any connectivity either, no?
>


Networks tend to have more than one computer connected and tend not to
be switched off when a single computer is.A hacker could wait until a
computer is no longer apparent on his "sniffer"(he will have logged all
MAC addresses for that network) spoof that MAC address and access the
network.If he just wanted to be bolshy he could operate at the same time
as the normal user and deny the service, that could be inconvenient for
some users.
 
Reply With Quote
 
David WE Roberts
Guest
Posts: n/a

 
      12-01-2005, 09:43 PM
On Thu, 01 Dec 2005 08:20:48 -0800, Dave Rudisill wrote:

> MAC filtering is dismissed as a security measure because MAC addresses
> can be spoofed.
>
> If there are two devices sharing a MAC address, won't they get the same
> IP address from the DHCP server? In my experience, when there are two
> devices with the same IP address on a network, neither of them work.


MAC filtering can be a useful tool - it prevents non-spoofers accessing
your network, and raises the general level of security.

However because there are attacks which can get round this security
measure (MAC spoofing) it is unwise to rely on this as your only defence.

Likewise WEP can be broken by a determined attacker with the right
software and enough data to analyse. This does not mean that you should
not use it; just that you should be aware that it is not foolproof.

For a home network 128 bit WEP combined with MAC filtering should keep
most attackers off your network, especially if your traffic levels are
reasonably low.

Unless you are a particularly attractive target (but why?) you are
probably safe in the main.

Virtually all security measures can be nullified if the attacker is
determined enough and has sufficient resources.
You have to measure the likely threat against the level (and cost) of the
security measures.

Given the number of wireless networks around with no security at all, why
would someone pick on you especially?

Cheers

Dave R
 
Reply With Quote
 
David Taylor
Guest
Posts: n/a

 
      12-02-2005, 10:31 AM
> For a home network 128 bit WEP combined with MAC filtering should keep
> most attackers off your network, especially if your traffic levels are
> reasonably low.


Yes it will keep the accidental connectors off but forget about the
traffic levesl being low. A deauth attack followed by a sniff and arp
replay injection soon sorts that lack of traffic.

> Unless you are a particularly attractive target (but why?) you are
> probably safe in the main.


A target can be as simple as the fact that it's WEP, next door to a
bored teenager.

> Given the number of wireless networks around with no security at all, why
> would someone pick on you especially?


Precisely other than my comment above.

David.
 
Reply With Quote
 
Derek Broughton
Guest
Posts: n/a

 
      12-02-2005, 12:54 PM
Rob wrote:

> Dave Rudisill wrote:
> Snip
>>
>> My query was really directed to why it ISN'T a useful security tool, as
>> long as your WiFi network is turned off when you aren't using it. If you
>> rely on MAC filtering, you would immediately know when someone spoofs
>> your address, since you lose connectivity, and the intruder doesn't get
>> any connectivity either, no?
>>

>
> Networks tend to have more than one computer connected and tend not to
> be switched off when a single computer is.


What he said. I expect most wireless networks are on 24/7. Half of mine is
(the base router down the road is always on, the WDS router in my home
isn't).

MAC filtering is a useful _tool_, just not a lot of use for security. If
your wireless network gets switched off when not in use, _that's_ a better
security system than most people have. You can't hack a system that's not
turned on!
--
derek
 
Reply With Quote
 
Eric
Guest
Posts: n/a

 
      12-06-2005, 06:54 PM
"Dave Rudisill" wrote in message ...
> MAC filtering is dismissed as a security measure because MAC addresses
> can be spoofed.


It seems silly to dismiss using MAC filtering entirely simply because it can
be spoofed. Its another layer, why not use it?

> If there are two devices sharing a MAC address, won't they get the same
> IP address from the DHCP server? In my experience, when there are two
> devices with the same IP address on a network, neither of them work.


I've experimented with spoofing MACs, just to see the behavior of my DLink
stuff. The DHCP servers wouldn't even assign an IP to a connecting device
with the same MAC of a device already connected. Behavior probably varies
from manufacturer to manufacturer. Play and see what your stuff does.

In the typical home environment, I think some people are way too paranoid
that someone is "hiding in their bushes, waiting for the moment for a MAC/IP
to become available."



 
Reply With Quote
 
John Navas
Guest
Posts: n/a

 
      12-07-2005, 05:01 AM
[POSTED TO alt.internet.wireless - REPLY ON USENET PLEASE]

In <G%llf.152583$(E-Mail Removed)> on Tue, 06 Dec 2005
19:54:14 GMT, "Eric" <(E-Mail Removed)> wrote:

>"Dave Rudisill" wrote in message ...
>> MAC filtering is dismissed as a security measure because MAC addresses
>> can be spoofed.

>
>It seems silly to dismiss using MAC filtering entirely simply because it can
>be spoofed. Its another layer, why not use it?


Because (a) it's trivial to spoof and (b) it gives a false sense of security.

--
Best regards, SEE THE FAQ FOR ALT.INTERNET.WIRELESS AT
John Navas <http://en.wikibooks.org/wiki/FAQ_for_alt.internet.wireless>
 
Reply With Quote
 
Eric
Guest
Posts: n/a

 
      12-07-2005, 04:16 PM
"John Navas" wrote in message ...
> [POSTED TO alt.internet.wireless - REPLY ON USENET PLEASE]
>
> "Eric" wrote:
>
> >"Dave Rudisill" wrote in message ...
> >> MAC filtering is dismissed as a security measure because MAC addresses
> >> can be spoofed.

> >
> >It seems silly to dismiss using MAC filtering entirely simply because it

can
> >be spoofed. Its another layer, why not use it?

>
> Because (a) it's trivial to spoof and (b) it gives a false sense of

security.

Perhaps, but it is still another (albeit, thin) layer of security, so why
not use it?

I lock my cars doors, even though if someone wants to break in they will
most likely just bust a window out.




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IP spoofing Guess Network Routers 1 05-10-2006 06:15 PM
IP spoofing Guess Network Routers 0 04-29-2006 04:16 PM
Spoofing a PCI Lan MAC Address? Terry Home Networking 6 03-07-2006 12:26 PM
Spoofing a MAC Address R.Daneel Olivaw Broadband 4 09-07-2005 09:33 PM
Weird spoofing... Mark in Tampa Windows Networking 3 08-15-2005 09:15 PM



1 2 3 4 5 6 7 8 9 10 11