Giter Site home page Giter Site logo

derrezed-fez / trending-topic-weaponization Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 2.15 MB

Monitor trending topics over a period of time (e.g., 2 months?) to analyze and characterize how the terms are weaponized to conduct malicious activities on the Internet.

Shell 3.22% Python 96.78%

trending-topic-weaponization's Introduction

To pull and install Python library requirements: pip3 install -r requirements.txt

This project is meant to be installed on a server so that it can be run on a continuous basis. The main.py file should be executed from a CRON job daily. It has been throttled to not exceed the limits of the Virus Total API.

To run the data collection manually, run python -m main.py Be sure to input your phone number into the Twilio entry points to receive text notifications of data collection.

Database Structure

MongoDB Database Structure

MongoDB Commands

If you are using Windows or Mac, install a viewer like Studio 3T. If using Linux, the following commands may help.

  1. To start the MongoDB instance: sudo service mongod start
  2. To stop the MondoDB instance: sudo service mongod stop
  3. To restart eh MongoDB instance: sudo service mongod restart
  4. To enter the Mongo shell, simply enter: mongo
  5. Once in Mongo shell, show DBs by entering: show dbs
  6. To export a Mongo database or collection, enter: mongodump -d <database_name> -o <directory_backup>
  7. To import a Mongo database or collection, enter: mongorestore -d <database_name> <directory_backup>
  8. To export as JSON, enter: mongoexport --db DB_NAME --collection COLLECTION_name --fields Field_name(s) --type=[csv or JSON} --out=Name-Path-Output-File

To use SCP to copy a Mongo DB from the remote server to your local machine: scp -r [email protected]:/path/to/remote/source /path/to/local/destination

trending-topic-weaponization's People

Contributors

crypt0d1v3r avatar takegat4356 avatar rodisho avatar

Watchers

James Cloos avatar Jizhou Zhang avatar  avatar  avatar  avatar

trending-topic-weaponization's Issues

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.