APAC CIOOutlook

Advertise

with us

  • Technologies
      • Artificial Intelligence
      • Big Data
      • Blockchain
      • Cloud
      • Digital Transformation
      • Internet of Things
      • Low Code No Code
      • MarTech
      • Mobile Application
      • Security
      • Software Testing
      • Wireless
  • Industries
      • E-Commerce
      • Education
      • Logistics
      • Retail
      • Supply Chain
      • Travel and Hospitality
  • Platforms
      • Microsoft
      • Salesforce
      • SAP
  • Solutions
      • Business Intelligence
      • Cognitive
      • Contact Center
      • CRM
      • Cyber Security
      • Data Center
      • Gamification
      • Procurement
      • Smart City
      • Workflow
  • Home
  • CXO Insights
  • CIO Views
  • Vendors
  • News
  • Conferences
  • Whitepapers
  • Newsletter
  • Awards
Apac
  • Artificial Intelligence

    Big Data

    Blockchain

    Cloud

    Digital Transformation

    Internet of Things

    Low Code No Code

    MarTech

    Mobile Application

    Security

    Software Testing

    Wireless

  • E-Commerce

    Education

    Logistics

    Retail

    Supply Chain

    Travel and Hospitality

  • Microsoft

    Salesforce

    SAP

  • Business Intelligence

    Cognitive

    Contact Center

    CRM

    Cyber Security

    Data Center

    Gamification

    Procurement

    Smart City

    Workflow

