HurricaneLabs / machinae

Machinae Security Intelligence Collector
MIT License
504 stars 101 forks source link

Add rudimentary time parsing to limit size of output #53

Closed tcwaddell closed 5 years ago

tcwaddell commented 5 years ago

Sources like VirusTotal pDNS can print hundreds of lines of output. This makes some machinae output incredibly unwieldy. It would be helpful to have some means of filtering this output by age to decrease output size and improve relevancy.

hurricane-labs-deployment commented 5 years ago

Can you give me some example queries that make things "unwieldy" ? Just so I'm testing with similar data. Thanks

On Tue, Feb 5, 2019 at 11:02 AM tcwaddell notifications@github.com wrote:

Sources like VirusTotal pDNS can print hundreds of lines of output. This makes some machinae output incredibly unwieldy. It would be helpful to have some means of filtering this output by age to decrease output size and improve relevancy.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HurricaneLabs/machinae/issues/53, or mute the thread https://github.com/notifications/unsubscribe-auth/AKb-obc4nKkEWNU_txpyTOve1oCBGf7Zks5vKar3gaJpZM4ajhw8 .

--

Bill Mathews (@billford) Hurricane Labs 216.923.1330 x100 440.252.0984 (text me) http://hurricanelabs.com (@hurricanelabs) Subscribe: http://www.hurricanelabs.com/subscribe/

--

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

tcwaddell commented 5 years ago

Implemented in https://github.com/HurricaneLabs/machinae/pull/54

tcwaddell commented 5 years ago

Example site configuration in https://github.com/HurricaneLabs/machinae/pull/55

tcwaddell commented 5 years ago

Released in v1.4.6