www.mcafeeinstitute.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://trk.mcafeeinstitute.com/ls/click?upn=uytZ3QRJcQ8aQRV0BkMonynRvp7q2TvKiCQ24TGaSrYfPgYvFAKkhdUoIKY1woGm21QJiUdm9-2FDmWgObS...
Effective URL: https://www.mcafeeinstitute.com/products/certified-osint?_kx=qfa_4rPl64kv0LSyLxv6mf5YPjao8C-D2x5UG3lPZjQ.Pz4Fd4
Submission: On February 12 via api from CA — Scanned from CA

Form analysis 7 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/certified-osint?_kx=BK2DwjRfduYPO96VYlErVfaUc-6HvyHO3T3uvr14tae-P8lXJbYZwR2BZI1cCSum.Pz4Fd4">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" id="nav-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="nav-localization-country-label">
            <span class="text-start">United States (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">United States (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech search--product-types" role="search" action="/search" method="get" data-hs-cf-bound="true">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//www.mcafeeinstitute.com/cdn/shop/t/68/assets/search-form.js?v=43677551656194261111704301076" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for Examinations" data-placeholder-one="Search for Certifications" data-placeholder-two="Search for Courses"
      data-placeholder-three="Search for Examinations" data-placeholder-prompts-mob="true" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
    <custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" id="product_types-label">Product type</label>
      <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="product_types-label"
          style="--custom-select-button-width: 13px;">
          <span class="text-start">All</span>
          <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
            <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
          </svg>
        </button>
        <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="">
          <li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
            <span class="pointer-events-none">All</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Additional">
            <span class="pointer-events-none">Additional</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-1" role="option" data-value="Board Certification">
            <span class="pointer-events-none">Board Certification</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-2" role="option" data-value="Certification Renewal">
            <span class="pointer-events-none">Certification Renewal</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-3" role="option" data-value="Crimelab">
            <span class="pointer-events-none">Crimelab</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-4" role="option" data-value="E-Book">
            <span class="pointer-events-none">E-Book</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-5" role="option" data-value="Exam License">
            <span class="pointer-events-none">Exam License</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-6" role="option" data-value="Insurance">
            <span class="pointer-events-none">Insurance</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-7" role="option" data-value="Online Courses">
            <span class="pointer-events-none">Online Courses</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-8" role="option" data-value="Qualified Program">
            <span class="pointer-events-none">Qualified Program</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-9" role="option" data-value="Resident Programs">
            <span class="pointer-events-none">Resident Programs</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-10" role="option" data-value="Simulation">
            <span class="pointer-events-none">Simulation</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-11" role="option" data-value="UpCart - Shipping Protection">
            <span class="pointer-events-none">UpCart - Shipping Protection</span>
          </li>
        </ul>
      </div>
    </custom-select>
    <input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//www.mcafeeinstitute.com/cdn/shop/t/68/assets/speech-search.css?v=47207760375520952331704301076" rel="stylesheet" type="text/css" media="all">
    <script src="//www.mcafeeinstitute.com/cdn/shop/t/68/assets/speech-search.js?v=106462966657620737681704301076" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="instalments-form-template--16235639603383__main" accept-charset="UTF-8" class="js-instalments-form  text-sm mt-2" enctype="multipart/form-data" data-hs-cf-bound="true"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="32580419059797">
  <input type="hidden" name="product-id" value="4309016313941"><input type="hidden" name="section-id" value="template--16235639603383__main"><input type="hidden" name="attributes[unificRef]"><input type="hidden" name="attributes[hubspotutk]"
    value="292a87f42a6a67831239098e09b9d419">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--16235639603383__main" accept-charset="UTF-8" class="js-product-form js-product-form-main" enctype="multipart/form-data" data-hs-cf-bound="true"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="32580419059797">
  <div class="product-info__add-to-cart flex">
    <quantity-input class="inline-block">
      <label class="label visually-hidden" for="quantity-template--16235639603383__main">Qty</label>
      <div class="qty-input qty-input--combined inline-flex items-center w-full">
        <button type="button" class="qty-input__btn btn btn--minus no-js-hidden" name="minus">
          <span class="visually-hidden">-</span>
        </button>
        <input type="number" class="qty-input__input input" id="quantity-template--16235639603383__main" name="quantity" min="1" value="1">
        <button type="button" class="qty-input__btn btn btn--plus no-js-hidden" name="plus">
          <span class="visually-hidden">+</span>
        </button>
      </div>
    </quantity-input>
    <div class="product-info__add-button"><button type="submit" data-add-to-cart-text="Add to cart" class="btn btn--primary w-full" name="add">Add to cart</button>
    </div>
  </div><input type="hidden" name="product-id" value="4309016313941"><input type="hidden" name="section-id" value="template--16235639603383__main"><input type="hidden" name="attributes[unificRef]"><input type="hidden" name="attributes[hubspotutk]"
    value="292a87f42a6a67831239098e09b9d419">
</form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post" data-hs-cf-bound="true">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12 2c2.761 0 5 2.089 5 4.667V8h2.2a.79.79 0 0 1 .8.778v12.444a.79.79 0 0 1-.8.778H4.8a.789.789 0 0 1-.8-.778V8.778A.79.79 0 0 1 4.8 8H7V6.667C7 4.09 9.239 2 12 2zm6.4 7.556H5.6v10.888h12.8V9.556zm-6.4-6c-1.84 0-3.333 1.392-3.333 3.11V8h6.666V6.667c0-1.719-1.492-3.111-3.333-3.111z">
        </path>
      </svg>
      <p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all" title="Clear">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 USD </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /contact#footer-signup_form

<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, newsletter">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/certified-osint?_kx=BK2DwjRfduYPO96VYlErVfaUc-6HvyHO3T3uvr14tae-P8lXJbYZwR2BZI1cCSum.Pz4Fd4">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" id="footer-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="footer-localization-country-label">
            <span class="text-start">United States (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">United States (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

Skip to content

Call us: 1-888-263-1650

Country/Region
United States (USD $)
 * United States (USD $)

Search Product type
All
 * All
 * Additional
 * Board Certification
 * Certification Renewal
 * Crimelab
 * E-Book
 * Exam License
 * Insurance
 * Online Courses
 * Qualified Program
 * Resident Programs
 * Simulation
 * UpCart - Shipping Protection

Reset


Log in Bag

Menu
 * TRAIN & CERTIFY
    * Back
    * TRAIN & CERTIFY
    * CERTIFICATIONS
    * EXAMINATIONS
    * IN PERSON TRAINING
    * BOOTCAMPS
    * COURSES
    * SIMULATION

 * MEMBERSHIP
 * GOVERNMENT
    * Back
    * GOVERNMENT
    * MILITARY CA
    * GOVX DISCOUNT
    * MO POST CLEE
    * GSA PRICING

 * ABOUT US
    * Back
    * ABOUT US
    * ABOUT US
    * ACCREDITATION
    * OUR REVIEWS
    * OUR CLIENTS
    * GOVERNING BOARD

 * GET INVOLVED
 * ADMISSIONS
    * Back
    * ADMISSIONS
    * TALK TO ADMISSIONS
    * APPLY FOR EXAMINATION
    * FAQ

 * ENTERPRISE
    * Back
    * ENTERPRISE
    * ENTERPRISE TRAINING
    * PRIVATE TRAINING

 * 
 * 
 * 
 * 
 * Play video
 * 
 * 
 * 
 * 
 * 
 * 

Previous
1 / of 11
Next
 * Load image 1 in gallery view
 * Load image 2 in gallery view
 * Load image 3 in gallery view
 * Load image 4 in gallery view
 * Play video 1 in gallery view
 * Load image 5 in gallery view
 * Load image 6 in gallery view
 * Load image 7 in gallery view
 * Load image 8 in gallery view
 * Load image 9 in gallery view
 * Load image 10 in gallery view

$2,000.00 off


CERTIFIED IN OPEN SOURCE INTELLIGENCE (C|OSINT)

4.7

Rated 4.7 out of 5 stars
4.7 Stars
Click to scroll to reviews
$997.00 $2,997.00
or 4 interest-free payments of $249.25 with
ⓘ
Unit price /
Unavailable

Tuition Includes: Official Training Program, Official Digital Study Manual,
Official Prep Review Quizzes, Online Proctor License, 1-Year Exam License,
Digital Certification & Credential

Certificate Earned:  Board Certification
# of Students:  11,487
# of CPE Credits:  50
# of Exercises:  9
Language:  English
Delivery Method:  Online Self-Study
Length of Program (hours):  55 hours


1 in stock

- Almost gone!

Qty
- +
Add to cart

Dive into an Elite Educational Experience Featuring Live Instructor Guidance!
We pride ourselves on offering a highly interactive and personalized learning
experience. To ensure each participant receives dedicated attention from our
expert instructors, we strictly limit the number of seats in each program. These
spots fill up fast, reflecting the high demand and unique value of our programs.
Enroll today!

Close


MONEY BACK GUARANTEE

We offer a NO-Questions-asked 3 day money-back guarantee from the date you
enroll in your program if you are not satisfied with your program for any reason
under the below conditions.

To be eligible for a refund under our money-back guarantee you MUST NOT have
viewed more than 5% of your program and not have downloaded any of the course
content.


AFFORDABLE PAYMENT PLANS

If you are a U.S. or Canadian citizen, we are excited to offer flexible payment
plan options through Affirm and Sezzle at checkout.

With Affirm, you can enjoy the convenience of spreading your payments over up to
36 months, subject to approval.

For those who prefer a shorter plan, Sezzle offers an interest-free option,
allowing you to make 4 biweekly payments.

Choose the plan that best suits your financial needs and start your journey with
us today.


MILITARY CA REQUEST

McAfee Institute is approved for please follow this link.

Credentialing Assistance (CA) The McAfee Institute has partnered with
Credentialing Assistance (CA) to provide funding for training and exams leading
to an industry-recognized academic or vocational credential.

> Request an Invoice

VR&E Program: The McAfee Institute has partnered with Veteran's Readiness and
Employment - VR&E (formerly Voc Rehab) and benefit program counselors around the
world to offer you the ability to participate in any of McAfee Institutes board
certifications (online or in-person).

> Request an Invoice



Certified in Open Source Intelligence (C|OSINT)

$997.00 $2,997.00
Unit price /
Unavailable
View details
Description System Requirements


 ELEVATE YOUR INVESTIGATIVE SKILLSET: MASTER THE WORLD OF C|OSINT

Become the Cyber Investigative Expert that Agencies Trust: Welcome to the
C|OSINT Certification, your definitive pathway to mastering Open Source
Intelligence. Delivered by industry veterans from military intelligence, law
enforcement, and cybersecurity, this program equips you with immediately
applicable, respected, and in-demand skills.

Unlock Practical Intelligence Techniques: Gain access to actionable skills that
are instrumental for investigations across various sectors, including law
enforcement, military intelligence, loss prevention, and cybersecurity. Our
comprehensive curriculum covers key areas like Open Source Intelligence, Social
Media Intelligence, Cyber Investigations, Intelligence Collection, and Legal
Fundamentals.

Your Questions Answered: Why Choose C|OSINT?


 * Is this certification globally recognized? Absolutely. Our program is trusted
   and endorsed within the industry and has gained worldwide recognition.
 * What real-world skills will I acquire? You will gain hands-on experience in
   Open Source Intelligence, Social Media Intelligence, and Cyber
   Investigations, among others.
 * How long is the program? The course is designed for flexible learning,
   allowing you to complete it within 3 to 6 months depending on your schedule.
   You can move as fast or as slow as you want. You have one year to complete
   the exam.
 * What's the ROI on completing this certification? With C|OSINT, you're not
   just gaining a certification; you're entering an elite network of highly
   skilled cyber investigators and boosting your career prospects immensely.

Join an Elite Network and Drive Efficiency: Become proficient in conducting
fast, accurate, and effective cyber investigations while becoming a part of a
global community of experts. Your future in investigative intelligence will be
amplified, offering you unprecedented career growth opportunities.

Industry-Aligned and Future-Ready: Our course is meticulously designed in
alignment with the National Cybersecurity Workforce Framework, ensuring that
your skills are cutting-edge and in high demand.

Exclusive Offer: Enroll today and gain complimentary access to our private
C|OSINT community, receive ongoing curriculum updates, and get specialized
career support.

Your Future, Amplified: This isn't just a course; it's an investment in a
transformative journey. Emerge with new skills, broader horizons, and the
confidence to excel in the industry.

Take the Leap to Elite Status Today: Are you ready for a transformative
experience filled with career-defining opportunities and breakthrough moments?
Click below to embark on this life-changing journey.



CURRICULUM

 * Welcome to C|OSINT
   Welcome to the Comprehensive Open Source Intelligence (C|OSINT) course.
 * The Foundation of OSINT
   Introduction to the fundamental principles and concepts of Open Source
   Intelligence (OSINT).
 * The Intelligence Cycle
   Understanding the stages and processes involved in the intelligence cycle.
 * Intelligence Collection Disciplines
   Exploring various intelligence collection disciplines and their relevance in
   gathering information.
 * Privacy and Data Protection
   Understanding the importance of privacy regulations and data protection in
   OSINT practices.
 * Setting Up a Lab & Virtual Machine
   Step-by-step guide to setting up a lab environment and virtual machine for
   OSINT activities.
 * Critical Thinking
   Developing critical thinking skills for effective analysis and
   decision-making in OSINT.
 * OSINT Browser Configuration
   Configuring web browsers for optimal OSINT data collection and analysis.
 * Open Source Intelligence Research
   Techniques and methodologies for conducting research using open source
   intelligence tools and resources.
 * Advanced OSINT Research
   Advanced techniques and strategies for conducting in-depth OSINT research.
 * SOCMINT
   Understanding and utilizing Social Media Intelligence (SOCMINT) in OSINT
   operations.
 * Mobile Apps OSINT
   Investigating mobile applications for OSINT purposes.
 * OSINT and SOCMINT Recon and Intelligence
   Combining OSINT and SOCMINT techniques for reconnaissance and intelligence
   gathering.
 * Final Board Exam
   Comprehensive exam to assess the knowledge and skills acquired throughout the
   course.

RESEARCH BASED ASSIGNMENTS

Through out this program you will be tasked with completing multiple researched
based assignments and discussions that are required to complete the program.

DOWNLOAD THE SYLLABUS BELOW

Want to learn more about the OSINT training course? Within this program, you are
going to discover cutting-edge techniques and real-world training in OSINT &
SOCMINT and position yourself as an industry-recognized expert with this
incredible Certification Program. Download the complete syllabus here.

 




EXAM DETAILS

Exam Details Program- is graded on a pass/fail system by obtaining a 70% or
better is considered a passing grade. The open-source course exam is taken
online at the convenience of your home or office. It is a closed book exam and
is 200 questions. The questions are in a true/false, multiple-choice &
scenario-based format. It is a timed exam, you get 3 hours to complete the exam
and you must do so in one sitting. Once you start the exam you must complete it.
You get one attempt to pass the exam. If you fail the exam you must purchase a
new exam license to sit for the exam.

You can purchase an exam license here for $450 USD separately to sit for the
exam if you don't buy the open-source intelligence training bundle.

RENEWAL

The cost is $125 for an additional two years and requires proof of completion of
25 CPE credits. 

ELIGIBILITY 

Bachelor’s degree or higher (no experience is needed)

OR

Associate degree plus 2 YEARS of professional work experience in e-commerce,
fraud, investigations, IT, law enforcement, forensics, criminal justice, law,
and loss prevention 

OR

High school diploma or equivalency plus 3 YEARS of professional work experience
as stated above. 

Also, a person convicted of a felony, any crime of moral turpitude or
misdemeanor relating to honesty, theft, embezzlement, fraud or the like shall be
ineligible to become a C|OSINT. The applicant must successfully pass the
prescribed background check, which may include a criminal background check and
examination process. Falsification or omission of information on the application
form will be reason enough to disqualify an applicant from becoming or remaining
Certified in Open Source Intelligence.

ADDITIONAL OPTIONS

What if I don’t want to attend the OSINT training course program. Can I just sit
for the exam?

You do not need to attend our training programs to sit for the board exam.

If you are interested in sitting for the exam only to become a Certified Open
Source Intelligence (C|OSINT), you may obtain an exam license to do so. Exam
licenses are valid for one year after purchase. Click here to purchase just an
exam.  

If you are interested in the Open Source Intelligence training only, you may do
so by enrolling in the Qualified Open Source Intelligence (Q|OSINT) program.
Upon completion of the Qualified Open Source Intelligence (Q|OSINT) training
program, you will receive a certificate of completion. 



You cannot use a VPN, TVN or Proxy to access our site our course materials due
to our security measures. In addition you will need a laptop or desktop computer
as well. Review the following requirements for your camera, operating system,
upload/download speeds, RAM, ports, microphones, and browsers. Also included is
a list of technology not currently supported by ProctorU.

Recomended
Internet Connection
Wifi Connection
Wired Connection

PC Users
Windows 10 (Windows 10 S mode is not supported)
Windows 11

Mac Users
MacOS 10.13 (Oldest Still Maintained Version)
MacOS 10.15

CPU
More than 2 core CPU, less than 85% CPU Usage
More than 4 core CPU, less than 50% CPU Usage

Webcam
640x480 resolution
1280x720 resolution

Internet Download Speed
1 Mbps
12 Mbps

Internet Upload Speed
1 Mbps
3 Mbps

RAM
4 GB, less than 95% Ram Usage
16 GB, less than 90% Usage

Connectivity Ports
1935, 843, 80, 443, 61613, UDP/TCP
1935, 843, 80, 443, 61613, UDP/TCP

Screen Resolution
1366 x 768
1920 x 1080 and above

Additional Requirements: 

 * A functioning microphone (some web cameras have them built-in); microphone
   should not be part of headphones
 * Headphones are generally not permitted,  check with your testing organization
   to determine if headphones are permitted
 * A compatible browser: Google Chrome (preferred) or Mozilla Firefox

Not Supported:

 * Microsoft Edge browser 
 * Google Chromebooks (with Guardian Browser)
 * Google Chromebooks for Live+ or Review+
 * Tablets (Nexus, iPad, Tab, Note, etc.)
 * Smartphones
 * Linux operating systems
 * Windows 10 in S mode or Surface RT
 * Connecting from within a virtual machine. You will be asked to reconnect
   using your host operating system to take your exam
 * Apple Boot Camp
 * Remote Access Software
 * Inactive Version of Windows and Test Builds/Test Mode

4.7

Rated 4.7 out of 5 stars
Based on 13 reviews
5
Rated out of 5 stars

11
Total 5 star reviews: 11
4
Rated out of 5 stars

0
Total 4 star reviews: 0
3
Rated out of 5 stars

2
Total 3 star reviews: 2
2
Rated out of 5 stars

0
Total 2 star reviews: 0
1
Rated out of 5 stars

0
Total 1 star reviews: 0
85%would recommend this product


Open Okendo Reviews in a new window
13 reviews
Sort Most RecentOldestMost HelpfulHighest RatingLowest RatingLeast Helpful
 * Salman A.
   Verified Buyer
   
   Rated 5 out of 5 stars
   Great course
   
   if anyone care about osint i recommend this course for investigator or cyber
   professional.
   
   Read More
   Was this helpful?
   Yes, this review was helpful. 1 person voted yesNo, this review was not
   helpful 0 people voted no
 * Andrey R.
   Verified Buyer
   
   Rated 5 out of 5 stars
   Great Course
   
   I enjoyed this course
   
   Read More
   Was this helpful?
   Yes, this review was helpful. 0 people voted yesNo, this review was not
   helpful 2 people voted no
 * Eli R.
   Verified Buyer
   
   Rated 5 out of 5 stars
   eli
   
   Great course and cant wait to start another one
   
   Read More
   Was this helpful?
   Yes, this review was helpful. 0 people voted yesNo, this review was not
   helpful 1 person voted no
 * Sherry W.
   
   Verified Buyer
   
   Rated 5 out of 5 stars
   Great Learning Experience
   
   This is a wealth of information. The course is simple, but still in depth
   enough to give a solid understanding of OSINT. I enjoy that each section is
   broken down to allow for self-paced research and learning.
   
   Read More
   Was this helpful?
   Yes, this review was helpful. 0 people voted yesNo, this review was not
   helpful 0 people voted no
 * Nigel R.
   
   Verified Buyer
   
   Rated 5 out of 5 stars
   Mind Opening
   
   As an investigator I am always looking to improve my skill set. I am learning
   new things as I progress through the course that I consider vital. I would
   encourage fellow colleagues to take this course.
   
   Read More
   Was this helpful?
   Yes, this review was helpful. 0 people voted yesNo, this review was not
   helpful 0 people voted no

Loading...
Loading...
Show More
Reviews LoadedReviews Added


PAYMENT & SECURITY

Payment methods

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * JCB
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

Your payment information is processed securely. We do not store credit card
details nor have access to your credit card information.




YOUR CART

Close

Your cart is empty

Start shopping

Subtotal:$0.00 USD

Loading...






McAfee Institute


CERTIFIED IN OPEN SOURCE INTELLIGENCE (C|OSINT)

$997.00 $2,997.00
Unit price /
Unavailable


 ELEVATE YOUR INVESTIGATIVE SKILLSET: MASTER THE WORLD OF C|OSINT

Become the Cyber Investigative Expert that Agencies Trust: Welcome to the
C|OSINT Certification, your definitive pathway to mastering Open Source
Intelligence. Delivered by industry veterans from military intelligence, law
enforcement, and cybersecurity, this program equips you with immediately
applicable, respected, and in-demand skills.

Unlock Practical Intelligence Techniques: Gain access to actionable skills that
are instrumental for investigations across various sectors, including law
enforcement, military intelligence, loss prevention, and cybersecurity. Our
comprehensive curriculum covers key areas like Open Source Intelligence, Social
Media Intelligence, Cyber Investigations, Intelligence Collection, and Legal
Fundamentals.

Your Questions Answered: Why Choose C|OSINT?


 * Is this certification globally recognized? Absolutely. Our program is trusted
   and endorsed within the industry and has gained worldwide recognition.
 * What real-world skills will I acquire? You will gain hands-on experience in
   Open Source Intelligence, Social Media Intelligence, and Cyber
   Investigations, among others.
 * How long is the program? The course is designed for flexible learning,
   allowing you to complete it within 3 to 6 months depending on your schedule.
   You can move as fast or as slow as you want. You have one year to complete
   the exam.
 * What's the ROI on completing this certification? With C|OSINT, you're not
   just gaining a certification; you're entering an elite network of highly
   skilled cyber investigators and boosting your career prospects immensely.

Join an Elite Network and Drive Efficiency: Become proficient in conducting
fast, accurate, and effective cyber investigations while becoming a part of a
global community of experts. Your future in investigative intelligence will be
amplified, offering you unprecedented career growth opportunities.

Industry-Aligned and Future-Ready: Our course is meticulously designed in
alignment with the National Cybersecurity Workforce Framework, ensuring that
your skills are cutting-edge and in high demand.

Exclusive Offer: Enroll today and gain complimentary access to our private
C|OSINT community, receive ongoing curriculum updates, and get specialized
career support.

Your Future, Amplified: This isn't just a course; it's an investment in a
transformative journey. Emerge with new skills, broader horizons, and the
confidence to excel in the industry.

Take the Leap to Elite Status Today: Are you ready for a transformative
experience filled with career-defining opportunities and breakthrough moments?
Click below to embark on this life-changing journey.



CURRICULUM

 * Welcome to C|OSINT
   Welcome to the Comprehensive Open Source Intelligence (C|OSINT) course.
 * The Foundation of OSINT
   Introduction to the fundamental principles and concepts of Open Source
   Intelligence (OSINT).
 * The Intelligence Cycle
   Understanding the stages and processes involved in the intelligence cycle.
 * Intelligence Collection Disciplines
   Exploring various intelligence collection disciplines and their relevance in
   gathering information.
 * Privacy and Data Protection
   Understanding the importance of privacy regulations and data protection in
   OSINT practices.
 * Setting Up a Lab & Virtual Machine
   Step-by-step guide to setting up a lab environment and virtual machine for
   OSINT activities.
 * Critical Thinking
   Developing critical thinking skills for effective analysis and
   decision-making in OSINT.
 * OSINT Browser Configuration
   Configuring web browsers for optimal OSINT data collection and analysis.
 * Open Source Intelligence Research
   Techniques and methodologies for conducting research using open source
   intelligence tools and resources.
 * Advanced OSINT Research
   Advanced techniques and strategies for conducting in-depth OSINT research.
 * SOCMINT
   Understanding and utilizing Social Media Intelligence (SOCMINT) in OSINT
   operations.
 * Mobile Apps OSINT
   Investigating mobile applications for OSINT purposes.
 * OSINT and SOCMINT Recon and Intelligence
   Combining OSINT and SOCMINT techniques for reconnaissance and intelligence
   gathering.
 * Final Board Exam
   Comprehensive exam to assess the knowledge and skills acquired throughout the
   course.

RESEARCH BASED ASSIGNMENTS

Through out this program you will be tasked with completing multiple researched
based assignments and discussions that are required to complete the program.

DOWNLOAD THE SYLLABUS BELOW

Want to learn more about the OSINT training course? Within this program, you are
going to discover cutting-edge techniques and real-world training in OSINT &
SOCMINT and position yourself as an industry-recognized expert with this
incredible Certification Program. Download the complete syllabus here.

 




EXAM DETAILS

Exam Details Program- is graded on a pass/fail system by obtaining a 70% or
better is considered a passing grade. The open-source course exam is taken
online at the convenience of your home or office. It is a closed book exam and
is 200 questions. The questions are in a true/false, multiple-choice &
scenario-based format. It is a timed exam, you get 3 hours to complete the exam
and you must do so in one sitting. Once you start the exam you must complete it.
You get one attempt to pass the exam. If you fail the exam you must purchase a
new exam license to sit for the exam.

You can purchase an exam license here for $450 USD separately to sit for the
exam if you don't buy the open-source intelligence training bundle.

RENEWAL

The cost is $125 for an additional two years and requires proof of completion of
25 CPE credits. 

ELIGIBILITY 

Bachelor’s degree or higher (no experience is needed)

OR

Associate degree plus 2 YEARS of professional work experience in e-commerce,
fraud, investigations, IT, law enforcement, forensics, criminal justice, law,
and loss prevention 

OR

High school diploma or equivalency plus 3 YEARS of professional work experience
as stated above. 

Also, a person convicted of a felony, any crime of moral turpitude or
misdemeanor relating to honesty, theft, embezzlement, fraud or the like shall be
ineligible to become a C|OSINT. The applicant must successfully pass the
prescribed background check, which may include a criminal background check and
examination process. Falsification or omission of information on the application
form will be reason enough to disqualify an applicant from becoming or remaining
Certified in Open Source Intelligence.

ADDITIONAL OPTIONS

What if I don’t want to attend the OSINT training course program. Can I just sit
for the exam?

You do not need to attend our training programs to sit for the board exam.

If you are interested in sitting for the exam only to become a Certified Open
Source Intelligence (C|OSINT), you may obtain an exam license to do so. Exam
licenses are valid for one year after purchase. Click here to purchase just an
exam.  

If you are interested in the Open Source Intelligence training only, you may do
so by enrolling in the Qualified Open Source Intelligence (Q|OSINT) program.
Upon completion of the Qualified Open Source Intelligence (Q|OSINT) training
program, you will receive a certificate of completion. 




View product Remove
Previous Next

 * Live Instructor Support
   
   Expert help & advice

 * Check your order status
   
   Updates & tracking

 * 30 Day Refund Guarantee
   
   Love it or return it.

 * Price-match guarantee
   
   7 Day Price Guarantee

The McAfee Institute is a professional certification and training organization
specializing in intelligence and investigations studies.

ADDRESS:

Global Headquarters 15450 S. Outer Forty Rd, Chesterfield MO 63017

HOURS:

Mon - Fri / 8:30 AM - 5:30 PM CST


ABOUT US

 * About Us
 * Awards & Recognition
 * Certification Renewal
 * Course Catalog
 * CED Verification
 * Articles & Blog
 * Institute Policies


LEARN MORE

 * About Us
 * Awards & Recognition
 * Certification Renewal
 * Course Catalog
 * CED Verification
 * Articles & Blog
 * Institute Policies


NEWSLETTER

Sign up for exclusive offers, webinars, events and more.

Email
Subscribe
Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * JCB
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

Country/Region
United States (USD $)
 * United States (USD $)

--------------------------------------------------------------------------------

© 2024 McAfee Institute.






CART • 0




YOUR CART IS EMPTY










Rewards
Rewards