Actions
Arguments in square brackets are optional.
Action Name | Description |
---|---|
bookmark(int, [overwrite:bool]) | Bookmarks an Entity. |
clearBookmark() | Removes the Entities' bookmark. |
delete([parents: int], [children int]) | Deletes the selected Entities from the graph. |
deleteBranch() | Deletes Entities and their children. |
exportImage(String path, [suffix:bool], [dateFormat:String]) | Exports the graph as a PNG file to the given location. Default date format: Default is yyyyMMdd-HHmmssSSS. |
log(String msg, [status:String], [showEntities: bool]) | Prints the given text in the Machine Run window. |
run(String transformID, [slider:int],[ignoreSeenEntities:bool], [(transformSetting) key:String]) | Runs a Transform. |
saveAs(String Path, [suffix:bool], [dateFormat:String]) | Saves the current graph to a file. Default date format: Default is yyyyMMdd-HHmmssSSS. |
setLayout(String Layout , [scope:String] ) | Sets the current layout mode and performs a layout of the graph.
|
status(String msg) | Updates the status in the Machine Run window. |
userFilter(String Title, [description:String], [icon:String ], [heading:String ], [proceedButtonText:String],[removePromptText:String], [removePromptChecked:Boolean],[selectEntities:Boolean], [showIncomingLinks:Boolean],[showOutgoingLinks:Boolean]) | Shows a user filter to allow the user to make a manual selection. |
Filters
Arguments in square brackets are optional.
Filter Name | Description |
---|---|
value(String Value, [Like:String], [ignoreCase:boolean], [equalTo:boolean]) | Filters Entities based on their value. |
type(String Value, [scope:String]) | Filters Entities based on their type.
|
age(int Value, [equalTo:int], [moreThan:int], [lessThan:int], [invert:Boolean], [scope:String]) | Filters Entities based on their age on the graph as measured in seconds since their first appearance.
|
bookmarked([int], [invert:Boolean], [scope:String]) | Matches Entities based on their bookmark.
|
degree(int Value, [equalTo:int], [moreThan:int], [lessThan:int], [invert:Boolean], [scope:String]) | Filters Entities based on the number of links.
|
incoming(int Value, [equalTo:int], [moreThan:int], [lessThan:int], [invert:Boolean], [scope:String]) | Filters Entities based on the number of incoming links.
|
outgoing(int Value, [equalTo:int], [moreThan:int], [lessThan:int], [invert:Boolean], [scope:String]) | Filters Entities based on the number of outgoing links.
|
property(String title, [equalTo:int],[like:String], [ignoreCase:Boolean, [invert:Boolean], [scope:String]) | Filters Entities based on the value of a property.
|
Run a Machine from the Command line
maltego --machine “<name> <entity type>=<entity value>”
Options:
- -f Fullscreen
- -q Exit Maltego after machine completion
- -i# Run perpetual machine # for iterations