Skip to content

Images Research

concept

We will explore how image recognition technologies can be used to gain valuable information about people and places, and data of images files.

Exploration of images

Use online tool https://www.aperisolve.com/

Use HexEdit

Info Strings for show printable characters of image

strings archive.png
strings archive.png > printables.txt    
strings -n 10 archive.png  

steghide steganography

steghide embed -cf imagen.jpg -ef archivo.txt
steghide info imagen.jpg
steghide extract -sf imagen.jpg

exiftool metadata

exiftool imagen.jpg
exiftool -Title="Mi Foto" imagen.jpg
exiftool -gps:all= imagen.jpg
exiftool -TagsFromFile imagen1.jpg imagen2.jpg
exiftool -a -u -g1 -w report.txt imagen.jpg

xxd Hexadecimal manipulation

xxd archivo.bin
xxd -p archivo.bin > archivo.hex

Binwalk embedded data

binwalk archive.bin
binwalk -M -r directory/
binwalk -e archive.bin
binwalk -Me archivo.bin
binwalk --signature 123 archive.bin

facial recognition

One of the online tools we look at in this class is 'PimEyes'. PimEyes is an online platform that uses facial recognition technology to search for similar images on the Internet based on an image provided as input. This tool can be useful in detecting a person's personal information, such as their social media profiles, email addresses, phone numbers, first and last names, etc.

The operation of PimEyes is based on the analysis of facial patterns, which are compared with an online image database to find similarities. The platform also allows you to search for images of people who appear in a particular photo, which can be useful in the investigation of stalking cases or in the search for missing persons.