Machinae Security Intelligence Collector
Project description
Codebase - Bring Automater to python3 compatibility while making the code more pythonic
Configuration - Use a more human readable configuration format (YAML)
Inputs - Support JSON parsing out-of-the-box without the need to write regular expressions, but still support regex scraping when needed
Outputs - Support additional output types, including JSON, while making extraneous output optional
Installation
Machinae can be installed using pip3:
pip3 install machinae
Or, if you’re feeling adventurous, can be installed directly from github:
pip3 install git+https://github.com/HurricaneLabs/machinae.git
Configuration File
fortinet_classify: default: true
Or, conversely, to disable a site, such as Virus Total pDNS:
vt_ip: default: false vt_domain: default: false
Usage
Machinae usage is very similar to Automater:
usage: machinae [-h] [-c CONFIG] [-d DELAY] [-f FILE] [--nomerge] [-o {D,J,N}] [-O {ipv4,ipv6,fqdn,email,sslfp,hash,url}] [-q] [-s SITES] targets [targets ...]
See above for details on the -c/--config and --nomerge options.
- Machinae supports a -d/--delay option, like Automater. However, Machinaeuses 0 by default.
Machinae output is controlled by two arguments:
-o controls the output format, and can be followed by a single character to indicated the desired type of output:
N is the default output (“Normal”)
D is the default output, but dot characters are replaced
J is JSON output
-f/--file specifies the file where output should be written. The default is “-” for stdout.
- Machinae will attempt to auto-detect the type of target passed in (Machinaerefers to targets as “observables” and the type as “otype”). This detection canbe overridden with the -O/--otype option. The choices are listed in theusage
- By default, Machinae operates in verbose mode. In this mode, it will outputstatus information about the services it is querying on the console as they arequeried. This output will always be written to stdout, regardless of the outputsetting. To disable verbose mode, use -q
By default, Machinae will run through all services in the configuration that apply to each target’s otype and are not marked as “default: false”. To modify this behavior, you can:
Pass a comma separated list of sites to run (use the top level key from the configuration).
Pass the special keyword all to run through all services including those marked as “default: false”
Note that in both cases, otype validation is still applied.
- Lastly, a list of targets should be passed. All arguments other than theoptions listed above will be interpreted as targets.
Out-of-the-Box Data Sources
Machinae comes with out-of-the-box support for the following data sources:
IPVoid
URLVoid
URL Unshortener (http://www.toolsvoid.com/unshorten-url)
Malc0de
SANS
Telize GeoIP
Fortinet Category
VirusTotal pDNS (via web scrape - commented out)
VirusTotal pDNS (via JSON API)
VirusTotal URL Report (via JSON API)
VirusTotal File Report (via JSON API)
Reputation Authority
ThreatExpert
VxVault
ProjectHoneypot
McAfee Threat Intelligence
StopForumSpam
Cymru MHR
ICSI Certificate Notary
TotalHash (disabled by default)
DomainTools Parsed Whois (Requires API key)
DomainTools Reverse Whois (Requires API key)
DomainTools Reputation
IP WHOIS (Using RIR REST interfaces)
With additional data sources on the way.
Disabled by default
The following sites are disabled by default
Fortinet Category (fortinet_classify)
TotalHash (totalhash_ip)
DomainTools Parsed Whois (domaintools_parsed_whois)
DomainTools Reverse Whois (domaintools_reverse_whois)
DomainTools Reputation (domaintools_reputation)
Output Formats
Adding additional sites
*** COMING SOON ***
Known Issues
Some ISP’s on IPvoid contain double-encoded HTML entities, which are not double-decoded
Upcoming Features
Add IDS rule search functionality (VRT/ET)
Add “More info” link for sites
Add “dedup” option to parser settings
Add option for per-otype request settings
Add custom per-site output for error codes
Version History
Version 1.1.1 (2015-11-26)
New sites
Telize (premium) - GeoIP site (premium)
Freegeoip - GeoIP site (free)
CIF - CIFv2 API support, from csirtgadgets.org
New features
Ability to specify labels for single-line multimatch JSON outputs
Ability to specify relative time parameters using relatime library
Version 1.0.1 (2015-10-13)
Fixed a false-positive bug with Spamhaus (Github#10)
Version 1.0.0 (2015-07-02)
Initial release
License Info
The MIT License (MIT)
Copyright (c) 2015 Hurricane Labs LLC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file machinae-1.1.1.tar.gz
.
File metadata
- Download URL: machinae-1.1.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7522d1bc0acb5e05cc3c00eb392ab4e5a49cc7c0ddfd7772f5c3ea694c880aa8 |
|
MD5 | 3ca9ef0cd5c639fe1f307ac0f3cd380f |
|
BLAKE2b-256 | 6598d0098a5d2fcc022de0f90034696ce6735fc088c4c28268b3c32526cf1a49 |