All Projects → varchashva → Letsmapyournetwork

varchashva / Letsmapyournetwork

Licence: gpl-3.0
Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Letsmapyournetwork

Django Celery Docker Example
Example Docker setup for a Django app behind an Nginx proxy with Celery workers
Stars: ✭ 149 (-51.15%)
Mutual labels:  django, rabbitmq, celery
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-84.26%)
Mutual labels:  django, rabbitmq, celery
Netdisco
A web-based network management tool.
Stars: ✭ 291 (-4.59%)
Mutual labels:  network-monitoring, network-visualization
Neovis.js
Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.
Stars: ✭ 748 (+145.25%)
Mutual labels:  neo4j, network-visualization
leek
Celery Tasks Monitoring Tool
Stars: ✭ 77 (-74.75%)
Mutual labels:  rabbitmq, celery
Chain
链喵 CMDB 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 240 (-21.31%)
Mutual labels:  django, celery
Ecommerce website development
本项目基于Django1.8.2等来开发一个电商平台,可实现注册、登录、浏览、购买、支付等全部常用功能。
Stars: ✭ 246 (-19.34%)
Mutual labels:  django, celery
python-asynchronous-tasks
😎Asynchronous tasks in Python with Celery + RabbitMQ + Redis
Stars: ✭ 37 (-87.87%)
Mutual labels:  rabbitmq, celery
Dailyfresh B2c
dailyfresh mall based on B2C model
Stars: ✭ 177 (-41.97%)
Mutual labels:  django, celery
celery-connectors
Want to handle 100,000 messages in 90 seconds? Celery and Kombu are that awesome - Multiple publisher-subscriber demos for processing json or pickled messages from Redis, RabbitMQ or AWS SQS. Includes Kombu message processors using native Producer and Consumer classes as well as ConsumerProducerMixin workers for relay publish-hook or caching
Stars: ✭ 37 (-87.87%)
Mutual labels:  rabbitmq, celery
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (-60%)
Mutual labels:  neo4j, rabbitmq
pandora
Small box of pandora to prototype your app with ready for use backend. This is just my compilation of different solutions occasionally applied in hackathons and challenges
Stars: ✭ 26 (-91.48%)
Mutual labels:  rabbitmq, celery
Celery Progress
Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
Stars: ✭ 230 (-24.59%)
Mutual labels:  django, celery
Opensa
资产管理、资产采集、灰度发布、反向代理、批量任务、任务编排、计划任务、日志审计、权限管理、角色管理、部门管理、运维自动化
Stars: ✭ 220 (-27.87%)
Mutual labels:  django, celery
Testcontainers Spring Boot
Container auto-configurations for spring-boot based integration tests
Stars: ✭ 460 (+50.82%)
Mutual labels:  neo4j, rabbitmq
Website
django 开发的BBS博客项目, 此项目包含多用户注册,话题模块,发布文章,文章评论,课程、社区BBS以及消息提示,关注,采用邮箱注册,激活验证登录,以及QQ注册登录,招募作者发布教程在后台管理系统发布, pc采用模板渲染,cms采用vue drf前后分离,登录采用JWT认证登录、移动端采用react开发,
Stars: ✭ 217 (-28.85%)
Mutual labels:  django, celery
celery-kubernetes-example
Small Flask app with scalable, asynchronous backend workers deployed on Kubernetes.
Stars: ✭ 79 (-74.1%)
Mutual labels:  rabbitmq, celery
Chatire
💬 Real time Chat application built with Vue, Django, RabbitMQ and uWSGI WebSockets.
Stars: ✭ 278 (-8.85%)
Mutual labels:  django, rabbitmq
Django Guid
Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery
Stars: ✭ 166 (-45.57%)
Mutual labels:  django, celery
Django Pushy
Your push notifications handled at scale.
Stars: ✭ 168 (-44.92%)
Mutual labels:  django, celery

Omniscient - Let’s Map [Your] Network (v2.0)

Logo

BHEU2019 BHUSA2019 Defcon27

Table of Contents

  1. WHAT IT IS
  2. WHY IT IS
  3. WHERE TO USE IT
  4. Presentations
  5. Key Features
  6. Installation Guidelines
  7. HOW TO USE IT
  8. Understand Node
  9. Contributer
  10. LMYN In Action
  11. Roadmap
  12. Contact Information

WHAT IT IS

It is utmost important for any security engineer to understand their network first before securing it and it becomes a daunting task to have a ‘true’ understanding of a widespread network. In a mid to large level organisation’s network having a network architecture diagram doesn’t provide the complete understanding and manual verification is a nightmare. Hence in order to secure entire network it is important to have a complete picture of all the systems which are connected to your network, irrespective of their type, function, techology etc.

BOTTOM LINE - YOU CAN'T SECURE WHAT YOU ARE NOT AWARE OF.

Let’s Map Your Network (LMYN) aims to provide an easy to use interface to security engineer and network administrator to have their network in graphical form with zero manual error, where a node represents a system and relationship between nodes represent the connection.

LMYN does it in two phases:

  1. Learning: In this phase LMYN 'learns' the network by performing the network commands and quering the APIs and then builds graph database leveraging the responses. User can perform any of the learning activities at any point of time and LMYN will incorporate the results in existing database.
  2. Monitoring: This is a continuos process, where LMYN monitors the 'in-scope' network for any changes, compare it with existing information and update the graph database accordingly.

Below technologies have been used in the tool:

  1. Django Python
  2. Neo4j DB
  3. Sigma JS
  4. Celery and RabbitMQ

WHY IT IS

  • Visualizing infrastructure network in form of graph makes it more ‘visible’ and it becomes significantly easy to perform the analysis and identify the key areas of concern for a security engineer and network administrator
  • Also, Let’s Map Your Network formulates the graph entirely based-on either network actions performed from ‘seed’ system which will be part of the actual network or quering the APIs. Hence there is no chance of manual-error in the mapping of network

WHERE TO USE IT

  1. Network Architecture 'Validation'
  2. Troubleshooting for network administrator
  3. Internal Network vulnerability assessment and penetration testing

Presentations

Contributer

Jyoti Raval: (Brutal!) QA

LMYN In Action

Local subnet network

LMYN IN ACTION

Network with traceroute to mulitple destinations

LMYN IN ACTION

CMDB Upload

LMYN IN ACTION

Cloud network

LMYN IN ACTION

Contact Information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].