cyber-security-resources/osint/README.md

44 lines
2.1 KiB
Markdown
Raw Normal View History

2018-08-07 20:40:04 +00:00
# Open-source intelligence (OSINT)
2018-01-18 03:45:47 +00:00
Open-source intelligence (OSINT) is data collected from open source and publicly available sources. The following are a few OSINT resources and references:
2020-05-22 05:45:22 +00:00
## Passive Recon Tools:
2018-08-07 20:33:50 +00:00
- [Maltego](https://www.paterva.com/web7/)
- [Shodan](https://shodan.io)
2019-11-14 18:05:20 +00:00
- [Recon-NG](https://github.com/lanmaster53/recon-ng)
2018-08-07 20:33:50 +00:00
- [SpiderFoot](http://spiderfoot.net)
- [Buscador VM](https://inteltechniques.com/buscador)
2018-08-07 20:33:50 +00:00
- [Visual SEO Studio](https://visual-seo.com/)
- [Scrapy](https://scrapy.org)
- [Screaming Frog](https://www.screamingfrog.co.uk)
2018-08-07 20:34:22 +00:00
- [Xenu](http://home.snafu.de)
2018-08-07 20:40:04 +00:00
- [ExtractMetadata](http://www.extractmetadata.com)
- [FOCA](https://elevenpaths.com)
- [Exiftool](https://www.sno.phy.queensu.ca/~phil/exiftool/)
2018-08-07 20:40:04 +00:00
- [Web Data Extractor](http://www.webextractor.com)
- [IntelTechniques](https://inteltechniques.com)
2020-05-22 05:45:22 +00:00
- [Findsubdomains](https://findsubdomains.com/)
## Open Source Threat Intelligence
- [GOSINT](https://github.com/ciscocsirt/gosint) - a project used for collecting, processing, and exporting high quality indicators of compromise (IOCs). GOSINT allows a security analyst to collect and standardize structured and unstructured threat intelligence.
- [Awesome Threat Intelligence](https://github.com/santosomar/awesome-threat-intelligence) - A curated list of awesome Threat Intelligence resources. This is a great resource and I try to contribute to it.
## IP address and DNS Lookup Tools
- [bgp](https://bgp.he.net/)
- [Bgpview](https://bgpview.io/)
- [DataSploit (IP Address Modules)](https://github.com/DataSploit/datasploit/tree/master/ip)
- [Domain Dossier](https://centralops.net/co/domaindossier.aspx)
- [Domaintoipconverter](http://domaintoipconverter.com/)
- [Googleapps Dig](https://toolbox.googleapps.com/apps/dig/)
- [Hurricane Electric BGP Toolkit](https://bgp.he.net/)
- [ICANN Whois](https://whois.icann.org/en)
- [Massdns](https://github.com/blechschmidt/massdns)
- [Mxtoolbox](https://mxtoolbox.com/BulkLookup.aspx)
- [Ultratools ipv6Info](https://www.ultratools.com/tools/ipv6Info)
- [Viewdns](https://viewdns.info/)
- [Umbrella (OpenDNS) Popularity List](http://s3-us-west-1.amazonaws.com/umbrella-static/index.html)
2018-08-07 20:34:22 +00:00