Security Basics mailing list archives

Re: Tool to find rouge wireless access points?


From: Jon Schipp <jonschipp () gmail com>
Date: Mon, 14 May 2012 16:07:36 -0400

*reposted, I forgot to add the list*

You can use nmap to scan for make and model by using nmap's OS
fingerprinting database.

This may help, there's also a section on it in the Gordon's "Nmap:
Network Scanning" book
http://pauldotcom.com/2008/11/discovering-rogue-access-point.html

A starting point would be to find common ports open on common AP
products and search for those and then
do fingerprinting on the resulting hosts. Or you could just scan
everything if that is feasible/necessary in your environment

Something like this may work and allows you to exclude a set of hosts
from the scan.
The below settings are tuned for a reliable, uncongested network.
This can be scripted to run monthly or what have you...

nmap -e en0 -n -PR -PE -PU -PP -PS80,443,53 -PA80,443,53 \
-sSU -p U:123,53,69,68,626,5353,514,T:21,22,23,80,443,626,5009,10000
-O --reason -T2 \
--max-retries 0 --max-rtt-timeout 200ms -oG
/var/log/nmap/ap-scan-`date +"%Y%m%d"`.txt \
--open --excludefile ./exclude.nmap \
192.168.1.0/24

Thanks
Jon

On Mon, May 14, 2012 at 4:00 PM, Jon D <rekcahpmip () gmail com> wrote:

Thanks everyone. Good stuff.
Time to do some tests...



Thanks,
Jon

------------------------------------------------------------------------
Securing Apache Web Server with thawte Digital Certificate
In this guide we examine the importance of Apache-SSL and who needs an SSL certificate.  We look at how SSL works, 
how it benefits your company and how your customers can tell if a site is secure. You will find out how to test, 
purchase, install and use a thawte Digital Certificate on your Apache web server. Throughout, best practices for 
set-up are highlighted to help you ensure efficient ongoing management of your encryption keys and digital 
certificates.

http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727d1
------------------------------------------------------------------------


------------------------------------------------------------------------
Securing Apache Web Server with thawte Digital Certificate
In this guide we examine the importance of Apache-SSL and who needs an SSL certificate.  We look at how SSL works, how 
it benefits your company and how your customers can tell if a site is secure. You will find out how to test, purchase, 
install and use a thawte Digital Certificate on your Apache web server. Throughout, best practices for set-up are 
highlighted to help you ensure efficient ongoing management of your encryption keys and digital certificates.

http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727d1
------------------------------------------------------------------------


Current thread: