Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memdump_urls.py use cwd whitelist #457

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    7dbe67f View commit details
    Browse the repository at this point in the history
  2. Use cwd whitelist for memdump_urls.py signature

    This allows users an easy way to whitelist domains using the domain.txt file located in cwd/whitelist/.  This signature caused misleading "hits "that require the analyst to spend large amounts of time sifting through legitimate URL's in order to find a malicious URL.
    acd62081 authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    d97c0c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Whitelisting the Microsoft Temporary Owner Files

    Microsoft states that:
    "Owner File (Same Directory as Source File)
    When a previously saved file is opened for editing, for printing, or for review, Word creates a temporary file that has a .doc file name extension. This file name extension begins with a tilde (~) that is followed by a dollar sign ($) that is followed by the remainder of the original file name."
    https://support.microsoft.com/en-us/help/211632/description-of-how-word-creates-temporary-files
    acd62081 authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    fe6e407 View commit details
    Browse the repository at this point in the history