GithubHelp home page GithubHelp logo

secureworks / dcept Goto Github PK

View Code? Open in Web Editor NEW
498.0 498.0 108.0 35 KB

A tool for deploying and detecting use of Active Directory honeytokens

Home Page: https://www.secureworks.com/blog/dcept

License: GNU General Public License v3.0

C# 23.71% Python 70.23% Shell 6.07%

dcept's People

Contributors

dlee35 avatar jamesscwx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dcept's Issues

High CPU usage (possible deadlock)

High CPU usage has been noticed with dcept in docker (master branch). dcep process consumes 100% of CPU core permanently.

root     22540  0.0  0.0  14776  2168 pts/2    S+   16:36   0:00 grep dcep
root     31237  0.0  0.0 155364 14896 ?        Ssl  Jun28   0:02 /usr/bin/docker start -a dcept
root     31261  0.0  0.0  20076  2812 pts/1    Ss+  Jun28   0:00 /bin/sh -c cron; /opt/dcept/dcept.py
root     31275 99.9  0.1 224028 24728 pts/1    Sl+  Jun28 45392:56 /usr/bin/python /opt/dcept/dcept.py

Here is strace of dcept process (with children).

dcept-deadlock.txt

build instructions for agent are wrong, when using mono

when following the instructions

# mcs ht-agent.cs -r:System.Data.dll -r:System.Web.Extensions.dll 

ht-agent.cs(11,18): error CS0234: The type or namespace name `Services' does not exist in the namespace `System.Web'. Are you missing `System.Web.Services' assembly reference?
Compilation failed: 1 error(s), 0 warnings

so i tried
# mcs ht-agent.cs -r:System.Data.dll -r:System.Web.Extensions.dll -r:System.Web.Services

and got not error. i guess it builds fine this way, but not tested this yet.

syslog configuration

Hi,

I am trying to configure log event forwarding via syslog to remote server. I followed your instructions and changed dcept.cfg file by:

  • uncommenting syslog_host entry and replacing with IP address of the remote syslog server.
  • re-build dcept after that running docker_build.sh

Unfortunately I don't see any syslog message passed to remote server. I confirmed that by running tcpdump on both servers. Is there are anything else that I missed to configure?

The dcept server is running CentOS 7 and rsyslog

thanks,

Running ./docker_build.sh ==> ERROR 403 Forbidden.

/*I FOUND THE SOLUTION TO MY PROBLEM IN THE CLOSED ISSUES. SORRY.*/

Hello,

I ran ./docker_build.sh and got this error:

--2018-03-29 16:57:28-- http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz Resolving www.openwall.com (www.openwall.com)... 195.42.179.202 Connecting to www.openwall.com (www.openwall.com)|195.42.179.202|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-03-29 16:57:28 ERROR 403: Forbidden.

I tried working around this by creating the directory specified in the wget myself :

Step 11/27 : RUN wget -O /tmp/john.tar.gz http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz ---> Running in 60493f8009e5

I created the directory (specified above) and put the tar file in it using FileZilla hoping that it would recognize that the resources are there and skip that step. Instead I ran into the same error.

I also tried adding sudo to each of the commands in the docker_build.sh file (just to see if anything would change) and to no avail.

I'm not sure what else I should try. If anyone could point me in the right direction I would be eternally grateful. ๐Ÿ‘

No password hashes loaded

I'm trying to put dcept to work in a setup with 3 virtual machines:

  1. Windows 2008 AD;
  2. Windows 8.1 Workstation;
    3 Ubuntu server with DCEPT.

The sniffer gets the pre-authentication timestamp and the cracker enqueues it, but the cracking process is not capable of decrypting with the message "No password hashes loaded", from JtR.

I looked at the faq at http://www.openwall.com/john/doc/FAQ.shtml but can't get it to work.

I'm using the most recent version of dcept cloned from repository (commit 3edb23b).

Am I missing something?

no_password_hashes_loaded

./docker_build.sh fails

Hi.

Attempting a new install under Debian, ./docker_build.sh fails here:


john-1.8.0-jumbo-1/src/pst_fmt_plug.c
john-1.8.0-jumbo-1/src/missing_getopt.c

gzip: stdin: unexpected end of file
john-1.8.0-jumbo-1/src/rules.c
john-1.8.0-jumbo-1/src/options.c
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
The command '/bin/sh -c mkdir /tmp/john && tar -xvf /tmp/john.tar.gz -C /tmp/john --strip-components=1' returned a non-zero code: 2
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.