Skip to content

Latest commit

 

History

History

1.Information-Gathering

Authors: < nixawk >, < sjas >


Information Gathering

In the information gathering phase, you will gather any information you can about the organization you are attacking by using social-media networks, Google hacking, footprinting the target, and so on. One of the most important skills a penetration tester can have is the ability to learn about a target, including how it behaves, how it operates, and how it ultimately can be attacked. The information that you gather about your target will give you valuable insight into the types of security controls in place.

During information gathering, you attempt to identify what protection mechanisms are in place at the target by slowly starting to probe its systems. For example, an organization will often only allow traffic on a certain subset of ports on externally facing devices, and if you query the organization on any- thing other than a whitelisted port, you will be blocked. It is generally a good idea to test this blocking behavior by initially probing from an expendable IP address that you are willing to have blocked or detected. The same holds true when you’re testing web applications, where, after a certain threshold, the web application firewalls will block you from making further requests. To remain undetected during these sorts of tests, you can perform your initial scans from IP address ranges that can’t be linked back to you and your team. Typically, organizations with an external presence on the Internet experience attacks every day, and your initial probing will likely be an unde- tected part of the background noise.

Information Categroy Bookmarks
IP Analysis https://www.iana.org/numbers
https://www.iana.org/assignments/as-numbers/as-numbers.xml
https://www.iso.org/obp/ui/#home
https://www.ultratools.com/tools/toolsHome
https://www.robtex.com/
http://www.team-cymru.org/IP-ASN-mapping.html
http://www.iplocation.net/
http://thyme.apnic.net/
http://bgp.he.net/
https://ipinfo.io
Whois Analysis https://www.iana.org/numbers
http://www.domaintools.com/
DNS Analysis http://www.alexa.com/
http://searchdns.netcraft.com/
http://centralops.net/co/
http://www.yougetsignal.com/
http://webhosting.info/whois/
http://reverseip.domaintools.com/
http://viewdns.info/reverseip/
Identify Live Hosts https://nmap.org/dist/sigs/?C=M;O=D
https://zmap.io/
http://masscan.net/
http://www.secdev.org/projects/scapy/
IDS/IPS Identification https://www.monkey.org/~dugsong/fragroute/
http://pytbull.sourceforge.net/
http://tcpreplay.synfin.net/
OSINT https://www.shodan.io/
https://www.exploit-db.com/google-hacking-database/

Links

  1. How to gather Windows information ?
  2. How to gather Linux information ?
  3. How to gather Mac OSX information ?