Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
The OSINT Handbook

You're reading from   The OSINT Handbook A practical guide to gathering and analyzing online information

Arrow left icon
Product type Paperback
Published in Mar 2024
Publisher Packt
ISBN-13 9781837638277
Length 198 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Dale Meredith Dale Meredith
Author Profile Icon Dale Meredith
Dale Meredith
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Chapter 1: The Secrets Hiding in Plain Sight – Unveiling the Power of OSINT 2. Chapter 2: Invisible and Untouchable – The Importance of Anonymity in OSINT Analysis FREE CHAPTER 3. Chapter 3: The OSINT Toolbox – Methods and Techniques for Gathering and Analyzing Information 4. Chapter 4: Exploring the Unknown – How Discovery Tools Reveal Hidden Information 5. Chapter 5: From Recon-ng to Trace Labs – A Tour of the Best Open Source Intelligence Tools 6. Chapter 6: The Eyes and Ears of Threat Intelligence – How OSINT Helps Mitigate Cyber Risks 7. Chapter 7: Protecting Your Identity and Organization from Cyber Threats 8. Index 9. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “The inurl: operator can help find URLs containing a specific keyword, sometimes leading to exposed directories or sensitive information.”

A block of code is set as follows:

from bs4 import BeautifulSoup 
import requests 
response = requests.get('https://daledumbsitdown.com') 
soup = BeautifulSoup(response.text, 'html.parser') 
# Print the page title 
print(soup.title.string) 

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

;; ANSWER SECTION: 
host1234.examplehosting.com. 3600 IN A 93.184.216.34 
site1.com. 3600 IN CNAME host1234.examplehosting.com. 
site2.net. 3600 IN CNAME host1234.examplehosting.com. 
site3.org. 3600 IN CNAME host1234.examplehosting.com. 

Any command-line input or output is written as follows:

nslookup 
> set type=MX 
> daledumbsitdown.com

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Right-click on communications streams and select Follow TCP Stream to reconstruct flows and uncover any readable packet data that may provide clues about function and purpose.

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image