gquere / bloodhound_linux

Ingest openldap data into bloodhound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloodhound for Linux

Ingest a dumped OpenLDAP ldif into neo4j to be visualized in Bloodhound.

view

Usage:

./ldif_to_neo4j.py ./sample.ldif | cypher-shell -u neo4j -p password

Warning

This script will WIPE the neo4j database before writing to it.

Notes

Could require heavy modifications depending on the LDAP data.

Read more on the dedicated blogpost

Dependencies

python3-ldap

NOT python3-ldap3

About

Ingest openldap data into bloodhound


Languages

Language:Python 100.0%