Human // Collection and Pretext

OSINT With Maltego (Pro)

OSINT With Maltego (Pro) is presented here as an operator-facing field brief. It focuses on why the topic matters during real offensive work, where it changes decision-making, and which public references are worth keeping close while validating or reporting it.

field briefoperator referencecurated public sources

Why this topic matters

OSINT With Maltego (Pro) matters because it changes how an operator frames the problem, chooses validation steps and decides what evidence is strong enough to keep. In real work, weak handling of this topic leads to wasted time, noisy testing and softer findings.

This brief treats osint with maltego (pro) as a reusable field reference. The focus is on attack surface, decision points, practical workflow and the public material that is worth keeping nearby when you need to execute, verify or explain the subject under pressure.

Core coverage

The points below capture the main workflows, concepts, tools and operator decisions associated with osint with maltego (pro).

  • Maltego setup
  • Maltego
  • Pipl plugin
  • Fullcontact
  • Peoplemon
  • Person of interest with maltego
  • OSINT with maltego
  • Maltego automatisierung (machine) coden
  • Poi automator code

Commands and snippets

machine("danielmrskos.PoiAutomater", 
        displayName:"POI Automater", 
        author:"Daniel Mrskos",
        description: "Automates HUMINT") {

    start {
        status("Starting test machine")
        log("Getting all PeopleMon records",showEntities:false) 
        
        path{
        run("paterva.v2.search")
        }
       
        paths{
        log("Starting Transforms",showEntities:false)  
        run("paterva.v2.maltego.littlesis.search_persons")
        run("paterva.v2.PersonToEmailAddress_SamePGP")
        run("paterva.v2.maltego.News.person_to_articles_related")
        run("paterva.v2.maltego.News.person_to_articles_exact")
        log("Starting Peoplemon search",showEntities:false)  
        run("paterva.v2.search")
        run("paterva.v2.GetInfo")
        run("paterva.v2.GetFamily")
        run("paterva.v2.GetRelatives")
        run("paterva.v2.GetLinks")
        run("paterva.v2.Education")
        run("paterva.v2.Experience")
        run("paterva.v2.Certification")
        run("paterva.v2.Course")
        run("paterva.v2.Conference")
        run("paterva.v2.Shareholder")
        run("paterva.v2.Committee")
        run("paterva.v2.BoardMember")
        run("paterva.v2.Advisor")
        run("paterva.v2.Investors")
        run("paterva.v2.Donor")
        run("paterva.v2.Parties")
        run("paterva.v2.Honor")
        run("paterva.v2.Searchemails")
        run("paterva.v2.Photos")
        run("paterva.v2.companieshouseSearchOfficersByPerson")
        run("paterva.v2.companieshouseSearchOfficersByPersonQ")
        run("paterva.v2.documentscloudByPerson")
        run("paterva.v2.communityGithubSearchUserByPerson")       
        run("paterva.v2.PhoneDetails")
        
        log("finished",showEntities:false)
    }
    }
        }

Curated public references