Menu
    • Cyber Security
    • Hotel Management
    • Workflow
    • E-Commerce
    • Business Intelligence
    • MORE
    #

    Apac CIOOutlook Weekly Brief

    ×

    Be first to read the latest tech news, Industry Leader's Insights, and CIO interviews of medium and large enterprises exclusively from Apac CIOOutlook

    Subscribe

    loading

    THANK YOU FOR SUBSCRIBING

    • Home
    • Cyber Security
    Editor's Pick (1 - 4 of 8)
    left
    IAM May Help Secure Data, But It Needs to be Protected as Well

    Marc Ashworth, Chief Information Security Officer, First Bank

    The Changing Landscape of Cyber Security

    Scott Brandt, CIO & Director of IT, Texas Office of the Secretary of State

    Cyber Security - Integrated enterprise approach required to address the multifaceted challenges

    Sumit Puri, CIO, Max Healthcare

    Leadership Framework for Building Elite Teams

    Douglas Duncan, CIO, Columbia Insurance Group

    Four Cybersecurity Weak Spots You Should Care About When Others Don't

    Marc Probst, CIO & VP, Intermountain Healthcare

    Enterprise Security And The Elusive

    Andre' Allen, CISO, City of Houston

    Secure Text Messaging in an Academic Medical Center - Experience and Lessons

    Kari Cassel, SVP & CIO, UF Health

    It's Time to Turn Security Inside Out

    Gilad Raz, CIO, Varonis

    right

    Death by Automation - Accelerating Your SOC Using Open Source Tools

    Vikram Mehta, Associate Director - Information Security, Make My Trip

    Tweet
    content-image

    Vikram Mehta, Associate Director - Information Security, Make My Trip

    Attack vectors are getting complicated with technology advancements; with this, triage, intelligence gathering and response procedures also becomes tedious and time consuming. We are increasingly seeing the use of automation to launch attacks or detect vulnerabilities in systems; in-fact most reconnaissance are run un-attended. And there’s more–compute is getting cheaper, faster, easier; exploitation toolkits are sophisticated; phishing is managed. Well, I guess it’s time we start responding to attacks even faster than before, machine to machine!

    There has been significant advancement in SOC and incident response/remediation technology, with next-gen SOC implementations, SOAR etc. I don’t intend to re-invent the wheel with this write-up, instead, call out the overall approach an organization could take to stitch a few open source implementations together and build their very own cutting edge & scalable next-gen SOC. The setup would not only detect advanced or un-known attacks, but would also possess the capability to respond to them in an automated/semi-automated manner.

    Let’s take a look…

    1. The Right Skill-set: It takes more than just security know-how to build a next-gen SOC. The first aspect to consider: a next-gen SOC isn’t just an event processing system with a persistent data store and event correlation capabilities. It is a big data backed threat detection powerhouse and is best run on a full-fledged big data platform consisting of components such as Apache Hadoop, Storm, Kafka, Spark, ElasticSearch, MapReduce, Hive, and many more. It would be beneficial to on-board (or train) a set of folks to implement & manage the platform itself.

    2. Building the Pipeline: How does one manage diverse data sources and a high throughput data pipeline at the same time? Some brilliant work has gone into “Apache Metron” just for this purpose (and more as you will see). There are a few options we have in order to bring the required telemetry into Metron’s parsing topology. Depending on your data sources (and potential throughput) one could choose from tools like Apache Nifi to ingest events from diverse data sources and build complex processing work-flows; or Kafkacat which supports extremely high throughput with simplistic work-flows. Once the events are pumped into Kafka from these systems, you can leave it to Metron’s parsing topology to convert them into neat JSONs for you and forward them for further processing.

    3. Building the Intelligence: I would like to break intelligence across two contexts 1) events and 2) alerts; and here’s why it’s important. The more contextual intelligence the merrier right? Everything however, comes at a cost. Gathering intelligence and enriching thousands of events per second can get expensive. It becomes important to decide what enrichment or intelligence attributes you would like to tag at the event context (for example Geo, AD, DHCP, IP / domain based ThreatIntel) and at the alert level (reverse DNS, prior alert / event history, WhoIs, external API based threat intel).

    It takes more than just security knowhow to build a next-gen soc

    As you can see, I’ve tried to classify any static lookup based enrichment in the event context, and anything more real-time into the alert context. Metron gives us the enrichment topology that’s backed by an HBase data store, which is the perfect fit for event enrichment. As for alert level enrichment, at MakeMyTrip we decided to create “blitz” (available at MakeMyTrip’s github repo) with built-in plug-in that help enrich an alert with virtually anything that has an API; there are other publicly available tools as well.

    4. Profiling & Detecting the “Un-known”: Apache Metron also gives us a powerful utility called the “profiler”, which enables a SOC to build profiles out of any attribute that is available as an output of the #3 above. If designed well, profiles can empower a SOC with meaningful insights and can be used to detect deviations from normal behaviour/or trends. For example, a profile can be built to power the following use cases:

    a. Un-usual user logon basis device or Geo location

    b. Abnormal traffic to/from a Geo location

    c. Abnormal traffic on a URL, from a user agent, or from an IP

    d. Abnormal server activity basis ports, user agents, or connections

    e. Abnormal volume exchange from a client or a server

    One can take profiling to the next level by leveraging machine learning capabilities offered by either Metron itself (using it’s Model-as-a-Service / MaaS module) or “dataShark” (an open source offering by MakeMyTrip). Again, there are numerous other alternates to these as well.

    5. Death by Automation: We have detected an adversary, great! So what? It is equally, if not more important, to respond to an attack than it is to detect one. There will always be a human SOC analyst, unless AI replaces them, right? Let’s, take the mundane load off the analyst by automating/semi-automating routine tasks or actions wherever possible, and that’s where security orchestration becomes most relevant. Here’s where one could use SOAR frameworks or “blitz” again. Some orchestration use cases could include:

    a. Gathering the right intelligence in real-time (using API / DB calls, WhoIS, RDNS, etc)

    b. Automated blocking of web attack sources using pre-fed intelligence

    c. Semi-automated blocking of web attack sources using a single click

    d. Single click endpoint remediation using AV / stingers

    e. Single click endpoint quarantine using network devices

    f. Automated incident ticket creation, updates, and closure

    Again, security is never 100 percent effective, and neither is a SOC. What matters is, how much a SOC can detect or respond to timely within the given resources and limitation; minimize manual intervention; or automate routine/obvious tasks and actions.

    Next Steps?

    1. Remember, the entire platform we discussed is available as open source software, it’s just about the right skill-set and mind-set!

    2. Keep your friends close and your enemies closer! A good understanding of your organization threat landscape is the first building block in drafting SOC use cases, build them well!

    3. Start slow: if you decide to embark on this journey yourself, take your time to digest the setup and it’s numerous moving parts. It can get tricky working with.

    4. Sky is the limit! We have worked with these platforms for a while now, and trust me, we have just scratched the surface. Once deployed well, you will see a plethora of opportunities that await you, it’s totally worth it.

    tag

    Big Data

    Hadoop

    Machine Learning

    Weekly Brief

    loading
    Top 10 Cyber Security Companies in APAC - 2024
    ON THE DECK

    Cyber Security 2024

    I agree We use cookies on this website to enhance your user experience. By clicking any link on this page you are giving your consent for us to set cookies. More info

    Read Also

    From Friction to Function: How Winc Turned Customer Feedback into Business Growth

    From Friction to Function: How Winc Turned Customer Feedback into Business Growth

    Cara Pring, Digital & Cx Director, Winc Australia
    Why Contact Centres are Becoming Strategic Hubs for Social Insight

    Why Contact Centres are Becoming Strategic Hubs for Social Insight

    Cindy Chaimowitz, GM Wholesale & Customer Service and Karen Smith, Head of Customer Service, Foodstuffs North Island
    Why Compliance Needs a Seat at the Strategy Table

    Why Compliance Needs a Seat at the Strategy Table

    David Koh, Head, Legal & Compliance (Singapore) and Operational Risk Management Country Lead, Perpetual Limited
    Streamlining Operations and Empowering Teams in Facilities Management

    Streamlining Operations and Empowering Teams in Facilities Management

    Shaye Rogers, Workflow Support Manager, Cushman & Wakefield
    Technocreativity: The Synergy Of Technology And Creativity

    Technocreativity: The Synergy Of Technology And Creativity

    Tran Nguyen Phi Long, Group Head Of Retail Marketing, Pnj Group
    Leading It And Digital Transformation At Ikea: Insights From An Industry Veteran

    Leading It And Digital Transformation At Ikea: Insights From An Industry Veteran

    Sigit Triwibowo, Head Of It And Digital, Chief Technology And Digital, Ikea
    Executive Leadership And Digital Transformation In The Global Fashion Industry

    Executive Leadership And Digital Transformation In The Global Fashion Industry

    Eiko Ando, E-Commerce And Digital Director, Pvh Corporation
    Digital Transformation in Fashion Retail - From Efficiency to Experience

    Digital Transformation in Fashion Retail - From Efficiency to Experience

    Le Van, CTO, YODY Fashion
    Loading...
    Copyright © 2025 APAC CIOOutlook. All rights reserved. Registration on or use of this site constitutes acceptance of our Terms of Use and Privacy and Anti Spam Policy 

    Home |  CXO Insights |   Whitepapers |   Subscribe |   Conferences |   Sitemaps |   About us |   Advertise with us |   Editorial Policy |   Feedback Policy |  

    follow on linkedinfollow on twitter follow on rss
    This content is copyright protected

    However, if you would like to share the information in this article, you may use the link below:

    https://cyber-security.apacciooutlook.com/cxoinsights/death-by-automation-accelerating-your-soc-using-open-source-tools-nwid-6701.html