CYBERSEURITY 2 (CHAPTER 3)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:31 AM on 9/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Information Gathering

The process of identifying, discovering, and obtaining information that may have relevance to the pen test; crucial to the success of most pen tests

2
New cards

Open Source Intelligence (OSINT)

Actionable information gathered from freely and publicly available sources; anyone can obtain it without breaking laws

3
New cards

Whois

A protocol that supports querying of data related to entities who register public domains and other Internet resources (registrant name, org, contact info, name servers, etc.)

4
New cards

Organization's Website (as OSINT)

Marketing sites, often including an "About" page, that reveal purpose, goals, nature of the org, executive/personnel info, events, and links to social media

5
New cards

Related Websites

Secondary sites, subdomains, partner/subsidiary sites, and social media profiles that can expand OSINT beyond the primary site; e.g., the 2014 Target breach via a third-party HVAC supplier

6
New cards

Social Media (as OSINT)

Organization and individual profiles (Twitter, Facebook, LinkedIn, YouTube, Instagram, Reddit) that reveal marketing info as well as personal interests, habits, and relationships

7
New cards

Job Boards (as OSINT)

Job postings that reveal personnel makeup, technical sophistication, software architecture, programming languages, hardware, and network/security systems used

8
New cards

Google Hacking

The process of using the Google search engine and special search operators to identify potential security weaknesses in publicly available sources

9
New cards

Google Operator: site

Searches a specific site, e.g., site:comptia.org report

10
New cards

Google Operator: link

Searches for pages that link to the specified page, e.g., link:comptia.org report

11
New cards

Google Operator: filetype

Searches for specific file types, e.g., filetype:pdf report

12
New cards

Google Operator: intitle

Searches for page titles, e.g., intitle:Certification report

13
New cards

Google Operator: inurl

Searches for URLs, e.g., inurl:Certification report

14
New cards

Google Operator: inanchor

Searches for anchor text, e.g., inanchor:Certification report

15
New cards

Online Articles and News (as OSINT)

Mainstream news, financial publications, and press releases that reveal services, fiscal performance, unethical practices, or acquisitions affecting people/products/technology

16
New cards

DNS Querying

Queries for name resolution info that reveal a target's network structure; standard queries find IPs, advanced queries retrieve MX/NS/TXT records and more

17
New cards

Zone Transfer

A DNS operation that, if improperly configured, allows transfer to untrusted domains, enabling enumeration of hosts accessible from the Internet

18
New cards

MX Record

DNS record type that identifies which server handles incoming mail for a domain; compromising it means compromising communication

19
New cards

Sender Policy Framework (SPF)

A kind of framework that validates incoming mail from a domain comes from a trusted IP address, mitigating email spoofing in spam/phishing

20
New cards

Subject Alternative Name (SAN)

This can identify specific subdomains, other domains, IP addresses, and email addresses the cert applies to

21
New cards

Wildcard Certificate

An SSL/TLS certificate using an asterisk (*) to denote all subdomains, making it harder to identify specific subdomains

22
New cards

CT Framework

This Framework publishes CA issuer logs containing info about domains/subdomains certs apply to, helping discover subdomains covered in the past

23
New cards

Shodan

A search engine that enables anyone to connect to public or improperly secured Internet-connected devices by banner grabbing through ports (e.g., exposed IP cameras, ICSs, IoT devices)

24
New cards

theHarvester

An open source OSINT tool that gathers subdomain names, employee names, email addresses, PGP keys, and open ports/service banners using search engines, Comodo, social media, and Shodan

25
New cards

Recon-ng

A command-line open source OSINT tool similar to but more robust than theHarvester, using dozens of modules that each run a specific type of query

26
New cards

Maltego

A graphical OSINT tool that features OSINT objects graphically with links to other objects, using "transforms" to automate querying and visualize relationships in node graphs

27
New cards

Fingerprinting Organizations with Collected Archives (FOCA)

A GUI OSINT tool (Windows only) that discovers hidden metadata within documents, such as names, software/OS versions, printer info, and plaintext passwords

28
New cards

Weaponization

The process of turning passive recon results into directions or launch points for active recon and preliminary attacks

29
New cards

Content of Interest

Categories to analyze from OSINT findings: IP addresses/subdomains, external/third-party domains, key personnel, social engineering-enabling info, and technology info

30
New cards

Public IP Addresses (as OSINT)

IP ranges organizations use to communicate with the outside world; can be leveraged through active scanning to discover services, ports, and OS info, or as entry points into the private network

31
New cards

External and Third-Party Sites

Partner, contractor, or unrelated sites (e.g., Glassdoor) not owned by the target org that can still reveal useful info, though action against them may be out of scope

32
New cards

Social Engineering

The practice of deceiving people into giving away access to unauthorized parties or enabling compromise of sensitive assets, exploiting natural human trust

33
New cards

Technologies (as Content of Interest)

Info about an org's tech stack (e.g., Apache vs. IIS) that can indicate underlying OS, vendor reliance, or the presence of an AD environment, guiding vulnerability research