Pular para o conteúdo principal

Compartilhe

🔐 Guia de Boas Práticas de Segurança da Informação

🔐 Guia de Boas Práticas de Segurança da Informação 1. Introdução A segurança da informação tem como objetivo proteger dados contra acesso não autorizado, alteração, destruição ou divulgação indevida. Este guia reúne as principais práticas recomendadas para indivíduos e organizações. 2. Princípios Fundamentais (Tríade CIA) Princípio Descrição Confidencialidade Garantir que apenas pessoas autorizadas acessem as informações Integridade Assegurar que os dados não sejam alterados de forma indevida Disponibilidade Manter os sistemas e dados acessíveis quando necessário 3. Gestão de Senhas Utilize senhas com no mínimo 12 caracteres , combinando letras maiúsculas, minúsculas, números e símbolos. Nunca reutilize senhas em diferentes serviços. Adote um gerenciador de senhas (ex: Bitwarden, 1Password, KeePass). Ative a autenticação de dois fatores (2FA/MFA) em todas as contas possíveis. Troque senhas imediatamente em caso de suspeita de comprometimento. Nunca compartilhe senhas por e-mail, Wha...

Metaforge



Metaforge - An OSINT Metadata Analyzing Tool That Filters Through Tags And Creates Reports



An OSINT tool that analyzes metadata and creates dynamic reports"


faraday

What is "metadata"?

To put it simply, metadata is just information about data. The information comes from the tags that capture valuable information about each specific file. Each file has can have many different tags of data that can be retreived for multiple purposes.
The uses for metadata are endless and can prove valuable to those in the information security fields for pentesting and gathering information, like who created the file and what software was used to edit it.

Metaforge Checklist
  • Must have a Unix-based Operating System (Arch, Debian, and RHEL Linux distros have been tested and also Mac OSX)
  • Must have at least Python3.5 or higher
  • Must place all data you wish to analyze in the /media directory. Cannot place folders within the /media directory.

Senior Design Project 2019 - By Chris Morris and Collin Mockbee
A Python3 Application for Unix-based Operating Systems
Note: Metaforge requires at least python version 3.5 to work!

Supported Filetypes
dll | docx | doc | exe | gif | html | jpeg| mkv | mp3 | mp4 | odp | ods | odt | pdf | png | pptx| ppt | svg | torrent |wav | xlsx | xls |zip |

Setup

Install exiftool
Debian-based
apt install libimage-exiftool-perl
RHEL-based
yum install perl-Image-ExifTool
Arch Linux
pacman -S perl-image-exiftool
Mac OSX
brew install exiftool 

Install dependencies
pip3 install -r requirements.txt 

Running Metaforge
  1. Place the files you wish to analyze in the /media directory
  2. Run metaforge.py
python3 metaforge.py 

When Metaforge is finished running, check the User_Projects folder and look for the name of the project you entered. Click on the index.html file to view your generated report.
Thanks to...
Exiftool: https://www.sno.phy.queensu.ca/~phil/exiftool/
progress: https://pypi.org/project/progress/
dominate: https://pypi.org/project/dominate/
colorama: https://pypi.org/project/colorama/
pyexifinfo: https://pypi.org/project/pyexifinfo/


Comentários

Como usar um Agente OSINT IA

Pericia Digital

Ebook

Postagens mais visitadas