Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/censys/censys-maltego

Censys Maltego transforms! Take advantage of Censys transforms for Maltego to back your investigations with the most trusted Internet data available.
https://github.com/censys/censys-maltego

censys maltego osint python3

Last synced: 5 days ago
JSON representation

Censys Maltego transforms! Take advantage of Censys transforms for Maltego to back your investigations with the most trusted Internet data available.

Awesome Lists containing this project

README

        

# Censys Maltego Integration

[![PyPI](https://img.shields.io/pypi/v/censys-maltego?color=orange&logo=pypi&logoColor=orange)](https://pypi.org/project/censys-maltego/)
[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue?logo=python)](https://www.python.org/downloads/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-organge.svg?logo=git&logoColor=organge)](http://makeapullrequest.com)
[![License](https://img.shields.io/github/license/censys/censys-maltego?logo=apache)](LICENSE)

Welcome to Censys transforms for Maltego! Now you can use Censys data to easily perform investigations, quickly search or discover assets, and evaluate your company's digital asset risk by identifying server misconfigurations and rogue services.

## Alternatives

- [Censys Transforms for Maltego](https://www.maltego.com/transform-hub/censys/) By Maltego Technologies ([Docs](https://docs.maltego.com/support/solutions/articles/15000047639-censys))

## Install

Installation requires a few pre-requisites:

- You will need a [Censys account](https://search.censys.io/register) and [API Key](https://search.censys.io/account/api).
- A working instance of [Maltego](https://www.maltego.com/downloads/). Any supported version will work, but the CE edition is limited in how many results can be returned to the graph.
- A working python3 installation. [Python 3.6+](https://www.python.org/downloads/) is currently supported.

```bash
$ pip install censys-maltego
$ canari create-profile censys_maltego
...
Successfully created censys_maltego.mtz. You may now import this file into Maltego.

INSTRUCTIONS:
-------------
1. Open Maltego.
2. Click on the home button (Maltego icon, top-left corner).
3. Click on 'Import'.
4. Click on 'Import Configuration'.
5. Follow prompts.
6. Enjoy!
```

Edit `~/.canari/censys_maltego.conf` to include your Censys API ID and Secret. Alternatively you can configure your Censys credentials with the `censys config` command.

## Resources

- [Source](https://github.com/censys/censys-maltego)
- [Issue Tracker](https://github.com/censys/censys-maltego/issues)
- [Censys Homepage](https://censys.io/)
- [Censys Search](https://search.censys.io/)

## Contributing

All contributions (no matter how small) are always welcome.

## License

This software is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

- Copyright (C) 2022 Censys, Inc.