All Projects → censys → censys-recon-ng

censys / censys-recon-ng

Licence: Apache-2.0 license
recon-ng modules for Censys

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to censys-recon-ng

Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+23631.03%)
Mutual labels:  osint, cybersecurity, threatintel, threat-intelligence, osint-reconnaissance
Chatter
internet monitoring osint telegram bot for windows
Stars: ✭ 123 (+324.14%)
Mutual labels:  osint, cybersecurity, threatintel, threat-intelligence
Analyst Arsenal
A toolkit for Security Researchers
Stars: ✭ 112 (+286.21%)
Mutual labels:  osint, cybersecurity, threat-hunting, threat-intelligence
Intelowl
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Stars: ✭ 2,114 (+7189.66%)
Mutual labels:  osint, threat-hunting, threatintel, threat-intelligence
Patrowlhears
PatrowlHears - Vulnerability Intelligence Center / Exploits
Stars: ✭ 89 (+206.9%)
Mutual labels:  cybersecurity, threat-hunting, threatintel, threat-intelligence
YAFRA
YAFRA is a semi-automated framework for analyzing and representing reports about IT Security incidents.
Stars: ✭ 22 (-24.14%)
Mutual labels:  cybersecurity, threat-hunting, threatintel, threat-intelligence
Threatingestor
Extract and aggregate threat intelligence.
Stars: ✭ 439 (+1413.79%)
Mutual labels:  osint, threat-hunting, threatintel, threat-intelligence
Stalkphish
StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
Stars: ✭ 256 (+782.76%)
Mutual labels:  osint, threat-hunting, threatintel, threat-intelligence
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (+137.93%)
Mutual labels:  cybersecurity, threat-hunting, threatintel, threat-intelligence
Misp
MISP (core software) - Open Source Threat Intelligence and Sharing Platform
Stars: ✭ 3,485 (+11917.24%)
Mutual labels:  cybersecurity, threat-hunting, threatintel, threat-intelligence
OSINT-Brazuca
Repositório criado com intuito de reunir informações, fontes(websites/portais) e tricks de OSINT dentro do contexto Brasil.
Stars: ✭ 508 (+1651.72%)
Mutual labels:  osint, threat-hunting, threatintel, threat-intelligence
Osweep
Don't Just Search OSINT. Sweep It.
Stars: ✭ 225 (+675.86%)
Mutual labels:  osint, cybersecurity, threat-hunting, threat-intelligence
Harpoon
CLI tool for open source and threat intelligence
Stars: ✭ 679 (+2241.38%)
Mutual labels:  osint, threatintel, threat-intelligence
Phishing catcher
Phishing catcher using Certstream
Stars: ✭ 1,232 (+4148.28%)
Mutual labels:  osint, threatintel, threat-intelligence
OSINTBookmarks
OSINT Bookmarks for Firefox / Chrome / Edge / Safari
Stars: ✭ 34 (+17.24%)
Mutual labels:  osint, cybersecurity, osint-reconnaissance
Opensquat
Detection of phishing domains and domain squatting. Supports permutations such as homograph attack, typosquatting and bitsquatting.
Stars: ✭ 149 (+413.79%)
Mutual labels:  osint, threat-hunting, threat-intelligence
Buster
An advanced tool for email reconnaissance
Stars: ✭ 387 (+1234.48%)
Mutual labels:  osint, cybersecurity, penetration-testing
Opencti
Authors
Stars: ✭ 2,165 (+7365.52%)
Mutual labels:  osint, cybersecurity, threat-intelligence
Misp Training
MISP trainings, threat intel and information sharing training materials with source code
Stars: ✭ 185 (+537.93%)
Mutual labels:  osint, threatintel, threat-intelligence
MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
Stars: ✭ 79 (+172.41%)
Mutual labels:  cybersecurity, threatintel, threat-intelligence

Censys recon-ng Modules

License Code Style Code Style PRs Welcome

We have written several modules for recon-ng adding data via the Censys API. These were inspired by the work that @scumsec did on the original recon-ng additions from their add-on modules, and also from the subdomain enumeration techniques that use Censys data like from @christophetd.

Installation

We have provided two pieces you need to install these modules and begin using them.

  • requirements.txt - Use this via pip install -r requirements.txt to install Python dependencies.
  • install.sh- Run this script and it will both install the modules in your home directory (recon-ng supports modules added for the local user in ~/.recon-ng) and configures the database to add support for your Censys API ID and secret. See your Censys account for your credentials, and add them to the database as you would any other credential - keys add ....

One you have completed these you can fire up recon-ng.

Configure your Censys API ID and secret variables using keys add to censysio_id and censysio_secret.

Usage

These are normal recon-ng modules, use them like any other. Pivot away! This repository adds the following new modules:

[recon-ng][default] > modules search censys
[*] Searching for 'censys'...

  Recon
  -----
    recon/companies-contacts/censys_email_address
    recon/companies-domains/censys_subdomains
    recon/companies-multi/censys_org
    recon/companies-multi/censys_tls_subjects
    recon/contacts-domains/censys_email_to_domains
    recon/domains-companies/censys_companies
    recon/domains-hosts/censys_domain
    recon/hosts-hosts/censys_query
    recon/hosts-ports/censys_hostname
    recon/hosts-ports/censys_ip
    recon/netblocks-companies/censys_netblock_company
    recon/netblocks-hosts/censys_netblock
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].