Tuesday, April 1, 2025
HomeForensics ToolsPdgmail - Forensic Tool to Analysis Process Memory Dump

Pdgmail – Forensic Tool to Analysis Process Memory Dump

Published on

SIEM as a Service

Follow Us on Google News

Pdgmail Forensic tool to analysis process memory dump for Gmail data. It will discover what it can out of the memory image including contacts, emails, last access times, IP addresses, basic headers etc.

  • Author: Jeff Bryner

Also, You can Learn, Computer Forensics & Cyber Crime Investigation : Using Open Source Tools.

Analysis with Pdgmail

In this article, we are to extract the process dump and then to unpack and analyze the dump.

To get the help menu pdgmail -h, here we are using Firefox so we need to find the process ID of it using the command ps -ef | grep fire.

Pdgmail Forensic tool to analysis process memory dump

Also Read Tracking Photo’s Geolocation with GPS EXIF DATA – Forensic analysis

Now we have the process ID 1446, then you need to dump the process gcore -o fire.dmp 1446

Pdgmail Forensic tool to analysis process memory dump

Now you can see a dump file created fire.dmp.1446. It’s time to analyze the dump file now.To dump run the command strings -el fire.dmp.1446.

Also Read Analyzing embedded files and executable code with Firmware Images – Binwalk

Pdgmail Forensic tool to analysis process memory dump

You can also get the number of unread emails in the Inbox.

Pdgmail Forensic tool to analysis process memory dump

Also the Body contents and the basic headers.

Pdgmail Forensic tool to analysis process memory dump

The contact list can be retrieved.

Pdgmail Forensic tool to analysis process memory dump

It will take around 20 minutes to complete the analysis and the output varies depends upon the number of the page that you have browsed with Firefox pdgmail Happy Investigating !!!

you can also learn The Complete Hacking Tools in Kali Linux Operating System

You can follow us on LinkedinTwitterFacebook for daily Cybersecurity updates also you can take the Best Cybersecurity courses online to keep your self-updated.

Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

Hackers Deploy 24,000 IPs to Breach Palo Alto Networks GlobalProtect

A wave of malicious activity targeting Palo Alto Networks PAN-OS GlobalProtect portals has been...

Linux Lite 7.4 Final Released: Enhanced GUI and Bug Fixes

Linux Lite, a popular lightweight Linux distribution aimed at making Linux accessible to beginners,...

Operation HollowQuill – Weaponized PDFs Deliver a Cobalt Strike Malware Into Gov & Military Networks

In a recent revelation by SEQRITE Labs, a highly sophisticated cyber-espionage campaign, dubbed Operation...

Earth Alux Hackers Use VARGIET Malware to Target Organizations

A new wave of cyberattacks orchestrated by the advanced persistent threat (APT) group Earth...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

Best SIEM Tools List For SOC Team – 2024

The Best SIEM tools for you will depend on your specific requirements, budget, and...

Live Forensic Techniques To Detect Ransomware Infection On Linux Machines

Ransomware, initially a Windows threat, now targets Linux systems, endangering IoT ecosystems.Linux ransomware...

p0f – Passive Traffic Analysis OS Fingerprinting and Forensics Tool

P0f is an OS Fingerprinting and Forensics Tool that utilizes an array of sophisticated,...