Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Improvement to the O365 API Miner #340

Merged
merged 1 commit into from Aug 12, 2019

Conversation

jtschichold
Copy link
Member

Improves handling of O365 "indicators":

  • attributes are now aggregated among multiple occurrences of the same indicator
  • the list of attribute values are now stored in o365_<attribute name>_list attributes
  • it's now easier to create filters based on specific attribute values

Example:

{
    "confidence": 100,
    "first_seen": 1565616931749,
    "last_seen": 1565616931749,
    "o365_category": "Allow",
    "o365_category_list": [
        "optimize",
        "allow"
    ],
    "o365_expressRoute": true,
    "o365_expressRoute_list": [
        "true"
    ],
    "o365_id": 6,
    "o365_id_list": [
        "1",
        "2",
        "5",
        "6"
    ],
    "o365_notes": "Exchange Online POP3 migration",
    "o365_notes_list": [
        "exchange online imap4 migration",
        "exchange online pop3 migration"
    ],
    "o365_required": false,
    "o365_required_list": [
        "false",
        "true"
    ],
    "o365_serviceArea": "Exchange",
    "o365_serviceArea_list": [
        "exchange"
    ],
    "o365_tcpPorts": "995",
    "o365_tcpPorts_list": [
        "995",
        "587",
        "143",
        "993",
        "443",
        "80"
    ],
    "o365_udpPorts_list": [],
    "share_level": "green",
    "sources": [
        "worldwide-any"
    ],
    "type": "IPv6"
}

@jtschichold jtschichold merged commit 3b69b9e into PaloAltoNetworks:develop Aug 12, 2019
@jtschichold jtschichold deleted the o365-api-improvs branch August 12, 2019 14:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant