Bloodhound
Steps to run:
Last updated
Steps to run:
# Make sure to update
sudo pip3 install bloodhound
# Run neo4j
sudo neo4j console
# Navigate to the localhost address provided which will take you to the neo4j browser, go ahead and login
# Run Bloodhound
sudo bloodhound-python
# Make a new folder and run ingester
mkdir bloodhound
cd bloodhound
sudo bloodhound-python -d DOMAIN_NAME -u USER -p PASSWORD -ns DC_IP_ADDRESS -c all
# This should generate several .json files in the folder
# Upload the files to Bloodhound
# Do some analysis!
Last updated