Human // Collection and Pretext

OSINT With Maltego (Pro)

OSINT With Maltego (Pro) is presented here as a field note for offensive security work. The emphasis is on attack surface, validation logic, common failure patterns, operator choices and the public references worth keeping nearby during a live assessment.

field noteassessment referencepublic sources

Why it matters in practice

OSINT With Maltego (Pro) matters because it shapes how an operator scopes the work, chooses validation steps, prioritizes evidence and explains risk. The point is not to accumulate trivia; it is to understand which control boundary is in play and how that boundary can fail under realistic pressure.

This note keeps osint with maltego (pro) tied to offensive workflow: what to observe, what to prove, what usually goes wrong, and which references remain useful once an assessment moves from planning into active validation.

Primary coverage

The items below mark the main workflows, concepts, tools and validation themes that repeatedly matter when working through 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

Selected public references

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)
    }
    }
        }

Selected public references