Skip to content

Which Bloodhound API call should be used to update the schema and import data into Bloodhound? #15

Description

@jsdhasfedssad

Hi,

Thank you for this tool.

Which Bloodhound API call should be used to update the schema and import data into Bloodhound? Your instructions does not say. This is needed for the -B parameter.

Is the schema output, BloodHound-customnodes, from MSSQLHound.ps1 still valid so that it can be used as an alternative to above? Using this output it seems that for example :MSSQL_HasLogin is missing which makes for example the query MATCH p = (:Base)-[:MSSQL_HasLogin]->() RETURN p fail. On the other hand MATCH p = (:Base)-[:MSSQL_Login]->() RETURN p, which does exist, also fails. I have imported a regular Bloodhound dump as well as a dump from MSSQLHound. When I search a user account that I know has access to MS SQL I get three results, the regular original AD account node type, the new MSSQL_Login node type and the new MSSQL_DatabaseUser node type. Still the above queries and others fails.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions