VirusTotal · Capability

VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed

VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed. 2 operations. Lead operation: Get an Hourly IP Address Feed Batch. Self-contained Naftiko capability covering one VirusTotal business surface.

Run with Naftiko VirusTotalIoC FeedsIP intelligence feed

What You Can Do

GET
Feedsipaddresseshourly2time — VirusTotal Get an Hourly IP Address Feed Batch
/v1/feeds/ip_addresses/hourly/{time}
GET
Feedsipaddressestime — VirusTotal Get a Minutely IP Address Feed Batch
/v1/feeds/ip_addresses/{time}

MCP Tools

get-hourly-ip-address-feed

VirusTotal Get an Hourly IP Address Feed Batch

read-only idempotent
get-minutely-ip-address-feed

VirusTotal Get a Minutely IP Address Feed Batch

read-only idempotent

Capability Spec

ioc-feeds-ioc-feeds-ip-intelligence-feed.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed
  description: 'VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed. 2 operations. Lead operation: Get an Hourly IP Address Feed Batch. Self-contained Naftiko capability covering one VirusTotal
    business surface.'
  tags:
  - VirusTotal
  - IoC Feeds
  - IP intelligence feed
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
- namespace: env
  keys:
    VIRUSTOTAL_API_KEY: VIRUSTOTAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: ioc-feeds-ioc-feeds-ip-intelligence-feed
    baseUri: https://www.virustotal.com/api/v3
    description: VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed. Self-contained, no shared references.
    authentication:
      type: apikey
      key: x-apikey
      value: '{{env.VIRUSTOTAL_API_KEY}}'
      placement: header
    resources:
    - name: feeds-ip-addresses-hourly-time
      path: /feeds/ip_addresses/hourly/{time}
      operations:
      - name: feedsipAddresseshourly2time
        method: GET
        description: VirusTotal Get an Hourly IP Address Feed Batch
        inputParameters:
        - name: time
          in: path
          type: string
          required: true
          description: A string in format YYYYMMDDhh
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: feeds-ip-addresses-time
      path: /feeds/ip_addresses/{time}
      operations:
      - name: feedsipAddressestime
        method: GET
        description: VirusTotal Get a Minutely IP Address Feed Batch
        inputParameters:
        - name: time
          in: path
          type: string
          required: true
          description: A string in format YYYYMMDDhhmm
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: ioc-feeds-ioc-feeds-ip-intelligence-feed-rest
    port: 8080
    description: REST adapter for VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/feeds/ip_addresses/hourly/{time}
      name: feeds-ip-addresses-hourly-time
      description: REST surface for /feeds/ip_addresses/hourly/{time}.
      operations:
      - method: GET
        name: feedsipAddresseshourly2time
        description: VirusTotal Get an Hourly IP Address Feed Batch
        call: ioc-feeds-ioc-feeds-ip-intelligence-feed.feedsipAddresseshourly2time
        outputParameters:
        - type: object
          mapping: $.
        with:
          time: rest.time
    - path: /v1/feeds/ip_addresses/{time}
      name: feeds-ip-addresses-time
      description: REST surface for /feeds/ip_addresses/{time}.
      operations:
      - method: GET
        name: feedsipAddressestime
        description: VirusTotal Get a Minutely IP Address Feed Batch
        call: ioc-feeds-ioc-feeds-ip-intelligence-feed.feedsipAddressestime
        outputParameters:
        - type: object
          mapping: $.
        with:
          time: rest.time
  - type: mcp
    namespace: ioc-feeds-ioc-feeds-ip-intelligence-feed-mcp
    port: 9090
    transport: http
    description: MCP adapter for VirusTotal API v3 - IoC Feeds — IoC Feeds - IP intelligence feed. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-hourly-ip-address-feed
      description: VirusTotal Get an Hourly IP Address Feed Batch
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ioc-feeds-ioc-feeds-ip-intelligence-feed.feedsipAddresseshourly2time
      outputParameters:
      - type: object
        mapping: $.
      with:
        time: tools.time
    - name: get-minutely-ip-address-feed
      description: VirusTotal Get a Minutely IP Address Feed Batch
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ioc-feeds-ioc-feeds-ip-intelligence-feed.feedsipAddressestime
      outputParameters:
      - type: object
        mapping: $.
      with:
        time: tools.time